namespace QMAPP.WinForm.Forms.Injection { partial class SlushMoldingForm { /// /// 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(SlushMoldingForm)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = 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(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); this.comOpereator = new System.Windows.Forms.ComboBox(); this.comSlushMachine = new System.Windows.Forms.ComboBox(); this.comMaterialNo = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.txtBatch = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbSearch = new System.Windows.Forms.ToolStripButton(); this.tsbAdd = new System.Windows.Forms.ToolStripButton(); this.tsbEdit = new System.Windows.Forms.ToolStripButton(); this.tsbDelete = new System.Windows.Forms.ToolStripButton(); this.DGSlushMolding = new System.Windows.Forms.DataGridView(); this.panelSearchTitle = new System.Windows.Forms.Panel(); this.lblSearchTitle = new System.Windows.Forms.Label(); this.panelSearch = new System.Windows.Forms.Panel(); this.dtpCreateUserEnd = new DateTimePickerA(); this.dtpCreateUserStart = new DateTimePickerA(); this.panel1 = new System.Windows.Forms.Panel(); this.pager1 = new QMAPP.WinForm.Controls.Pager(); this.MachineName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MATERIALNAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MaterialCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dgcRawType = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MaterialBatch = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PACKAGENO = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.InjectionTerminal = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MeterialWeight = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.USEDWEIGHTSUM = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CreateDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CreateUser = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Pid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DGSlushMolding)).BeginInit(); this.panelSearchTitle.SuspendLayout(); this.panelSearch.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // comOpereator // this.comOpereator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comOpereator.Font = new System.Drawing.Font("宋体", 11F); this.comOpereator.FormattingEnabled = true; this.comOpereator.Location = new System.Drawing.Point(676, 58); this.comOpereator.Name = "comOpereator"; this.comOpereator.Size = new System.Drawing.Size(169, 23); this.comOpereator.TabIndex = 6; // // comSlushMachine // this.comSlushMachine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comSlushMachine.Font = new System.Drawing.Font("宋体", 11F); this.comSlushMachine.FormattingEnabled = true; this.comSlushMachine.Items.AddRange(new object[] { "否", "是"}); this.comSlushMachine.Location = new System.Drawing.Point(123, 16); this.comSlushMachine.Name = "comSlushMachine"; this.comSlushMachine.Size = new System.Drawing.Size(169, 23); this.comSlushMachine.TabIndex = 1; // // comMaterialNo // this.comMaterialNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comMaterialNo.Font = new System.Drawing.Font("宋体", 11F); this.comMaterialNo.FormattingEnabled = true; this.comMaterialNo.Items.AddRange(new object[] { "否", "是"}); this.comMaterialNo.Location = new System.Drawing.Point(392, 16); this.comMaterialNo.Name = "comMaterialNo"; this.comMaterialNo.Size = new System.Drawing.Size(169, 23); this.comMaterialNo.TabIndex = 2; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(579, 59); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(69, 20); this.label6.TabIndex = 4; this.label6.Text = "操作人员"; // // 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(579, 17); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(69, 20); this.label3.TabIndex = 4; this.label3.Text = "投料批次"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(316, 59); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(24, 20); this.label5.TabIndex = 2; this.label5.Text = "至"; // // txtBatch // this.txtBatch.Font = new System.Drawing.Font("宋体", 11F); this.txtBatch.Location = new System.Drawing.Point(676, 15); this.txtBatch.Name = "txtBatch"; this.txtBatch.Size = new System.Drawing.Size(169, 24); this.txtBatch.TabIndex = 3; this.txtBatch.DoubleClick += new System.EventHandler(this.txtBatch_DoubleClick); // // 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(316, 17); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(54, 20); this.label2.TabIndex = 2; this.label2.Text = "物料号"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(36, 59); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(69, 20); this.label4.TabIndex = 0; this.label4.Text = "投料日期"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(36, 17); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(69, 20); this.label1.TabIndex = 0; this.label1.Text = "搪塑设备"; // // 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.tsbEdit, this.tsbDelete}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(984, 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); // // tsbEdit // this.tsbEdit.AutoSize = false; this.tsbEdit.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image"))); this.tsbEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbEdit.Name = "tsbEdit"; this.tsbEdit.Size = new System.Drawing.Size(100, 60); this.tsbEdit.Text = "修改"; this.tsbEdit.Click += new System.EventHandler(this.tsbEdit_Click); // // tsbDelete // this.tsbDelete.AutoSize = false; this.tsbDelete.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image"))); this.tsbDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbDelete.Name = "tsbDelete"; this.tsbDelete.Size = new System.Drawing.Size(100, 60); this.tsbDelete.Text = "删除"; this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click); // // DGSlushMolding // this.DGSlushMolding.AllowUserToAddRows = false; this.DGSlushMolding.AllowUserToDeleteRows = false; this.DGSlushMolding.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.DGSlushMolding.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.DGSlushMolding.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.DGSlushMolding.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DGSlushMolding.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.MachineName, this.MATERIALNAME, this.MaterialCode, this.dgcRawType, this.MaterialBatch, this.PACKAGENO, this.InjectionTerminal, this.MeterialWeight, this.USEDWEIGHTSUM, this.CreateDate, this.CreateUser, this.Pid}); this.DGSlushMolding.Dock = System.Windows.Forms.DockStyle.Fill; this.DGSlushMolding.Location = new System.Drawing.Point(0, 0); this.DGSlushMolding.Name = "DGSlushMolding"; this.DGSlushMolding.ReadOnly = true; dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DGSlushMolding.RowHeadersDefaultCellStyle = dataGridViewCellStyle13; this.DGSlushMolding.RowTemplate.Height = 23; this.DGSlushMolding.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.DGSlushMolding.Size = new System.Drawing.Size(984, 397); this.DGSlushMolding.TabIndex = 3; this.DGSlushMolding.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.DG_RowPostPaint); // // 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(984, 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.dtpCreateUserEnd); this.panelSearch.Controls.Add(this.dtpCreateUserStart); this.panelSearch.Controls.Add(this.label1); this.panelSearch.Controls.Add(this.label4); this.panelSearch.Controls.Add(this.comOpereator); this.panelSearch.Controls.Add(this.label2); this.panelSearch.Controls.Add(this.comSlushMachine); this.panelSearch.Controls.Add(this.txtBatch); this.panelSearch.Controls.Add(this.comMaterialNo); this.panelSearch.Controls.Add(this.label5); this.panelSearch.Controls.Add(this.label6); 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(984, 100); this.panelSearch.TabIndex = 9; // // dtpCreateUserEnd // this.dtpCreateUserEnd.CustomFormat = " "; this.dtpCreateUserEnd.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.dtpCreateUserEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpCreateUserEnd.FormatString = "yyyy年MM月dd日"; this.dtpCreateUserEnd.Location = new System.Drawing.Point(392, 56); this.dtpCreateUserEnd.Name = "dtpCreateUserEnd"; this.dtpCreateUserEnd.OriginalFormat = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpCreateUserEnd.Size = new System.Drawing.Size(169, 26); this.dtpCreateUserEnd.TabIndex = 8; this.dtpCreateUserEnd.ValueX = null; // // dtpCreateUserStart // this.dtpCreateUserStart.CustomFormat = " "; this.dtpCreateUserStart.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.dtpCreateUserStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpCreateUserStart.FormatString = "yyyy年MM月dd日"; this.dtpCreateUserStart.Location = new System.Drawing.Point(123, 56); this.dtpCreateUserStart.Name = "dtpCreateUserStart"; this.dtpCreateUserStart.OriginalFormat = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpCreateUserStart.Size = new System.Drawing.Size(169, 26); this.dtpCreateUserStart.TabIndex = 7; this.dtpCreateUserStart.ValueX = null; // // panel1 // this.panel1.Controls.Add(this.DGSlushMolding); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 205); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(984, 397); 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, 602); this.pager1.Name = "pager1"; this.pager1.OSearch = null; this.pager1.Size = new System.Drawing.Size(984, 40); this.pager1.TabIndex = 7; this.pager1.EventPaging += new QMAPP.WinForm.Controls.EventPagingHandler(this.pager1_EventPaging); // // 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 = 90F; this.MachineName.HeaderText = "搪塑设备"; this.MachineName.Name = "MachineName"; this.MachineName.ReadOnly = true; this.MachineName.Width = 120; // // MATERIALNAME // this.MATERIALNAME.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.MATERIALNAME.DataPropertyName = "MATERIALNAME"; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15.75F); this.MATERIALNAME.DefaultCellStyle = dataGridViewCellStyle3; this.MATERIALNAME.HeaderText = "物料名称"; this.MATERIALNAME.Name = "MATERIALNAME"; this.MATERIALNAME.ReadOnly = true; this.MATERIALNAME.Width = 150; // // MaterialCode // this.MaterialCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.MaterialCode.DataPropertyName = "MATERIALCODE"; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.MaterialCode.DefaultCellStyle = dataGridViewCellStyle4; this.MaterialCode.HeaderText = "物料号"; this.MaterialCode.Name = "MaterialCode"; this.MaterialCode.ReadOnly = true; this.MaterialCode.Width = 150; // // dgcRawType // this.dgcRawType.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.dgcRawType.DataPropertyName = "MATERIALTYPE"; dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgcRawType.DefaultCellStyle = dataGridViewCellStyle5; this.dgcRawType.HeaderText = "粉料种类"; this.dgcRawType.Name = "dgcRawType"; this.dgcRawType.ReadOnly = true; // // MaterialBatch // this.MaterialBatch.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.MaterialBatch.DataPropertyName = "MATERIALBATCH"; dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 15.75F); this.MaterialBatch.DefaultCellStyle = dataGridViewCellStyle6; this.MaterialBatch.HeaderText = "投料批次"; this.MaterialBatch.Name = "MaterialBatch"; this.MaterialBatch.ReadOnly = true; this.MaterialBatch.Width = 150; // // PACKAGENO // this.PACKAGENO.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.PACKAGENO.DataPropertyName = "PACKAGENO"; dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.PACKAGENO.DefaultCellStyle = dataGridViewCellStyle7; this.PACKAGENO.HeaderText = "料包号"; this.PACKAGENO.Name = "PACKAGENO"; this.PACKAGENO.ReadOnly = true; // // InjectionTerminal // this.InjectionTerminal.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.InjectionTerminal.DataPropertyName = "INJECTIONTERMINAL"; dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 15.75F); dataGridViewCellStyle8.Format = "0号料箱"; dataGridViewCellStyle8.NullValue = null; this.InjectionTerminal.DefaultCellStyle = dataGridViewCellStyle8; this.InjectionTerminal.HeaderText = "上料口"; this.InjectionTerminal.Name = "InjectionTerminal"; this.InjectionTerminal.ReadOnly = true; this.InjectionTerminal.Width = 90; // // MeterialWeight // this.MeterialWeight.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.MeterialWeight.DataPropertyName = "METERIALWEIGHT"; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 15.75F); this.MeterialWeight.DefaultCellStyle = dataGridViewCellStyle9; this.MeterialWeight.HeaderText = "重量(KG)"; this.MeterialWeight.Name = "MeterialWeight"; this.MeterialWeight.ReadOnly = true; this.MeterialWeight.Width = 110; // // USEDWEIGHTSUM // this.USEDWEIGHTSUM.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.USEDWEIGHTSUM.DataPropertyName = "USEDWEIGHTSUM"; dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 15.75F); this.USEDWEIGHTSUM.DefaultCellStyle = dataGridViewCellStyle10; this.USEDWEIGHTSUM.HeaderText = "已使用重量(KG)"; this.USEDWEIGHTSUM.Name = "USEDWEIGHTSUM"; this.USEDWEIGHTSUM.ReadOnly = true; this.USEDWEIGHTSUM.Width = 160; // // CreateDate // this.CreateDate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.CreateDate.DataPropertyName = "MAKEDATE"; dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 15.75F); dataGridViewCellStyle11.Format = "yyyy-MM-dd HH:mm:ss"; dataGridViewCellStyle11.NullValue = null; this.CreateDate.DefaultCellStyle = dataGridViewCellStyle11; this.CreateDate.HeaderText = "投料时间"; this.CreateDate.Name = "CreateDate"; this.CreateDate.ReadOnly = true; this.CreateDate.Width = 230; // // CreateUser // this.CreateUser.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.CreateUser.DataPropertyName = "CREATEUSERNAME"; dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 15.75F); this.CreateUser.DefaultCellStyle = dataGridViewCellStyle12; this.CreateUser.HeaderText = "操作人"; this.CreateUser.Name = "CreateUser"; this.CreateUser.ReadOnly = true; // // Pid // this.Pid.DataPropertyName = "PID"; this.Pid.HeaderText = "Pid"; this.Pid.Name = "Pid"; this.Pid.ReadOnly = true; this.Pid.Visible = false; // // SlushMoldingForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(984, 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 = "SlushMoldingForm"; 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.DGSlushMolding)).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 tsbEdit; private System.Windows.Forms.ToolStripButton tsbDelete; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtBatch; private System.Windows.Forms.ComboBox comMaterialNo; private System.Windows.Forms.Label label3; private System.Windows.Forms.DataGridView DGSlushMolding; private System.Windows.Forms.ComboBox comOpereator; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox comSlushMachine; 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.Panel panel1; private DateTimePickerA dtpCreateUserStart; private DateTimePickerA dtpCreateUserEnd; private System.Windows.Forms.DataGridViewTextBoxColumn MachineName; private System.Windows.Forms.DataGridViewTextBoxColumn MATERIALNAME; private System.Windows.Forms.DataGridViewTextBoxColumn MaterialCode; private System.Windows.Forms.DataGridViewTextBoxColumn dgcRawType; private System.Windows.Forms.DataGridViewTextBoxColumn MaterialBatch; private System.Windows.Forms.DataGridViewTextBoxColumn PACKAGENO; private System.Windows.Forms.DataGridViewTextBoxColumn InjectionTerminal; private System.Windows.Forms.DataGridViewTextBoxColumn MeterialWeight; private System.Windows.Forms.DataGridViewTextBoxColumn USEDWEIGHTSUM; private System.Windows.Forms.DataGridViewTextBoxColumn CreateDate; private System.Windows.Forms.DataGridViewTextBoxColumn CreateUser; private System.Windows.Forms.DataGridViewTextBoxColumn Pid; } }