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.
462 lines
26 KiB
462 lines
26 KiB
4 years ago
|
namespace QMAPP.WinForm.Forms.Injection
|
||
|
{
|
||
|
partial class InjectionCheckListForm
|
||
|
{
|
||
|
/// <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(InjectionCheckListForm));
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = 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();
|
||
|
QMFrameWork.Data.DataPage dataPage1 = new QMFrameWork.Data.DataPage();
|
||
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||
|
this.tsbSearch = new System.Windows.Forms.ToolStripButton();
|
||
|
this.tsbAdd = new System.Windows.Forms.ToolStripButton();
|
||
|
this.btnScarp = new System.Windows.Forms.ToolStripButton();
|
||
|
this.lblSearchTitle = new System.Windows.Forms.Label();
|
||
|
this.panelSearchTitle = new System.Windows.Forms.Panel();
|
||
|
this.label3 = new System.Windows.Forms.Label();
|
||
|
this.txtProductCode = new System.Windows.Forms.TextBox();
|
||
|
this.comMachine = new System.Windows.Forms.ComboBox();
|
||
|
this.comProType = new System.Windows.Forms.ComboBox();
|
||
|
this.label1 = new System.Windows.Forms.Label();
|
||
|
this.label2 = new System.Windows.Forms.Label();
|
||
|
this.lblOperateDate = new System.Windows.Forms.Label();
|
||
|
this.label4 = new System.Windows.Forms.Label();
|
||
|
this.dpOpeStart = new System.Windows.Forms.DateTimePicker();
|
||
|
this.dpOpeEnd = new System.Windows.Forms.DateTimePicker();
|
||
|
this.lab = new System.Windows.Forms.Label();
|
||
|
this.panelSearch = new System.Windows.Forms.Panel();
|
||
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
||
|
this.ISINJECT = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
||
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.pager1 = new QMAPP.WinForm.Controls.Pager();
|
||
|
this.toolStrip1.SuspendLayout();
|
||
|
this.panelSearchTitle.SuspendLayout();
|
||
|
this.panelSearch.SuspendLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// 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.btnScarp});
|
||
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
||
|
this.toolStrip1.Name = "toolStrip1";
|
||
|
this.toolStrip1.Size = new System.Drawing.Size(1203, 70);
|
||
|
this.toolStrip1.Stretch = true;
|
||
|
this.toolStrip1.TabIndex = 3;
|
||
|
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);
|
||
|
//
|
||
|
// 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);
|
||
|
//
|
||
|
// 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 = "查询条件";
|
||
|
//
|
||
|
// 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(1203, 35);
|
||
|
this.panelSearchTitle.TabIndex = 12;
|
||
|
//
|
||
|
// 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(48, 53);
|
||
|
this.label3.Name = "label3";
|
||
|
this.label3.Size = new System.Drawing.Size(39, 20);
|
||
|
this.label3.TabIndex = 4;
|
||
|
this.label3.Text = "条码";
|
||
|
//
|
||
|
// txtProductCode
|
||
|
//
|
||
|
this.txtProductCode.Font = new System.Drawing.Font("宋体", 11F);
|
||
|
this.txtProductCode.Location = new System.Drawing.Point(102, 51);
|
||
|
this.txtProductCode.Name = "txtProductCode";
|
||
|
this.txtProductCode.Size = new System.Drawing.Size(140, 24);
|
||
|
this.txtProductCode.TabIndex = 3;
|
||
|
//
|
||
|
// comMachine
|
||
|
//
|
||
|
this.comMachine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comMachine.Font = new System.Drawing.Font("宋体", 11F);
|
||
|
this.comMachine.FormattingEnabled = true;
|
||
|
this.comMachine.Items.AddRange(new object[] {
|
||
|
"否",
|
||
|
"是"});
|
||
|
this.comMachine.Location = new System.Drawing.Point(102, 16);
|
||
|
this.comMachine.Name = "comMachine";
|
||
|
this.comMachine.Size = new System.Drawing.Size(140, 23);
|
||
|
this.comMachine.TabIndex = 1;
|
||
|
//
|
||
|
// comProType
|
||
|
//
|
||
|
this.comProType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comProType.Font = new System.Drawing.Font("宋体", 11F);
|
||
|
this.comProType.FormattingEnabled = true;
|
||
|
this.comProType.Location = new System.Drawing.Point(347, 16);
|
||
|
this.comProType.Name = "comProType";
|
||
|
this.comProType.Size = new System.Drawing.Size(140, 23);
|
||
|
this.comProType.TabIndex = 2;
|
||
|
//
|
||
|
// 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(24, 17);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(69, 20);
|
||
|
this.label1.TabIndex = 0;
|
||
|
this.label1.Text = "注塑设备";
|
||
|
//
|
||
|
// 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(267, 17);
|
||
|
this.label2.Name = "label2";
|
||
|
this.label2.Size = new System.Drawing.Size(69, 20);
|
||
|
this.label2.TabIndex = 0;
|
||
|
this.label2.Text = "产品类型";
|
||
|
//
|
||
|
// lblOperateDate
|
||
|
//
|
||
|
this.lblOperateDate.AutoSize = true;
|
||
|
this.lblOperateDate.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.lblOperateDate.Location = new System.Drawing.Point(518, 18);
|
||
|
this.lblOperateDate.Name = "lblOperateDate";
|
||
|
this.lblOperateDate.Size = new System.Drawing.Size(69, 20);
|
||
|
this.lblOperateDate.TabIndex = 7;
|
||
|
this.lblOperateDate.Text = "扫描时间";
|
||
|
//
|
||
|
// label4
|
||
|
//
|
||
|
this.label4.AutoSize = true;
|
||
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label4.Location = new System.Drawing.Point(775, 17);
|
||
|
this.label4.Name = "label4";
|
||
|
this.label4.Size = new System.Drawing.Size(24, 20);
|
||
|
this.label4.TabIndex = 6;
|
||
|
this.label4.Text = "至";
|
||
|
//
|
||
|
// dpOpeStart
|
||
|
//
|
||
|
this.dpOpeStart.Location = new System.Drawing.Point(597, 17);
|
||
|
this.dpOpeStart.Name = "dpOpeStart";
|
||
|
this.dpOpeStart.Size = new System.Drawing.Size(120, 23);
|
||
|
this.dpOpeStart.TabIndex = 8;
|
||
|
//
|
||
|
// dpOpeEnd
|
||
|
//
|
||
|
this.dpOpeEnd.Location = new System.Drawing.Point(814, 18);
|
||
|
this.dpOpeEnd.Name = "dpOpeEnd";
|
||
|
this.dpOpeEnd.Size = new System.Drawing.Size(120, 23);
|
||
|
this.dpOpeEnd.TabIndex = 9;
|
||
|
//
|
||
|
// lab
|
||
|
//
|
||
|
this.lab.AutoSize = true;
|
||
|
this.lab.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.lab.Location = new System.Drawing.Point(266, 54);
|
||
|
this.lab.Name = "lab";
|
||
|
this.lab.Size = new System.Drawing.Size(162, 20);
|
||
|
this.lab.TabIndex = 11;
|
||
|
this.lab.Text = "投料比对时间2至4小时";
|
||
|
//
|
||
|
// panelSearch
|
||
|
//
|
||
|
this.panelSearch.BackColor = System.Drawing.SystemColors.InactiveBorder;
|
||
|
this.panelSearch.Controls.Add(this.lab);
|
||
|
this.panelSearch.Controls.Add(this.dpOpeEnd);
|
||
|
this.panelSearch.Controls.Add(this.dpOpeStart);
|
||
|
this.panelSearch.Controls.Add(this.label4);
|
||
|
this.panelSearch.Controls.Add(this.lblOperateDate);
|
||
|
this.panelSearch.Controls.Add(this.label2);
|
||
|
this.panelSearch.Controls.Add(this.label1);
|
||
|
this.panelSearch.Controls.Add(this.comProType);
|
||
|
this.panelSearch.Controls.Add(this.comMachine);
|
||
|
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(1203, 87);
|
||
|
this.panelSearch.TabIndex = 13;
|
||
|
//
|
||
|
// dataGridView1
|
||
|
//
|
||
|
this.dataGridView1.AllowUserToAddRows = false;
|
||
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
||
|
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
||
|
this.dataGridView1.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.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
||
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
|
this.ISINJECT,
|
||
|
this.dataGridViewTextBoxColumn3,
|
||
|
this.dataGridViewTextBoxColumn2,
|
||
|
this.dataGridViewTextBoxColumn1,
|
||
|
this.Column1,
|
||
|
this.dataGridViewTextBoxColumn5,
|
||
|
this.id});
|
||
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.dataGridView1.Location = new System.Drawing.Point(0, 192);
|
||
|
this.dataGridView1.Name = "dataGridView1";
|
||
|
this.dataGridView1.ReadOnly = true;
|
||
|
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
|
dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
|
||
|
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
|
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
|
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
|
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||
|
this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle7;
|
||
|
this.dataGridView1.RowTemplate.Height = 23;
|
||
|
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
|
this.dataGridView1.Size = new System.Drawing.Size(1203, 415);
|
||
|
this.dataGridView1.TabIndex = 14;
|
||
|
this.dataGridView1.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dataGridView1_RowPrePaint);
|
||
|
//
|
||
|
// ISINJECT
|
||
|
//
|
||
|
this.ISINJECT.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
|
this.ISINJECT.DataPropertyName = "ISINJECT";
|
||
|
this.ISINJECT.HeaderText = "投料记录";
|
||
|
this.ISINJECT.Name = "ISINJECT";
|
||
|
this.ISINJECT.ReadOnly = true;
|
||
|
this.ISINJECT.Width = 119;
|
||
|
//
|
||
|
// dataGridViewTextBoxColumn3
|
||
|
//
|
||
|
this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
|
this.dataGridViewTextBoxColumn3.DataPropertyName = "PRODUCTCODE";
|
||
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 15.75F);
|
||
|
this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle2;
|
||
|
this.dataGridViewTextBoxColumn3.HeaderText = "条码";
|
||
|
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
||
|
this.dataGridViewTextBoxColumn3.ReadOnly = true;
|
||
|
this.dataGridViewTextBoxColumn3.Width = 280;
|
||
|
//
|
||
|
// dataGridViewTextBoxColumn2
|
||
|
//
|
||
|
this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
|
this.dataGridViewTextBoxColumn2.DataPropertyName = "PRODUCTTYPE";
|
||
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle3;
|
||
|
this.dataGridViewTextBoxColumn2.HeaderText = "产品类型";
|
||
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
||
|
this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
||
|
this.dataGridViewTextBoxColumn2.Width = 120;
|
||
|
//
|
||
|
// dataGridViewTextBoxColumn1
|
||
|
//
|
||
|
this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "MACHINENAME";
|
||
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle4;
|
||
|
this.dataGridViewTextBoxColumn1.FillWeight = 200F;
|
||
|
this.dataGridViewTextBoxColumn1.HeaderText = "注塑设备";
|
||
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
||
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
||
|
this.dataGridViewTextBoxColumn1.Width = 180;
|
||
|
//
|
||
|
// Column1
|
||
|
//
|
||
|
this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
|
this.Column1.DataPropertyName = "PRODUCEDATE";
|
||
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
|
||
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
dataGridViewCellStyle5.Format = "G";
|
||
|
dataGridViewCellStyle5.NullValue = null;
|
||
|
this.Column1.DefaultCellStyle = dataGridViewCellStyle5;
|
||
|
this.Column1.HeaderText = "生产时间";
|
||
|
this.Column1.Name = "Column1";
|
||
|
this.Column1.ReadOnly = true;
|
||
|
this.Column1.Width = 250;
|
||
|
//
|
||
|
// dataGridViewTextBoxColumn5
|
||
|
//
|
||
|
this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
|
this.dataGridViewTextBoxColumn5.DataPropertyName = "CREATEDATE";
|
||
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 15.75F);
|
||
|
dataGridViewCellStyle6.Format = "f";
|
||
|
dataGridViewCellStyle6.NullValue = null;
|
||
|
this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle6;
|
||
|
this.dataGridViewTextBoxColumn5.HeaderText = "扫描时间";
|
||
|
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
||
|
this.dataGridViewTextBoxColumn5.ReadOnly = true;
|
||
|
this.dataGridViewTextBoxColumn5.Width = 250;
|
||
|
//
|
||
|
// id
|
||
|
//
|
||
|
this.id.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
|
this.id.DataPropertyName = "PID";
|
||
|
this.id.HeaderText = "PID";
|
||
|
this.id.Name = "id";
|
||
|
this.id.ReadOnly = true;
|
||
|
this.id.Visible = false;
|
||
|
//
|
||
|
// pager1
|
||
|
//
|
||
|
dataPage1.KeyName = null;
|
||
|
dataPage1.PageCount = 0;
|
||
|
dataPage1.PageIndex = 1;
|
||
|
dataPage1.PageSize = 50;
|
||
|
dataPage1.RecordCount = 0;
|
||
|
dataPage1.Result = null;
|
||
|
dataPage1.SortExpression = null;
|
||
|
this.pager1.DataPage = dataPage1;
|
||
|
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(1203, 35);
|
||
|
this.pager1.TabIndex = 11;
|
||
|
//
|
||
|
// InjectionCheckListForm
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(1203, 642);
|
||
|
this.Controls.Add(this.dataGridView1);
|
||
|
this.Controls.Add(this.panelSearch);
|
||
|
this.Controls.Add(this.pager1);
|
||
|
this.Controls.Add(this.panelSearchTitle);
|
||
|
this.Controls.Add(this.toolStrip1);
|
||
|
this.Name = "InjectionCheckListForm";
|
||
|
this.Text = "注塑条码查验";
|
||
|
this.Load += new System.EventHandler(this.InjectionCheckListForm_Load);
|
||
|
this.toolStrip1.ResumeLayout(false);
|
||
|
this.toolStrip1.PerformLayout();
|
||
|
this.panelSearchTitle.ResumeLayout(false);
|
||
|
this.panelSearchTitle.PerformLayout();
|
||
|
this.panelSearch.ResumeLayout(false);
|
||
|
this.panelSearch.PerformLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
||
|
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 btnScarp;
|
||
|
private System.Windows.Forms.Label lblSearchTitle;
|
||
|
private System.Windows.Forms.Panel panelSearchTitle;
|
||
|
private Controls.Pager pager1;
|
||
|
private System.Windows.Forms.Label label3;
|
||
|
private System.Windows.Forms.TextBox txtProductCode;
|
||
|
private System.Windows.Forms.ComboBox comMachine;
|
||
|
private System.Windows.Forms.ComboBox comProType;
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
private System.Windows.Forms.Label label2;
|
||
|
private System.Windows.Forms.Label lblOperateDate;
|
||
|
private System.Windows.Forms.Label label4;
|
||
|
private System.Windows.Forms.DateTimePicker dpOpeStart;
|
||
|
private System.Windows.Forms.DateTimePicker dpOpeEnd;
|
||
|
private System.Windows.Forms.Label lab;
|
||
|
private System.Windows.Forms.Panel panelSearch;
|
||
|
private System.Windows.Forms.DataGridView dataGridView1;
|
||
|
private System.Windows.Forms.DataGridViewCheckBoxColumn ISINJECT;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn id;
|
||
|
}
|
||
|
}
|