namespace Dongke.IBOSS.PRD.Client.PMModule { partial class F_PM_0107 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_0107)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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(); 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.tsbtnDelete = 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.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); 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.dtpGroutingDateTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.dtpGroutingDateFrom = 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.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.dgvDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.lblUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.scbUser = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbUser(); this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingUserCode = 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.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groutingdate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groutingbatchno = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CreateUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingLineId = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tsrOperate.SuspendLayout(); this.gbxCondition.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).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.tsbtnDelete, 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(1151, 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); // // tsbtnDelete // this.tsbtnDelete.AutoSize = false; this.tsbtnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnDelete.Name = "tsbtnDelete"; this.tsbtnDelete.Size = new System.Drawing.Size(60, 25); this.tsbtnDelete.Text = "删除(&D)"; this.tsbtnDelete.Click += new System.EventHandler(this.tsbtnDelete_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.lblUser); this.gbxCondition.Controls.Add(this.scbUser); this.gbxCondition.Controls.Add(this.txtRemarks); this.gbxCondition.Controls.Add(this.btnSearch); this.gbxCondition.Controls.Add(this.btnClearCondition); this.gbxCondition.Controls.Add(this.lblRemarks); this.gbxCondition.Controls.Add(this.txtGoodsCode); 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.dtpGroutingDateTo); this.gbxCondition.Controls.Add(this.dtpGroutingDateFrom); this.gbxCondition.Controls.Add(this.c_Label2); this.gbxCondition.Controls.Add(this.lblGroutingDate); 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(1139, 79); this.gbxCondition.TabIndex = 0; this.gbxCondition.TabStop = false; this.gbxCondition.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.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtRemarks.Location = new System.Drawing.Point(726, 15); this.txtRemarks.MaxValue = new decimal(new int[] { 1000, 0, 0, 0}); this.txtRemarks.MinValue = new decimal(new int[] { 1, 0, 0, 0}); this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.Number = new System.Drawing.Point(3, 0); this.txtRemarks.Size = new System.Drawing.Size(121, 21); this.txtRemarks.TabIndex = 32; this.txtRemarks.TextValue = ""; // // 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(957, 38); 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); // // 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(1048, 38); 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); // // 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(691, 20); this.lblRemarks.Name = "lblRemarks"; this.lblRemarks.Size = new System.Drawing.Size(29, 12); this.lblRemarks.TabIndex = 8; this.lblRemarks.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, 45); this.txtGoodsCode.MaxLength = 10; this.txtGoodsCode.Name = "txtGoodsCode"; this.txtGoodsCode.Size = new System.Drawing.Size(121, 21); this.txtGoodsCode.TabIndex = 19; // // 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(564, 21); 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, 49); 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, 17); 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, 21); this.lblGroutingMouldCode.Name = "lblGroutingMouldCode"; this.lblGroutingMouldCode.Size = new System.Drawing.Size(53, 12); this.lblGroutingMouldCode.TabIndex = 12; this.lblGroutingMouldCode.Text = "模具编号"; // // dtpGroutingDateTo // this.dtpGroutingDateTo.CustomFormat = "yyyy-MM-dd"; this.dtpGroutingDateTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpGroutingDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpGroutingDateTo.Location = new System.Drawing.Point(587, 17); this.dtpGroutingDateTo.Name = "dtpGroutingDateTo"; this.dtpGroutingDateTo.Size = new System.Drawing.Size(98, 21); this.dtpGroutingDateTo.TabIndex = 7; // // dtpGroutingDateFrom // this.dtpGroutingDateFrom.CustomFormat = "yyyy-MM-dd"; this.dtpGroutingDateFrom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpGroutingDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpGroutingDateFrom.Location = new System.Drawing.Point(460, 17); this.dtpGroutingDateFrom.Name = "dtpGroutingDateFrom"; this.dtpGroutingDateFrom.Size = new System.Drawing.Size(98, 21); this.dtpGroutingDateFrom.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, 48); 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(402, 21); this.lblGroutingDate.Name = "lblGroutingDate"; this.lblGroutingDate.Size = new System.Drawing.Size(53, 12); this.lblGroutingDate.TabIndex = 4; this.lblGroutingDate.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, 44); 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 = ""; // // dgvDetail // this.dgvDetail.AllowUserToAddRows = false; this.dgvDetail.AllowUserToDeleteRows = false; this.dgvDetail.AllowUserToModifyRows = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvDetail.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.dgvDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvDetail.CellHeight = 23; this.dgvDetail.ChildNodeColumnName = null; this.dgvDetail.ChildNodeColumnText = null; this.dgvDetail.ColumnDeep = 1; this.dgvDetail.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.dgvDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.GroutingLineCode, this.GroutingLineName, this.GroutingUserCode, this.GoodsCode, this.GoodsName, this.GroutingMouldCode, this.GMouldStatus, this.groutingdate, this.groutingbatchno, this.BarCode, this.CreateUserCode, this.CreateUserName, this.Remarks, this.GroutingLineId, this.GroutingLineDetailID, this.UserID}); this.dgvDetail.ColumnTreeView = null; this.dgvDetail.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))); dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvDetail.DefaultCellStyle = dataGridViewCellStyle3; this.dgvDetail.DynamicColumnName = ""; this.dgvDetail.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; this.dgvDetail.EnableHeadersVisualStyles = false; this.dgvDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvDetail.FormatQuantityColumns = null; this.dgvDetail.HorizontalMergeColumn = null; this.dgvDetail.IsAutoCountSum = true; this.dgvDetail.IsAutoResizeColumns = false; this.dgvDetail.IsClickF12 = false; this.dgvDetail.IsOpenMergeCellFlag = false; this.dgvDetail.IsSubTotalFlag = false; this.dgvDetail.IsTopDeep = false; this.dgvDetail.Location = new System.Drawing.Point(0, 123); this.dgvDetail.MergeColumnNames = null; this.dgvDetail.MergeDetailColumnNames = null; this.dgvDetail.MergeDetailOnlyColumn = null; this.dgvDetail.MergeOnlyColumn = null; this.dgvDetail.MultiSelect = false; this.dgvDetail.Name = "dgvDetail"; this.dgvDetail.ReadOnly = true; this.dgvDetail.RefreshAtHscroll = false; this.dgvDetail.RowHeadersWidth = 50; this.dgvDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvDetail.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvDetail.RowTemplate.Height = 21; this.dgvDetail.Size = new System.Drawing.Size(1139, 427); this.dgvDetail.SortOrderColumnName = null; this.dgvDetail.TabIndex = 3; this.dgvDetail.Tag = true; this.dgvDetail.TotalSumColumns = null; this.dgvDetail.ViewRowFilter = ""; this.dgvDetail.VirtualMode = true; this.dgvDetail.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDetail_CellDoubleClick); // // lblUser // this.lblUser.AutoSize = true; this.lblUser.BackColor = System.Drawing.Color.Transparent; this.lblUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblUser.ForeColor = System.Drawing.SystemColors.ControlText; this.lblUser.Location = new System.Drawing.Point(413, 49); this.lblUser.Name = "lblUser"; this.lblUser.Size = new System.Drawing.Size(41, 12); this.lblUser.TabIndex = 35; this.lblUser.Text = "操作者"; // // scbUser // this.scbUser.CheckedData = null; this.scbUser.DisplayMember = "UserCode"; this.scbUser.IsWorker = false; this.scbUser.Location = new System.Drawing.Point(460, 44); this.scbUser.Name = "scbUser"; this.scbUser.Size = new System.Drawing.Size(121, 21); this.scbUser.TabIndex = 34; // // 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; // // GroutingUserCode // this.GroutingUserCode.DataPropertyName = "GroutingUserCode"; this.GroutingUserCode.HeaderText = "成型工号"; this.GroutingUserCode.Name = "GroutingUserCode"; this.GroutingUserCode.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; this.GroutingMouldCode.Width = 120; // // GMouldStatus // this.GMouldStatus.DataPropertyName = "GMouldStatusName"; this.GMouldStatus.HeaderText = "模具状态"; this.GMouldStatus.Name = "GMouldStatus"; this.GMouldStatus.ReadOnly = true; this.GMouldStatus.Width = 60; // // groutingdate // this.groutingdate.DataPropertyName = "groutingdate"; this.groutingdate.HeaderText = "注浆日期"; this.groutingdate.Name = "groutingdate"; this.groutingdate.ReadOnly = true; // // groutingbatchno // this.groutingbatchno.DataPropertyName = "groutingbatchno"; this.groutingbatchno.HeaderText = "注浆批次"; this.groutingbatchno.Name = "groutingbatchno"; this.groutingbatchno.ReadOnly = true; // // BarCode // this.BarCode.DataPropertyName = "BarCode"; this.BarCode.HeaderText = "绑定条码"; this.BarCode.MaxInputLength = 11; this.BarCode.Name = "BarCode"; this.BarCode.ReadOnly = true; // // CreateUserCode // this.CreateUserCode.DataPropertyName = "CreateUserCode"; this.CreateUserCode.HeaderText = "操作者工号"; this.CreateUserCode.Name = "CreateUserCode"; this.CreateUserCode.ReadOnly = true; // // CreateUserName // this.CreateUserName.DataPropertyName = "CreateUserName"; this.CreateUserName.HeaderText = "操作者"; this.CreateUserName.Name = "CreateUserName"; this.CreateUserName.ReadOnly = true; // // Remarks // this.Remarks.DataPropertyName = "Remarks"; this.Remarks.HeaderText = "备注"; this.Remarks.Name = "Remarks"; this.Remarks.ReadOnly = true; // // 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; // // UserID // this.UserID.DataPropertyName = "UserID"; this.UserID.HeaderText = "成型工号ID"; this.UserID.Name = "UserID"; this.UserID.ReadOnly = true; this.UserID.Visible = false; // // F_PM_0107 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1151, 562); this.Controls.Add(this.dgvDetail); this.Controls.Add(this.gbxCondition); this.Controls.Add(this.tsrOperate); this.Name = "F_PM_0107"; this.Text = "条码预设"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_0107_FormClosed); this.Load += new System.EventHandler(this.F_PM_0107_Load); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); this.gbxCondition.ResumeLayout(false); this.gbxCondition.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).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 txtGroutingLineCode; private Basics.BaseControls.C_Label lblGroutingLineCode; private Basics.BaseControls.C_Label lblGroutingDate; private Basics.BaseControls.C_DateTimePicker dtpGroutingDateFrom; private Basics.BaseControls.C_Label lblRemarks; 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_Button btnSearch; private Basics.BaseControls.C_Button btnClearCondition; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_DateTimePicker dtpGroutingDateTo; private System.Windows.Forms.ToolStripButton tsbtnAdd; private Basics.BaseControls.C_Label c_Label2; private Basics.BaseControls.C_TXT_Digital txtGroutingBatchNo; private Basics.BaseControls.C_TXT_Digital txtRemarks; private Basics.BaseControls.C_DataGridView dgvDetail; private System.Windows.Forms.ToolStripButton tsbtnDelete; private Basics.BaseControls.C_Label lblUser; private Controls.SearchBox.ScbUser scbUser; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode; private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatus; private System.Windows.Forms.DataGridViewTextBoxColumn groutingdate; private System.Windows.Forms.DataGridViewTextBoxColumn groutingbatchno; private System.Windows.Forms.DataGridViewTextBoxColumn BarCode; private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserCode; private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName; private System.Windows.Forms.DataGridViewTextBoxColumn Remarks; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineId; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID; private System.Windows.Forms.DataGridViewTextBoxColumn UserID; } }