天津投入产出系统后端
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.
 
 
 
 
 
 

448 lines
25 KiB

namespace QMAPP.WinForm.Forms.Mend
{
partial class MainCodeChangeForm
{
/// <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(MainCodeChangeForm));
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.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsbSearch = new System.Windows.Forms.ToolStripButton();
this.tsbCheck = new System.Windows.Forms.ToolStripButton();
this.tsbtnDPlabelRegenerate = new System.Windows.Forms.ToolStripButton();
this.panelSearchTitle = new System.Windows.Forms.Panel();
this.lblSearchTitle = new System.Windows.Forms.Label();
this.panelSearch = new System.Windows.Forms.Panel();
this.txtOrig = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtNewMianCode = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtProductCode = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.dpOpeEnd = new System.Windows.Forms.DateTimePicker();
this.dpOpeStart = new System.Windows.Forms.DateTimePicker();
this.label4 = new System.Windows.Forms.Label();
this.lblOperateDate = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.pager1 = new QMAPP.WinForm.Controls.Pager();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.ORIGMAINCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.NEWMAINCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MATERIALCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PRODUCTCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PRODUCELINE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CREATEUSERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CREATEDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.toolStrip1.SuspendLayout();
this.panelSearchTitle.SuspendLayout();
this.panelSearch.SuspendLayout();
this.panel1.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.tsbCheck,
this.tsbtnDPlabelRegenerate});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1183, 70);
this.toolStrip1.Stretch = true;
this.toolStrip1.TabIndex = 4;
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);
//
// tsbCheck
//
this.tsbCheck.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tsbCheck.Image = ((System.Drawing.Image)(resources.GetObject("tsbCheck.Image")));
this.tsbCheck.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbCheck.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbCheck.Name = "tsbCheck";
this.tsbCheck.Size = new System.Drawing.Size(190, 67);
this.tsbCheck.Text = "仪表板总成码替换";
this.tsbCheck.Click += new System.EventHandler(this.tsbCheck_Click);
//
// tsbtnDPlabelRegenerate
//
this.tsbtnDPlabelRegenerate.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tsbtnDPlabelRegenerate.Image = global::QMAPP.WinForm.Resource1.reload;
this.tsbtnDPlabelRegenerate.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnDPlabelRegenerate.Name = "tsbtnDPlabelRegenerate";
this.tsbtnDPlabelRegenerate.Size = new System.Drawing.Size(162, 67);
this.tsbtnDPlabelRegenerate.Text = "门板总成条码替换";
this.tsbtnDPlabelRegenerate.ToolTipText = "门板FIS条码替换";
this.tsbtnDPlabelRegenerate.Click += new System.EventHandler(this.tsbtnDPlabelRegenerate_Click);
//
// 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(1183, 35);
this.panelSearchTitle.TabIndex = 14;
//
// 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.txtOrig);
this.panelSearch.Controls.Add(this.label2);
this.panelSearch.Controls.Add(this.txtNewMianCode);
this.panelSearch.Controls.Add(this.label1);
this.panelSearch.Controls.Add(this.txtProductCode);
this.panelSearch.Controls.Add(this.label3);
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.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(1183, 67);
this.panelSearch.TabIndex = 15;
//
// txtOrig
//
this.txtOrig.Font = new System.Drawing.Font("宋体", 11F);
this.txtOrig.Location = new System.Drawing.Point(103, 22);
this.txtOrig.Name = "txtOrig";
this.txtOrig.Size = new System.Drawing.Size(140, 24);
this.txtOrig.TabIndex = 18;
//
// 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(15, 24);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(84, 20);
this.label2.TabIndex = 19;
this.label2.Text = "原总成条码";
//
// txtNewMianCode
//
this.txtNewMianCode.Font = new System.Drawing.Font("宋体", 11F);
this.txtNewMianCode.Location = new System.Drawing.Point(350, 23);
this.txtNewMianCode.Name = "txtNewMianCode";
this.txtNewMianCode.Size = new System.Drawing.Size(140, 24);
this.txtNewMianCode.TabIndex = 16;
//
// 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(260, 25);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(84, 20);
this.label1.TabIndex = 17;
this.label1.Text = "新总成条码";
//
// txtProductCode
//
this.txtProductCode.Font = new System.Drawing.Font("宋体", 11F);
this.txtProductCode.Location = new System.Drawing.Point(575, 22);
this.txtProductCode.Name = "txtProductCode";
this.txtProductCode.Size = new System.Drawing.Size(140, 24);
this.txtProductCode.TabIndex = 14;
//
// 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(500, 24);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(69, 20);
this.label3.TabIndex = 15;
this.label3.Text = "产品条码";
//
// dpOpeEnd
//
this.dpOpeEnd.Location = new System.Drawing.Point(977, 23);
this.dpOpeEnd.Name = "dpOpeEnd";
this.dpOpeEnd.Size = new System.Drawing.Size(120, 23);
this.dpOpeEnd.TabIndex = 13;
//
// dpOpeStart
//
this.dpOpeStart.Location = new System.Drawing.Point(800, 22);
this.dpOpeStart.Name = "dpOpeStart";
this.dpOpeStart.Size = new System.Drawing.Size(120, 23);
this.dpOpeStart.TabIndex = 12;
//
// 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(938, 22);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(24, 20);
this.label4.TabIndex = 10;
this.label4.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(721, 23);
this.lblOperateDate.Name = "lblOperateDate";
this.lblOperateDate.Size = new System.Drawing.Size(69, 20);
this.lblOperateDate.TabIndex = 11;
this.lblOperateDate.Text = "替换时间";
//
// panel1
//
this.panel1.Controls.Add(this.pager1);
this.panel1.Controls.Add(this.dataGridView1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 172);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1183, 394);
this.panel1.TabIndex = 19;
//
// 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, 357);
this.pager1.Name = "pager1";
this.pager1.OSearch = null;
this.pager1.Size = new System.Drawing.Size(1183, 37);
this.pager1.TabIndex = 18;
//
// 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.ORIGMAINCODE,
this.NEWMAINCODE,
this.MATERIALCODE,
this.PRODUCTCODE,
this.PRODUCELINE,
this.CREATEUSERNAME,
this.CREATEDATE,
this.id});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.MultiSelect = false;
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.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.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(1183, 394);
this.dataGridView1.TabIndex = 16;
//
// ORIGMAINCODE
//
this.ORIGMAINCODE.DataPropertyName = "ORIGMAINCODE";
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ORIGMAINCODE.DefaultCellStyle = dataGridViewCellStyle2;
this.ORIGMAINCODE.HeaderText = "原总成条码";
this.ORIGMAINCODE.Name = "ORIGMAINCODE";
this.ORIGMAINCODE.ReadOnly = true;
//
// NEWMAINCODE
//
this.NEWMAINCODE.DataPropertyName = "NEWMAINCODE";
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.NEWMAINCODE.DefaultCellStyle = dataGridViewCellStyle3;
this.NEWMAINCODE.HeaderText = "新总成条码";
this.NEWMAINCODE.Name = "NEWMAINCODE";
this.NEWMAINCODE.ReadOnly = true;
//
// MATERIALCODE
//
this.MATERIALCODE.DataPropertyName = "MATERIALCODE";
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 14.25F, 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;
//
// PRODUCTCODE
//
this.PRODUCTCODE.DataPropertyName = "PRODUCTCODE";
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.PRODUCTCODE.DefaultCellStyle = dataGridViewCellStyle5;
this.PRODUCTCODE.HeaderText = "产品条码";
this.PRODUCTCODE.Name = "PRODUCTCODE";
this.PRODUCTCODE.ReadOnly = true;
//
// PRODUCELINE
//
this.PRODUCELINE.DataPropertyName = "PRODUCELINE";
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 15.75F);
this.PRODUCELINE.DefaultCellStyle = dataGridViewCellStyle6;
this.PRODUCELINE.HeaderText = "成产线";
this.PRODUCELINE.Name = "PRODUCELINE";
this.PRODUCELINE.ReadOnly = true;
//
// CREATEUSERNAME
//
this.CREATEUSERNAME.DataPropertyName = "CREATEUSERNAME";
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 15.75F);
dataGridViewCellStyle7.Format = "f";
dataGridViewCellStyle7.NullValue = null;
this.CREATEUSERNAME.DefaultCellStyle = dataGridViewCellStyle7;
this.CREATEUSERNAME.HeaderText = "操作用户";
this.CREATEUSERNAME.Name = "CREATEUSERNAME";
this.CREATEUSERNAME.ReadOnly = true;
//
// CREATEDATE
//
this.CREATEDATE.DataPropertyName = "CREATEDATE";
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.CREATEDATE.DefaultCellStyle = dataGridViewCellStyle8;
this.CREATEDATE.HeaderText = "操作时间";
this.CREATEDATE.Name = "CREATEDATE";
this.CREATEDATE.ReadOnly = true;
//
// id
//
this.id.DataPropertyName = "PID";
this.id.HeaderText = "PID";
this.id.Name = "id";
this.id.ReadOnly = true;
this.id.Visible = false;
//
// MainCodeChangeForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1183, 566);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panelSearch);
this.Controls.Add(this.panelSearchTitle);
this.Controls.Add(this.toolStrip1);
this.Name = "MainCodeChangeForm";
this.Text = "总成条码替换";
this.Load += new System.EventHandler(this.MainCodeChangeForm_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.panelSearchTitle.ResumeLayout(false);
this.panelSearchTitle.PerformLayout();
this.panelSearch.ResumeLayout(false);
this.panelSearch.PerformLayout();
this.panel1.ResumeLayout(false);
((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 tsbCheck;
private System.Windows.Forms.Panel panelSearchTitle;
private System.Windows.Forms.Label lblSearchTitle;
private System.Windows.Forms.Panel panelSearch;
private System.Windows.Forms.Panel panel1;
public System.Windows.Forms.DataGridView dataGridView1;
private Controls.Pager pager1;
private System.Windows.Forms.DateTimePicker dpOpeEnd;
private System.Windows.Forms.DateTimePicker dpOpeStart;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label lblOperateDate;
private System.Windows.Forms.TextBox txtNewMianCode;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtProductCode;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtOrig;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DataGridViewTextBoxColumn ORIGMAINCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn NEWMAINCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn MATERIALCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn PRODUCTCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn PRODUCELINE;
private System.Windows.Forms.DataGridViewTextBoxColumn CREATEUSERNAME;
private System.Windows.Forms.DataGridViewTextBoxColumn CREATEDATE;
private System.Windows.Forms.DataGridViewTextBoxColumn id;
private System.Windows.Forms.ToolStripButton tsbtnDPlabelRegenerate;
}
}