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

494 lines
26 KiB

namespace QMAPP.WinForm.Forms.Operation
{
partial class MainOperationStaticForm
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainOperationStaticForm));
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.panelSearch = new System.Windows.Forms.Panel();
this.comMinuteEnd = new System.Windows.Forms.ComboBox();
this.comHourEnd = new System.Windows.Forms.ComboBox();
this.comMinuteStart = new System.Windows.Forms.ComboBox();
this.comHourStart = new System.Windows.Forms.ComboBox();
this.dpOpeEnd = new System.Windows.Forms.DateTimePicker();
this.dpOpeStart = new System.Windows.Forms.DateTimePicker();
this.label1 = new System.Windows.Forms.Label();
this.lblOperateDate = new System.Windows.Forms.Label();
this.lblSearchTitle = new System.Windows.Forms.Label();
this.panelSearchTitle = new System.Windows.Forms.Panel();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsbSearch = new System.Windows.Forms.ToolStripButton();
this.tbtnSearch = new System.Windows.Forms.ToolStripButton();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
3 years ago
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.DGData = new System.Windows.Forms.DataGridView();
this.model = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.materialName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.materialCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.color = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.count = new System.Windows.Forms.DataGridViewTextBoxColumn();
3 years ago
this.panel3 = new System.Windows.Forms.Panel();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.panelSearch.SuspendLayout();
this.panelSearchTitle.SuspendLayout();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DGData)).BeginInit();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
this.SuspendLayout();
//
// panelSearch
//
this.panelSearch.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.panelSearch.Controls.Add(this.comMinuteEnd);
this.panelSearch.Controls.Add(this.comHourEnd);
this.panelSearch.Controls.Add(this.comMinuteStart);
this.panelSearch.Controls.Add(this.comHourStart);
this.panelSearch.Controls.Add(this.dpOpeEnd);
this.panelSearch.Controls.Add(this.dpOpeStart);
this.panelSearch.Controls.Add(this.label1);
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(964, 60);
this.panelSearch.TabIndex = 9;
//
// comMinuteEnd
//
this.comMinuteEnd.FormattingEnabled = true;
this.comMinuteEnd.Items.AddRange(new object[] {
"0",
"5",
"10",
"15",
"20",
"25",
"30",
"35",
"40",
"45",
"50",
"55"});
this.comMinuteEnd.Location = new System.Drawing.Point(502, 16);
this.comMinuteEnd.Name = "comMinuteEnd";
this.comMinuteEnd.Size = new System.Drawing.Size(40, 25);
this.comMinuteEnd.TabIndex = 9;
//
// comHourEnd
//
this.comHourEnd.FormattingEnabled = true;
this.comHourEnd.Items.AddRange(new object[] {
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20",
"21",
"22",
"23"});
this.comHourEnd.Location = new System.Drawing.Point(459, 16);
this.comHourEnd.Name = "comHourEnd";
this.comHourEnd.Size = new System.Drawing.Size(40, 25);
this.comHourEnd.TabIndex = 8;
//
// comMinuteStart
//
this.comMinuteStart.FormattingEnabled = true;
this.comMinuteStart.Items.AddRange(new object[] {
"0",
"5",
"10",
"15",
"20",
"25",
"30",
"35",
"40",
"45",
"50",
"55"});
this.comMinuteStart.Location = new System.Drawing.Point(259, 16);
this.comMinuteStart.Name = "comMinuteStart";
this.comMinuteStart.Size = new System.Drawing.Size(40, 25);
this.comMinuteStart.TabIndex = 7;
//
// comHourStart
//
this.comHourStart.FormattingEnabled = true;
this.comHourStart.Items.AddRange(new object[] {
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20",
"21",
"22",
"23"});
this.comHourStart.Location = new System.Drawing.Point(216, 16);
this.comHourStart.Name = "comHourStart";
this.comHourStart.Size = new System.Drawing.Size(40, 25);
this.comHourStart.TabIndex = 6;
//
// dpOpeEnd
//
this.dpOpeEnd.CalendarFont = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dpOpeEnd.Location = new System.Drawing.Point(334, 17);
this.dpOpeEnd.Name = "dpOpeEnd";
this.dpOpeEnd.Size = new System.Drawing.Size(120, 23);
this.dpOpeEnd.TabIndex = 5;
//
// dpOpeStart
//
this.dpOpeStart.CalendarFont = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dpOpeStart.Location = new System.Drawing.Point(85, 17);
this.dpOpeStart.Name = "dpOpeStart";
this.dpOpeStart.Size = new System.Drawing.Size(125, 23);
this.dpOpeStart.TabIndex = 4;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(304, 18);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(24, 20);
this.label1.TabIndex = 0;
this.label1.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(15, 18);
this.lblOperateDate.Name = "lblOperateDate";
this.lblOperateDate.Size = new System.Drawing.Size(69, 20);
this.lblOperateDate.TabIndex = 0;
this.lblOperateDate.Text = "操作时间";
//
// 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(964, 35);
this.panelSearchTitle.TabIndex = 8;
//
// toolStrip1
//
this.toolStrip1.AutoSize = false;
this.toolStrip1.Font = new System.Drawing.Font("宋体", 9F);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbSearch,
this.tbtnSearch,
3 years ago
this.toolStripButton1,
this.toolStripButton2});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
this.toolStrip1.Size = new System.Drawing.Size(964, 70);
this.toolStrip1.TabIndex = 7;
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);
//
// tbtnSearch
//
this.tbtnSearch.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.tbtnSearch.AutoSize = false;
this.tbtnSearch.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tbtnSearch.Image = ((System.Drawing.Image)(resources.GetObject("tbtnSearch.Image")));
this.tbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbtnSearch.Name = "tbtnSearch";
this.tbtnSearch.Size = new System.Drawing.Size(140, 60);
this.tbtnSearch.Text = "返回加工";
this.tbtnSearch.Visible = false;
this.tbtnSearch.Click += new System.EventHandler(this.tbtnSearch_Click);
//
// toolStripButton1
//
this.toolStripButton1.AutoSize = false;
this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.toolStripButton1.Image = global::QMAPP.WinForm.Resource1.cancle;
this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(100, 60);
this.toolStripButton1.Text = "关闭";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
3 years ago
// toolStripButton2
//
this.toolStripButton2.AutoSize = false;
this.toolStripButton2.Font = new System.Drawing.Font("微软雅黑", 12F);
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
this.toolStripButton2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(200, 60);
this.toolStripButton2.Text = "回冲数据查询";
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// DGData
//
this.DGData.AllowUserToAddRows = false;
this.DGData.AllowUserToDeleteRows = false;
this.DGData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.DGData.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.DGData.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.False;
this.DGData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.DGData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DGData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.model,
this.materialName,
this.materialCode,
this.color,
this.count});
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.DGData.DefaultCellStyle = dataGridViewCellStyle7;
this.DGData.Dock = System.Windows.Forms.DockStyle.Fill;
this.DGData.Location = new System.Drawing.Point(0, 0);
this.DGData.Name = "DGData";
this.DGData.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.DGData.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
this.DGData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
this.DGData.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.DGData.RowTemplate.Height = 23;
this.DGData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.DGData.Size = new System.Drawing.Size(964, 229);
this.DGData.TabIndex = 11;
this.DGData.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.DGData_RowPostPaint);
//
// model
//
this.model.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.model.DataPropertyName = "模具";
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.model.DefaultCellStyle = dataGridViewCellStyle2;
this.model.FillWeight = 110.2359F;
this.model.HeaderText = "模具";
this.model.Name = "model";
this.model.ReadOnly = true;
//
// materialName
//
this.materialName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.materialName.DataPropertyName = "零件名称";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.materialName.DefaultCellStyle = dataGridViewCellStyle3;
this.materialName.FillWeight = 104.0609F;
this.materialName.HeaderText = "零件名称";
this.materialName.Name = "materialName";
this.materialName.ReadOnly = true;
this.materialName.Width = 101;
//
// materialCode
//
this.materialCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.materialCode.DataPropertyName = "零件号";
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.materialCode.DefaultCellStyle = dataGridViewCellStyle4;
this.materialCode.FillWeight = 136.4285F;
this.materialCode.HeaderText = "零件号";
this.materialCode.Name = "materialCode";
this.materialCode.ReadOnly = true;
//
// color
//
this.color.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.color.DataPropertyName = "颜色";
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.color.DefaultCellStyle = dataGridViewCellStyle5;
this.color.FillWeight = 72.74867F;
this.color.HeaderText = "颜色";
this.color.Name = "color";
this.color.ReadOnly = true;
//
// count
//
this.count.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.count.DataPropertyName = "加工数量";
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.count.DefaultCellStyle = dataGridViewCellStyle6;
this.count.FillWeight = 76.52604F;
this.count.HeaderText = "数量";
this.count.Name = "count";
this.count.ReadOnly = true;
//
3 years ago
// panel3
//
this.panel3.Controls.Add(this.DGData);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(0, 165);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(964, 229);
this.panel3.TabIndex = 14;
//
// MainOperationStaticForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(964, 394);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panelSearch);
this.Controls.Add(this.panelSearchTitle);
this.Controls.Add(this.toolStrip1);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "MainOperationStaticForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "加工统计";
this.TopMost = true;
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.MainOperationStaticForm_Load);
this.panelSearch.ResumeLayout(false);
this.panelSearch.PerformLayout();
this.panelSearchTitle.ResumeLayout(false);
this.panelSearchTitle.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.DGData)).EndInit();
this.panel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panelSearch;
private System.Windows.Forms.Label lblSearchTitle;
private System.Windows.Forms.Panel panelSearchTitle;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tbtnSearch;
private System.Windows.Forms.Label lblOperateDate;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ToolStripButton tsbSearch;
private System.Windows.Forms.DataGridView DGData;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.DateTimePicker dpOpeStart;
private System.Windows.Forms.BindingSource bindingSource1;
private System.Windows.Forms.DateTimePicker dpOpeEnd;
private System.Windows.Forms.ComboBox comMinuteEnd;
private System.Windows.Forms.ComboBox comHourEnd;
private System.Windows.Forms.ComboBox comMinuteStart;
private System.Windows.Forms.ComboBox comHourStart;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.DataGridViewTextBoxColumn model;
private System.Windows.Forms.DataGridViewTextBoxColumn materialName;
private System.Windows.Forms.DataGridViewTextBoxColumn materialCode;
private System.Windows.Forms.DataGridViewTextBoxColumn color;
private System.Windows.Forms.DataGridViewTextBoxColumn count;
3 years ago
private System.Windows.Forms.ToolStripButton toolStripButton2;
}
}