天津投入产出系统后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

412 lines
23 KiB

3 years ago
namespace QMAPP.WinForm.Forms.Injection
{
partial class InjectionMoldingNEWForm
{
/// <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(InjectionMoldingNEWForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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 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();
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.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsbSearch = new System.Windows.Forms.ToolStripButton();
this.tsbAdd = new System.Windows.Forms.ToolStripButton();
this.DGView = new System.Windows.Forms.DataGridView();
this.BucketCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PartCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.BatchCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SerialCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CreateDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Pid = 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.txtBucketCode = new System.Windows.Forms.TextBox();
this.dtpCreateUserEnd = new DateTimePickerA();
this.dtpCreateUserStart = new DateTimePickerA();
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(317, 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(339, 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(414, 15);
this.txtBatch.Name = "txtBatch";
this.txtBatch.Size = new System.Drawing.Size(169, 24);
this.txtBatch.TabIndex = 3;
//
// 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(39, 18);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(69, 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 = "投料日期";
//
// 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.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);
//
// DGView
//
this.DGView.AllowUserToAddRows = false;
this.DGView.AllowUserToDeleteRows = false;
this.DGView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
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.BucketCode,
this.PartCode,
this.BatchCode,
this.SerialCode,
this.CreateDate,
this.Pid});
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle7.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.DGView.DefaultCellStyle = dataGridViewCellStyle7;
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;
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.DGView.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
this.DGView.RowTemplate.Height = 23;
this.DGView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.DGView.Size = new System.Drawing.Size(984, 397);
this.DGView.TabIndex = 3;
this.DGView.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.DG_RowPostPaint);
//
// BucketCode
//
this.BucketCode.DataPropertyName = "BucketCode";
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 15.75F);
this.BucketCode.DefaultCellStyle = dataGridViewCellStyle2;
this.BucketCode.HeaderText = "料筒编号";
this.BucketCode.Name = "BucketCode";
this.BucketCode.ReadOnly = true;
this.BucketCode.Width = 111;
//
// PartCode
//
this.PartCode.DataPropertyName = "PartCode";
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15.75F);
this.PartCode.DefaultCellStyle = dataGridViewCellStyle3;
this.PartCode.HeaderText = "零件号";
this.PartCode.Name = "PartCode";
this.PartCode.ReadOnly = true;
this.PartCode.Width = 94;
//
// BatchCode
//
this.BatchCode.DataPropertyName = "BatchCode";
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 15.75F);
this.BatchCode.DefaultCellStyle = dataGridViewCellStyle4;
this.BatchCode.HeaderText = "投料批次";
this.BatchCode.Name = "BatchCode";
this.BatchCode.ReadOnly = true;
this.BatchCode.Width = 111;
//
// SerialCode
//
this.SerialCode.DataPropertyName = "SerialCode";
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 15.75F);
this.SerialCode.DefaultCellStyle = dataGridViewCellStyle5;
this.SerialCode.HeaderText = "流水号";
this.SerialCode.Name = "SerialCode";
this.SerialCode.ReadOnly = true;
this.SerialCode.Width = 94;
//
// CreateDate
//
this.CreateDate.DataPropertyName = "CreateDate";
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 15.75F);
dataGridViewCellStyle6.Format = "f";
dataGridViewCellStyle6.NullValue = null;
this.CreateDate.DefaultCellStyle = dataGridViewCellStyle6;
this.CreateDate.HeaderText = "投料时间";
this.CreateDate.Name = "CreateDate";
this.CreateDate.ReadOnly = true;
this.CreateDate.Width = 111;
//
// Pid
//
this.Pid.DataPropertyName = "PID";
this.Pid.HeaderText = "Pid";
this.Pid.Name = "Pid";
this.Pid.ReadOnly = true;
this.Pid.Visible = false;
this.Pid.Width = 70;
//
// 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.txtBucketCode);
this.panelSearch.Controls.Add(this.dtpCreateUserEnd);
this.panelSearch.Controls.Add(this.dtpCreateUserStart);
this.panelSearch.Controls.Add(this.label4);
this.panelSearch.Controls.Add(this.label2);
this.panelSearch.Controls.Add(this.txtBatch);
this.panelSearch.Controls.Add(this.label5);
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;
//
// txtBucketCode
//
this.txtBucketCode.Font = new System.Drawing.Font("宋体", 11F);
this.txtBucketCode.Location = new System.Drawing.Point(124, 16);
this.txtBucketCode.Name = "txtBucketCode";
this.txtBucketCode.Size = new System.Drawing.Size(169, 24);
this.txtBucketCode.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(413, 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.DGView);
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);
//
// InjectionMoldingNEWForm
//
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 = "InjectionMoldingNEWForm";
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.Label label2;
private System.Windows.Forms.TextBox txtBatch;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.DataGridView DGView;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
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.TextBox txtBucketCode;
private System.Windows.Forms.DataGridViewTextBoxColumn BucketCode;
private System.Windows.Forms.DataGridViewTextBoxColumn PartCode;
private System.Windows.Forms.DataGridViewTextBoxColumn BatchCode;
private System.Windows.Forms.DataGridViewTextBoxColumn SerialCode;
private System.Windows.Forms.DataGridViewTextBoxColumn CreateDate;
private System.Windows.Forms.DataGridViewTextBoxColumn Pid;
}
}