namespace WMS.UI.Basic
|
{
|
partial class material
|
{
|
/// <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(material));
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.btnFind = new System.Windows.Forms.Button();
|
this.btnReset = new System.Windows.Forms.Button();
|
this.label3 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
this.textBoxMaterialCode = new System.Windows.Forms.TextBox();
|
this.textBoxMaterialName = new System.Windows.Forms.TextBox();
|
this.materialAdd = new System.Windows.Forms.Button();
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
this.materialId = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.materialCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.materialName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.version = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.materialType = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.createTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.modifierTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.edit = new System.Windows.Forms.DataGridViewButtonColumn();
|
this.delete = new System.Windows.Forms.DataGridViewButtonColumn();
|
this.panel2 = new System.Windows.Forms.Panel();
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
|
this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
|
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
|
this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
|
this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel();
|
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
|
this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
|
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
|
this.panel1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
this.panel2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
this.splitContainer1.Panel1.SuspendLayout();
|
this.splitContainer1.Panel2.SuspendLayout();
|
this.splitContainer1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
this.splitContainer2.Panel1.SuspendLayout();
|
this.splitContainer2.Panel2.SuspendLayout();
|
this.splitContainer2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
|
this.bindingNavigator1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// panel1
|
//
|
this.panel1.BackColor = System.Drawing.Color.DarkSeaGreen;
|
this.panel1.Controls.Add(this.btnFind);
|
this.panel1.Controls.Add(this.btnReset);
|
this.panel1.Controls.Add(this.label3);
|
this.panel1.Controls.Add(this.label2);
|
this.panel1.Controls.Add(this.label1);
|
this.panel1.Controls.Add(this.textBoxMaterialCode);
|
this.panel1.Controls.Add(this.textBoxMaterialName);
|
this.panel1.Controls.Add(this.materialAdd);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(1534, 48);
|
this.panel1.TabIndex = 1;
|
//
|
// btnFind
|
//
|
this.btnFind.BackColor = System.Drawing.Color.DarkSeaGreen;
|
this.btnFind.BackgroundImage = global::WMS.Properties.Resources.search;
|
this.btnFind.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.btnFind.Location = new System.Drawing.Point(904, 11);
|
this.btnFind.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.btnFind.Name = "btnFind";
|
this.btnFind.Size = new System.Drawing.Size(53, 32);
|
this.btnFind.TabIndex = 8;
|
this.btnFind.UseVisualStyleBackColor = false;
|
this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
|
//
|
// btnReset
|
//
|
this.btnReset.BackColor = System.Drawing.Color.DarkSeaGreen;
|
this.btnReset.BackgroundImage = global::WMS.Properties.Resources.重置__1_;
|
this.btnReset.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.btnReset.Location = new System.Drawing.Point(828, 9);
|
this.btnReset.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.btnReset.Name = "btnReset";
|
this.btnReset.Size = new System.Drawing.Size(57, 34);
|
this.btnReset.TabIndex = 9;
|
this.btnReset.UseVisualStyleBackColor = false;
|
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label3.ForeColor = System.Drawing.Color.DimGray;
|
this.label3.Location = new System.Drawing.Point(559, 13);
|
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(123, 24);
|
this.label3.TabIndex = 4;
|
this.label3.Text = "物料编码:";
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label2.ForeColor = System.Drawing.Color.DimGray;
|
this.label2.Location = new System.Drawing.Point(279, 13);
|
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(123, 24);
|
this.label2.TabIndex = 4;
|
this.label2.Text = "物料名称:";
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label1.ForeColor = System.Drawing.Color.DarkGoldenrod;
|
this.label1.Location = new System.Drawing.Point(8, 6);
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(137, 30);
|
this.label1.TabIndex = 4;
|
this.label1.Text = "物料管理";
|
//
|
// textBoxMaterialCode
|
//
|
this.textBoxMaterialCode.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.textBoxMaterialCode.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
|
this.textBoxMaterialCode.Location = new System.Drawing.Point(686, 9);
|
this.textBoxMaterialCode.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.textBoxMaterialCode.Name = "textBoxMaterialCode";
|
this.textBoxMaterialCode.Size = new System.Drawing.Size(119, 34);
|
this.textBoxMaterialCode.TabIndex = 1;
|
//
|
// textBoxMaterialName
|
//
|
this.textBoxMaterialName.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.textBoxMaterialName.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
|
this.textBoxMaterialName.Location = new System.Drawing.Point(421, 9);
|
this.textBoxMaterialName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.textBoxMaterialName.Name = "textBoxMaterialName";
|
this.textBoxMaterialName.Size = new System.Drawing.Size(119, 34);
|
this.textBoxMaterialName.TabIndex = 1;
|
//
|
// materialAdd
|
//
|
this.materialAdd.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold);
|
this.materialAdd.ForeColor = System.Drawing.Color.MediumAquamarine;
|
this.materialAdd.Location = new System.Drawing.Point(149, 6);
|
this.materialAdd.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.materialAdd.Name = "materialAdd";
|
this.materialAdd.Size = new System.Drawing.Size(105, 40);
|
this.materialAdd.TabIndex = 0;
|
this.materialAdd.Text = "新增";
|
this.materialAdd.UseVisualStyleBackColor = true;
|
this.materialAdd.Click += new System.EventHandler(this.materialAdd_Click);
|
//
|
// dataGridView1
|
//
|
this.dataGridView1.AllowUserToResizeColumns = false;
|
this.dataGridView1.AllowUserToResizeRows = false;
|
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised;
|
this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.materialId,
|
this.materialCode,
|
this.materialName,
|
this.version,
|
this.materialType,
|
this.createTime,
|
this.modifierTime,
|
this.edit,
|
this.delete});
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.dataGridView1.GridColor = System.Drawing.Color.DarkSalmon;
|
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
|
this.dataGridView1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.dataGridView1.Name = "dataGridView1";
|
this.dataGridView1.RowTemplate.Height = 27;
|
this.dataGridView1.Size = new System.Drawing.Size(1534, 733);
|
this.dataGridView1.TabIndex = 0;
|
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
|
this.dataGridView1.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridView1_CellFormatting);
|
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
|
//
|
// materialId
|
//
|
this.materialId.DataPropertyName = "materialId";
|
this.materialId.HeaderText = "ID";
|
this.materialId.Name = "materialId";
|
this.materialId.ReadOnly = true;
|
//
|
// materialCode
|
//
|
this.materialCode.DataPropertyName = "materialCode";
|
this.materialCode.HeaderText = "物料编码";
|
this.materialCode.Name = "materialCode";
|
this.materialCode.ReadOnly = true;
|
//
|
// materialName
|
//
|
this.materialName.DataPropertyName = "materialName";
|
this.materialName.HeaderText = "物料名称";
|
this.materialName.Name = "materialName";
|
this.materialName.ReadOnly = true;
|
//
|
// version
|
//
|
this.version.DataPropertyName = "version";
|
this.version.HeaderText = "机型";
|
this.version.Name = "version";
|
//
|
// materialType
|
//
|
this.materialType.DataPropertyName = "materialType";
|
this.materialType.HeaderText = "物料类型";
|
this.materialType.Name = "materialType";
|
//
|
// createTime
|
//
|
this.createTime.DataPropertyName = "createTime";
|
this.createTime.HeaderText = "创建时间";
|
this.createTime.Name = "createTime";
|
this.createTime.ReadOnly = true;
|
//
|
// modifierTime
|
//
|
this.modifierTime.DataPropertyName = "modifierTime";
|
this.modifierTime.HeaderText = "修改时间";
|
this.modifierTime.Name = "modifierTime";
|
this.modifierTime.ReadOnly = true;
|
//
|
// edit
|
//
|
this.edit.HeaderText = "编辑";
|
this.edit.Name = "edit";
|
this.edit.Text = "编辑";
|
this.edit.UseColumnTextForButtonValue = true;
|
//
|
// delete
|
//
|
this.delete.HeaderText = "删除";
|
this.delete.Name = "delete";
|
this.delete.Text = "删除";
|
this.delete.UseColumnTextForButtonValue = true;
|
//
|
// panel2
|
//
|
this.panel2.Controls.Add(this.dataGridView1);
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
this.panel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.panel2.Name = "panel2";
|
this.panel2.Size = new System.Drawing.Size(1534, 733);
|
this.panel2.TabIndex = 2;
|
//
|
// splitContainer1
|
//
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
this.splitContainer1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.splitContainer1.Name = "splitContainer1";
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
//
|
// splitContainer1.Panel1
|
//
|
this.splitContainer1.Panel1.Controls.Add(this.panel1);
|
this.splitContainer1.Panel1MinSize = 50;
|
//
|
// splitContainer1.Panel2
|
//
|
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
|
this.splitContainer1.Size = new System.Drawing.Size(1534, 829);
|
this.splitContainer1.SplitterWidth = 2;
|
this.splitContainer1.TabIndex = 3;
|
//
|
// splitContainer2
|
//
|
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
this.splitContainer2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.splitContainer2.Name = "splitContainer2";
|
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
//
|
// splitContainer2.Panel1
|
//
|
this.splitContainer2.Panel1.Controls.Add(this.panel2);
|
//
|
// splitContainer2.Panel2
|
//
|
this.splitContainer2.Panel2.Controls.Add(this.bindingNavigator1);
|
this.splitContainer2.Size = new System.Drawing.Size(1534, 777);
|
this.splitContainer2.SplitterDistance = 733;
|
this.splitContainer2.SplitterWidth = 2;
|
this.splitContainer2.TabIndex = 3;
|
//
|
// bindingNavigator1
|
//
|
this.bindingNavigator1.AddNewItem = null;
|
this.bindingNavigator1.BackColor = System.Drawing.Color.Silver;
|
this.bindingNavigator1.CountItem = null;
|
this.bindingNavigator1.DeleteItem = null;
|
this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.bindingNavigator1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.toolStripLabel4,
|
this.toolStripLabel1,
|
this.toolStripTextBox1,
|
this.toolStripLabel5,
|
this.bindingNavigatorSeparator,
|
this.toolStripLabel2,
|
this.toolStripLabel3,
|
this.bindingNavigatorSeparator1,
|
this.bindingNavigatorSeparator2,
|
this.toolStripComboBox1});
|
this.bindingNavigator1.Location = new System.Drawing.Point(0, 0);
|
this.bindingNavigator1.MoveFirstItem = null;
|
this.bindingNavigator1.MoveLastItem = null;
|
this.bindingNavigator1.MoveNextItem = null;
|
this.bindingNavigator1.MovePreviousItem = null;
|
this.bindingNavigator1.Name = "bindingNavigator1";
|
this.bindingNavigator1.PositionItem = null;
|
this.bindingNavigator1.Size = new System.Drawing.Size(1534, 42);
|
this.bindingNavigator1.TabIndex = 0;
|
this.bindingNavigator1.Text = "bindingNavigator1";
|
//
|
// toolStripLabel4
|
//
|
this.toolStripLabel4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripLabel4.Image")));
|
this.toolStripLabel4.Name = "toolStripLabel4";
|
this.toolStripLabel4.Size = new System.Drawing.Size(20, 39);
|
this.toolStripLabel4.Click += new System.EventHandler(this.toolStripLabel4_Click);
|
//
|
// toolStripLabel1
|
//
|
this.toolStripLabel1.Name = "toolStripLabel1";
|
this.toolStripLabel1.Size = new System.Drawing.Size(54, 39);
|
this.toolStripLabel1.Text = "上一页";
|
this.toolStripLabel1.Click += new System.EventHandler(this.toolStripLabel1_Click);
|
//
|
// toolStripTextBox1
|
//
|
this.toolStripTextBox1.Name = "toolStripTextBox1";
|
this.toolStripTextBox1.Size = new System.Drawing.Size(35, 42);
|
this.toolStripTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBox1_KeyDown);
|
//
|
// toolStripLabel5
|
//
|
this.toolStripLabel5.Name = "toolStripLabel5";
|
this.toolStripLabel5.Size = new System.Drawing.Size(15, 39);
|
this.toolStripLabel5.Text = "/";
|
//
|
// bindingNavigatorSeparator
|
//
|
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
|
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 42);
|
//
|
// toolStripLabel2
|
//
|
this.toolStripLabel2.BackColor = System.Drawing.Color.DodgerBlue;
|
this.toolStripLabel2.Name = "toolStripLabel2";
|
this.toolStripLabel2.Size = new System.Drawing.Size(54, 39);
|
this.toolStripLabel2.Text = "下一页";
|
this.toolStripLabel2.Click += new System.EventHandler(this.toolStripLabel2_Click);
|
//
|
// toolStripLabel3
|
//
|
this.toolStripLabel3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripLabel3.Image")));
|
this.toolStripLabel3.Name = "toolStripLabel3";
|
this.toolStripLabel3.Size = new System.Drawing.Size(20, 39);
|
this.toolStripLabel3.Click += new System.EventHandler(this.toolStripLabel3_Click);
|
//
|
// bindingNavigatorSeparator1
|
//
|
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
|
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 42);
|
//
|
// bindingNavigatorSeparator2
|
//
|
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
|
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 42);
|
//
|
// toolStripComboBox1
|
//
|
this.toolStripComboBox1.AutoCompleteCustomSource.AddRange(new string[] {
|
"rrrr"});
|
this.toolStripComboBox1.Items.AddRange(new object[] {
|
"每页10条",
|
"每页20条",
|
"每页30条",
|
"每页40条"});
|
this.toolStripComboBox1.Name = "toolStripComboBox1";
|
this.toolStripComboBox1.Size = new System.Drawing.Size(82, 42);
|
this.toolStripComboBox1.Text = "每页10条";
|
this.toolStripComboBox1.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox1_SelectedIndexChanged);
|
//
|
// material
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(1534, 829);
|
this.Controls.Add(this.splitContainer1);
|
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.Name = "material";
|
this.Text = "物料维护";
|
this.Load += new System.EventHandler(this.material_Load);
|
this.panel1.ResumeLayout(false);
|
this.panel1.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
this.panel2.ResumeLayout(false);
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
this.splitContainer1.ResumeLayout(false);
|
this.splitContainer2.Panel1.ResumeLayout(false);
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
this.splitContainer2.Panel2.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
this.splitContainer2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
|
this.bindingNavigator1.ResumeLayout(false);
|
this.bindingNavigator1.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.Button materialAdd;
|
private System.Windows.Forms.TextBox textBoxMaterialName;
|
private System.Windows.Forms.DataGridView dataGridView1;
|
private System.Windows.Forms.Panel panel2;
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
private System.Windows.Forms.SplitContainer splitContainer2;
|
private System.Windows.Forms.BindingNavigator bindingNavigator1;
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
|
private System.Windows.Forms.ToolStripComboBox toolStripComboBox1;
|
private System.Windows.Forms.ToolStripLabel toolStripLabel4;
|
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
|
private System.Windows.Forms.ToolStripTextBox toolStripTextBox1;
|
private System.Windows.Forms.ToolStripLabel toolStripLabel5;
|
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
|
private System.Windows.Forms.ToolStripLabel toolStripLabel3;
|
private System.Windows.Forms.TextBox textBoxMaterialCode;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Button btnFind;
|
private System.Windows.Forms.Button btnReset;
|
private System.Windows.Forms.DataGridViewTextBoxColumn materialId;
|
private System.Windows.Forms.DataGridViewTextBoxColumn materialCode;
|
private System.Windows.Forms.DataGridViewTextBoxColumn materialName;
|
private System.Windows.Forms.DataGridViewTextBoxColumn version;
|
private System.Windows.Forms.DataGridViewTextBoxColumn materialType;
|
private System.Windows.Forms.DataGridViewTextBoxColumn createTime;
|
private System.Windows.Forms.DataGridViewTextBoxColumn modifierTime;
|
private System.Windows.Forms.DataGridViewButtonColumn edit;
|
private System.Windows.Forms.DataGridViewButtonColumn delete;
|
}
|
}
|