namespace QMAPP.WinForm.Forms.Injection { partial class SlushMoldingPrintForm { /// /// 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(SlushMoldingPrintForm)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = 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(); 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(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); this.label3 = new System.Windows.Forms.Label(); this.txtProductCode = new System.Windows.Forms.TextBox(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbSearch = new System.Windows.Forms.ToolStripButton(); this.tsbAdd = new System.Windows.Forms.ToolStripButton(); this.tsbPrint = new System.Windows.Forms.ToolStripButton(); this.btnScarp = new System.Windows.Forms.ToolStripButton(); this.DGView = new System.Windows.Forms.DataGridView(); this.MachineName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PRODUCTCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Material_code = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.color = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.position = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CreateUser = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CreateDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Pid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PRODUCTTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panelSearchTitle = new System.Windows.Forms.Panel(); this.lblSearchTitle = new System.Windows.Forms.Label(); this.panelSearch = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.comProColor = new System.Windows.Forms.ComboBox(); this.panel1 = new System.Windows.Forms.Panel(); this.pager1 = new QMAPP.WinForm.Controls.Pager(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DGView)).BeginInit(); this.panelSearchTitle.SuspendLayout(); this.panelSearch.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(57, 19); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(69, 20); this.label3.TabIndex = 4; this.label3.Text = "表皮条码"; // // txtProductCode // this.txtProductCode.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtProductCode.Location = new System.Drawing.Point(132, 14); this.txtProductCode.Name = "txtProductCode"; this.txtProductCode.Size = new System.Drawing.Size(285, 29); this.txtProductCode.TabIndex = 3; // // toolStrip1 // this.toolStrip1.AutoSize = false; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbSearch, this.tsbAdd, this.tsbPrint, this.btnScarp}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(1167, 70); this.toolStrip1.Stretch = true; this.toolStrip1.TabIndex = 2; this.toolStrip1.Text = "toolStrip1"; // // tsbSearch // this.tsbSearch.AutoSize = false; this.tsbSearch.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image"))); this.tsbSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbSearch.Name = "tsbSearch"; this.tsbSearch.Size = new System.Drawing.Size(100, 60); this.tsbSearch.Text = "查询"; this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click); // // tsbAdd // this.tsbAdd.AutoSize = false; this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image"))); this.tsbAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbAdd.Name = "tsbAdd"; this.tsbAdd.Size = new System.Drawing.Size(100, 60); this.tsbAdd.Text = "补码"; this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click); // // tsbPrint // this.tsbPrint.AutoSize = false; this.tsbPrint.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbPrint.Image = ((System.Drawing.Image)(resources.GetObject("tsbPrint.Image"))); this.tsbPrint.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbPrint.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbPrint.Name = "tsbPrint"; this.tsbPrint.Size = new System.Drawing.Size(100, 60); this.tsbPrint.Text = "打印"; this.tsbPrint.Click += new System.EventHandler(this.tsbPrint_Click); // // btnScarp // this.btnScarp.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnScarp.Image = global::QMAPP.WinForm.Resource1.cancle; this.btnScarp.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btnScarp.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnScarp.Name = "btnScarp"; this.btnScarp.Size = new System.Drawing.Size(94, 67); this.btnScarp.Text = "作废"; this.btnScarp.Click += new System.EventHandler(this.btnScarp_Click); // // DGView // this.DGView.AllowUserToAddRows = false; this.DGView.AllowUserToDeleteRows = false; this.DGView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.DGView.BackgroundColor = System.Drawing.SystemColors.ButtonFace; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DGView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.DGView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DGView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.MachineName, this.PRODUCTCODE, this.Material_code, this.color, this.position, this.CreateUser, this.CreateDate, this.Pid, this.PRODUCTTYPE}); this.DGView.Dock = System.Windows.Forms.DockStyle.Fill; this.DGView.Location = new System.Drawing.Point(0, 0); this.DGView.Name = "DGView"; this.DGView.ReadOnly = true; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DGView.RowHeadersDefaultCellStyle = dataGridViewCellStyle9; this.DGView.RowTemplate.Height = 23; this.DGView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.DGView.Size = new System.Drawing.Size(1167, 442); this.DGView.TabIndex = 3; this.DGView.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.DG_RowPostPaint); // // MachineName // this.MachineName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.MachineName.DataPropertyName = "MACHINENAME"; dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.MachineName.DefaultCellStyle = dataGridViewCellStyle2; this.MachineName.FillWeight = 48.95314F; this.MachineName.HeaderText = "搪塑设备"; this.MachineName.Name = "MachineName"; this.MachineName.ReadOnly = true; this.MachineName.Width = 150; // // PRODUCTCODE // this.PRODUCTCODE.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.PRODUCTCODE.DataPropertyName = "PRODUCTCODE"; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15.75F); this.PRODUCTCODE.DefaultCellStyle = dataGridViewCellStyle3; this.PRODUCTCODE.FillWeight = 99.90437F; this.PRODUCTCODE.HeaderText = "条码"; this.PRODUCTCODE.Name = "PRODUCTCODE"; this.PRODUCTCODE.ReadOnly = true; this.PRODUCTCODE.Width = 230; // // Material_code // this.Material_code.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.Material_code.DataPropertyName = "MATERIAL_CODE"; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Material_code.DefaultCellStyle = dataGridViewCellStyle4; this.Material_code.HeaderText = "物料号"; this.Material_code.Name = "Material_code"; this.Material_code.ReadOnly = true; this.Material_code.Width = 150; // // color // this.color.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.color.DataPropertyName = "VAL4"; dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 15.75F); this.color.DefaultCellStyle = dataGridViewCellStyle5; this.color.FillWeight = 48.95314F; this.color.HeaderText = "颜色"; this.color.Name = "color"; this.color.ReadOnly = true; // // position // this.position.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.position.DataPropertyName = "VAL5"; dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 15.75F); this.position.DefaultCellStyle = dataGridViewCellStyle6; this.position.FillWeight = 48.95314F; this.position.HeaderText = "腔"; this.position.Name = "position"; this.position.ReadOnly = true; this.position.Width = 104; // // CreateUser // this.CreateUser.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.CreateUser.DataPropertyName = "CREATEUSERNAME"; dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 15.75F); this.CreateUser.DefaultCellStyle = dataGridViewCellStyle7; this.CreateUser.FillWeight = 48.95314F; this.CreateUser.HeaderText = "操作人"; this.CreateUser.Name = "CreateUser"; this.CreateUser.ReadOnly = true; this.CreateUser.Width = 120; // // CreateDate // this.CreateDate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.CreateDate.DataPropertyName = "CREATEDATE"; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 15.75F); dataGridViewCellStyle8.Format = "f"; dataGridViewCellStyle8.NullValue = null; this.CreateDate.DefaultCellStyle = dataGridViewCellStyle8; this.CreateDate.FillWeight = 48.95314F; this.CreateDate.HeaderText = "操作时间"; this.CreateDate.Name = "CreateDate"; this.CreateDate.ReadOnly = true; this.CreateDate.Width = 300; // // Pid // this.Pid.DataPropertyName = "PID"; this.Pid.HeaderText = "Pid"; this.Pid.Name = "Pid"; this.Pid.ReadOnly = true; this.Pid.Visible = false; // // PRODUCTTYPE // this.PRODUCTTYPE.DataPropertyName = "PRODUCTTYPE"; this.PRODUCTTYPE.HeaderText = "Column1"; this.PRODUCTTYPE.Name = "PRODUCTTYPE"; this.PRODUCTTYPE.ReadOnly = true; this.PRODUCTTYPE.Visible = false; // // panelSearchTitle // this.panelSearchTitle.BackColor = System.Drawing.SystemColors.ScrollBar; this.panelSearchTitle.Controls.Add(this.lblSearchTitle); this.panelSearchTitle.Dock = System.Windows.Forms.DockStyle.Top; this.panelSearchTitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.panelSearchTitle.Location = new System.Drawing.Point(0, 70); this.panelSearchTitle.Name = "panelSearchTitle"; this.panelSearchTitle.Size = new System.Drawing.Size(1167, 35); this.panelSearchTitle.TabIndex = 8; // // lblSearchTitle // this.lblSearchTitle.AutoSize = true; this.lblSearchTitle.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblSearchTitle.Location = new System.Drawing.Point(15, 7); this.lblSearchTitle.Name = "lblSearchTitle"; this.lblSearchTitle.Size = new System.Drawing.Size(69, 20); this.lblSearchTitle.TabIndex = 0; this.lblSearchTitle.Text = "查询条件"; // // panelSearch // this.panelSearch.BackColor = System.Drawing.SystemColors.InactiveBorder; this.panelSearch.Controls.Add(this.label2); this.panelSearch.Controls.Add(this.comProColor); this.panelSearch.Controls.Add(this.txtProductCode); this.panelSearch.Controls.Add(this.label3); this.panelSearch.Dock = System.Windows.Forms.DockStyle.Top; this.panelSearch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.panelSearch.Location = new System.Drawing.Point(0, 105); this.panelSearch.Name = "panelSearch"; this.panelSearch.Size = new System.Drawing.Size(1167, 60); this.panelSearch.TabIndex = 9; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(512, 19); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(69, 20); this.label2.TabIndex = 0; this.label2.Text = "表皮颜色"; // // comProColor // this.comProColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comProColor.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.comProColor.FormattingEnabled = true; this.comProColor.Location = new System.Drawing.Point(587, 16); this.comProColor.Name = "comProColor"; this.comProColor.Size = new System.Drawing.Size(228, 27); this.comProColor.TabIndex = 2; // // panel1 // this.panel1.Controls.Add(this.DGView); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 165); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1167, 442); this.panel1.TabIndex = 10; // // pager1 // this.pager1.DataPage = ((QMFrameWork.Data.DataPage)(resources.GetObject("pager1.DataPage"))); this.pager1.Dock = System.Windows.Forms.DockStyle.Bottom; this.pager1.Location = new System.Drawing.Point(0, 607); this.pager1.Name = "pager1"; this.pager1.OSearch = null; this.pager1.Size = new System.Drawing.Size(1167, 35); this.pager1.TabIndex = 7; this.pager1.EventPaging += new QMAPP.WinForm.Controls.EventPagingHandler(this.pager1_EventPaging); // // SlushMoldingPrintForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(1167, 642); this.Controls.Add(this.panel1); this.Controls.Add(this.panelSearch); this.Controls.Add(this.panelSearchTitle); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.pager1); this.Name = "SlushMoldingPrintForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "搪塑条码操作"; this.Load += new System.EventHandler(this.Form_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.DGView)).EndInit(); this.panelSearchTitle.ResumeLayout(false); this.panelSearchTitle.PerformLayout(); this.panelSearch.ResumeLayout(false); this.panelSearch.PerformLayout(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton tsbSearch; private System.Windows.Forms.ToolStripButton tsbAdd; private System.Windows.Forms.ToolStripButton tsbPrint; private System.Windows.Forms.TextBox txtProductCode; private System.Windows.Forms.Label label3; private System.Windows.Forms.DataGridView DGView; private Controls.Pager pager1; private System.Windows.Forms.Panel panelSearchTitle; private System.Windows.Forms.Label lblSearchTitle; private System.Windows.Forms.Panel panelSearch; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox comProColor; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.ToolStripButton btnScarp; private System.Windows.Forms.DataGridViewTextBoxColumn MachineName; private System.Windows.Forms.DataGridViewTextBoxColumn PRODUCTCODE; private System.Windows.Forms.DataGridViewTextBoxColumn Material_code; private System.Windows.Forms.DataGridViewTextBoxColumn color; private System.Windows.Forms.DataGridViewTextBoxColumn position; private System.Windows.Forms.DataGridViewTextBoxColumn CreateUser; private System.Windows.Forms.DataGridViewTextBoxColumn CreateDate; private System.Windows.Forms.DataGridViewTextBoxColumn Pid; private System.Windows.Forms.DataGridViewTextBoxColumn PRODUCTTYPE; } }