namespace Dem2
{
partial class MainForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.dataGridViewMaterials = new System.Windows.Forms.DataGridView();
this.Button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.material_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.type_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.current_stock = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.unit = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pack_size = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.min_stock = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.price_per_unit = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewMaterials)).BeginInit();
this.SuspendLayout();
//
// dataGridViewMaterials
//
this.dataGridViewMaterials.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridViewMaterials.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.id,
this.material_name,
this.type_name,
this.current_stock,
this.unit,
this.pack_size,
this.min_stock,
this.price_per_unit});
this.dataGridViewMaterials.Location = new System.Drawing.Point(-6, 27);
this.dataGridViewMaterials.Name = "dataGridViewMaterials";
this.dataGridViewMaterials.Size = new System.Drawing.Size(807, 225);
this.dataGridViewMaterials.TabIndex = 0;
//
// Button1
//
this.Button1.Location = new System.Drawing.Point(33, 296);
this.Button1.Name = "Button1";
this.Button1.Size = new System.Drawing.Size(131, 23);
this.Button1.TabIndex = 1;
this.Button1.Text = "Добавить";
this.Button1.UseVisualStyleBackColor = true;
this.Button1.Click += new System.EventHandler(this.Button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(33, 335);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(131, 23);
this.button2.TabIndex = 2;
this.button2.Text = "Редактировать";
this.button2.UseVisualStyleBackColor = true;
//
// button3
//
this.button3.Location = new System.Drawing.Point(33, 388);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(131, 23);
this.button3.TabIndex = 3;
this.button3.Text = "Поставщики";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// id
//
this.id.HeaderText = "заголовок: \"ID\"";
this.id.Name = "id";
//
// material_name
//
this.material_name.HeaderText = "заголовок: \"Наименование\"";
this.material_name.Name = "material_name";
//
// type_name
//
this.type_name.HeaderText = "заголовок: \"Тип\"";
this.type_name.Name = "type_name";
//
// current_stock
//
this.current_stock.HeaderText = "заголовок: \"Кол-во на складе\"";
this.current_stock.Name = "current_stock";
//
// unit
//
this.unit.HeaderText = "заголовок: \"Ед. изм.\"";
this.unit.Name = "unit";
//
// pack_size
//
this.pack_size.HeaderText = "заголовок: \"Кол-во в упаковке\"";
this.pack_size.Name = "pack_size";
//
// min_stock
//
this.min_stock.HeaderText = "заголовок: \"Мин. кол-во\"";
this.min_stock.Name = "min_stock";
//
// price_per_unit
//
this.price_per_unit.HeaderText = "заголовок: \"Цена за ед.\"";
this.price_per_unit.Name = "price_per_unit";
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.Button1);
this.Controls.Add(this.dataGridViewMaterials);
this.Name = "MainForm";
this.Text = "MainForm";
this.Load += new System.EventHandler(this.MainForm_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridViewMaterials)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dataGridViewMaterials;
private System.Windows.Forms.Button Button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.DataGridViewTextBoxColumn id;
private System.Windows.Forms.DataGridViewTextBoxColumn material_name;
private System.Windows.Forms.DataGridViewTextBoxColumn type_name;
private System.Windows.Forms.DataGridViewTextBoxColumn current_stock;
private System.Windows.Forms.DataGridViewTextBoxColumn unit;
private System.Windows.Forms.DataGridViewTextBoxColumn pack_size;
private System.Windows.Forms.DataGridViewTextBoxColumn min_stock;
private System.Windows.Forms.DataGridViewTextBoxColumn price_per_unit;
}
}