namespace muskafidi_de
{
partial class zacazimanager
{
///
/// 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.components = new System.ComponentModel.Container();
System.Windows.Forms.Label датаLabel;
System.Windows.Forms.Label ценаLabel;
System.Windows.Forms.Label тип_материалаLabel;
System.Windows.Forms.Label единица_измеренияLabel;
System.Windows.Forms.Label наименованиеLabel;
System.Windows.Forms.Label idLabel;
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.датаDateTimePicker = new System.Windows.Forms.DateTimePicker();
this.zacaziBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.muskafidi_deDataSet = new muskafidi_de.muskafidi_deDataSet();
this.ценаTextBox = new System.Windows.Forms.TextBox();
this.тип_материалаTextBox = new System.Windows.Forms.TextBox();
this.единица_измеренияTextBox = new System.Windows.Forms.TextBox();
this.наименованиеTextBox = new System.Windows.Forms.TextBox();
this.idTextBox = new System.Windows.Forms.TextBox();
this.zacaziDataGridView = new System.Windows.Forms.DataGridView();
this.статусTextBox = new System.Windows.Forms.TextBox();
this.zacaziTableAdapter = new muskafidi_de.muskafidi_deDataSetTableAdapters.ZacaziTableAdapter();
this.tableAdapterManager = new muskafidi_de.muskafidi_deDataSetTableAdapters.TableAdapterManager();
this._06_muskafidi_deDataSet = new muskafidi_de._06_muskafidi_deDataSet();
this.zacaziBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.zacaziTableAdapter1 = new muskafidi_de._06_muskafidi_deDataSetTableAdapters.ZacaziTableAdapter();
this.tableAdapterManager1 = new muskafidi_de._06_muskafidi_deDataSetTableAdapters.TableAdapterManager();
this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.наименованиеDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.единицаИзмеренияDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.типМатериалаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ценаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.статусDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.датаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
датаLabel = new System.Windows.Forms.Label();
ценаLabel = new System.Windows.Forms.Label();
тип_материалаLabel = new System.Windows.Forms.Label();
единица_измеренияLabel = new System.Windows.Forms.Label();
наименованиеLabel = new System.Windows.Forms.Label();
idLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.zacaziBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.muskafidi_deDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.zacaziDataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this._06_muskafidi_deDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.zacaziBindingSource1)).BeginInit();
this.SuspendLayout();
//
// датаLabel
//
датаLabel.AutoSize = true;
датаLabel.Location = new System.Drawing.Point(27, 450);
датаLabel.Name = "датаLabel";
датаLabel.Size = new System.Drawing.Size(36, 13);
датаLabel.TabIndex = 30;
датаLabel.Text = "Дата:";
//
// ценаLabel
//
ценаLabel.AutoSize = true;
ценаLabel.Location = new System.Drawing.Point(27, 414);
ценаLabel.Name = "ценаLabel";
ценаLabel.Size = new System.Drawing.Size(36, 13);
ценаLabel.TabIndex = 27;
ценаLabel.Text = "Цена:";
//
// тип_материалаLabel
//
тип_материалаLabel.AutoSize = true;
тип_материалаLabel.Location = new System.Drawing.Point(27, 378);
тип_материалаLabel.Name = "тип_материалаLabel";
тип_материалаLabel.Size = new System.Drawing.Size(87, 13);
тип_материалаLabel.TabIndex = 25;
тип_материалаLabel.Text = "Тип материала:";
//
// единица_измеренияLabel
//
единица_измеренияLabel.AutoSize = true;
единица_измеренияLabel.Location = new System.Drawing.Point(27, 346);
единица_измеренияLabel.Name = "единица_измеренияLabel";
единица_измеренияLabel.Size = new System.Drawing.Size(112, 13);
единица_измеренияLabel.TabIndex = 23;
единица_измеренияLabel.Text = "Единица измерения:";
//
// наименованиеLabel
//
наименованиеLabel.AutoSize = true;
наименованиеLabel.Location = new System.Drawing.Point(27, 315);
наименованиеLabel.Name = "наименованиеLabel";
наименованиеLabel.Size = new System.Drawing.Size(86, 13);
наименованиеLabel.TabIndex = 21;
наименованиеLabel.Text = "Наименование:";
//
// idLabel
//
idLabel.AutoSize = true;
idLabel.Location = new System.Drawing.Point(27, 287);
idLabel.Name = "idLabel";
idLabel.Size = new System.Drawing.Size(18, 13);
idLabel.TabIndex = 18;
idLabel.Text = "id:";
//
// button2
//
this.button2.BackColor = System.Drawing.Color.IndianRed;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button2.Location = new System.Drawing.Point(598, 392);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(175, 56);
this.button2.TabIndex = 34;
this.button2.Text = "Сохранить";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.BackColor = System.Drawing.Color.IndianRed;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button1.Location = new System.Drawing.Point(598, 303);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(175, 56);
this.button1.TabIndex = 33;
this.button1.Text = "Добавить";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(27, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(25, 13);
this.label1.TabIndex = 32;
this.label1.Text = "<<<";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// датаDateTimePicker
//
this.датаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.zacaziBindingSource1, "Дата", true));
this.датаDateTimePicker.Location = new System.Drawing.Point(30, 466);
this.датаDateTimePicker.Name = "датаDateTimePicker";
this.датаDateTimePicker.Size = new System.Drawing.Size(131, 20);
this.датаDateTimePicker.TabIndex = 31;
//
// zacaziBindingSource
//
this.zacaziBindingSource.DataMember = "Zacazi";
this.zacaziBindingSource.DataSource = this.muskafidi_deDataSet;
//
// muskafidi_deDataSet
//
this.muskafidi_deDataSet.DataSetName = "muskafidi_deDataSet";
this.muskafidi_deDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// ценаTextBox
//
this.ценаTextBox.BackColor = System.Drawing.Color.IndianRed;
this.ценаTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.ценаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zacaziBindingSource1, "Цена", true));
this.ценаTextBox.Location = new System.Drawing.Point(30, 434);
this.ценаTextBox.Name = "ценаTextBox";
this.ценаTextBox.Size = new System.Drawing.Size(131, 13);
this.ценаTextBox.TabIndex = 28;
//
// тип_материалаTextBox
//
this.тип_материалаTextBox.BackColor = System.Drawing.Color.IndianRed;
this.тип_материалаTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.тип_материалаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zacaziBindingSource1, "Тип материала", true));
this.тип_материалаTextBox.Location = new System.Drawing.Point(30, 398);
this.тип_материалаTextBox.Name = "тип_материалаTextBox";
this.тип_материалаTextBox.Size = new System.Drawing.Size(131, 13);
this.тип_материалаTextBox.TabIndex = 26;
//
// единица_измеренияTextBox
//
this.единица_измеренияTextBox.BackColor = System.Drawing.Color.IndianRed;
this.единица_измеренияTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.единица_измеренияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zacaziBindingSource1, "Единица измерения", true));
this.единица_измеренияTextBox.Location = new System.Drawing.Point(30, 362);
this.единица_измеренияTextBox.Name = "единица_измеренияTextBox";
this.единица_измеренияTextBox.Size = new System.Drawing.Size(131, 13);
this.единица_измеренияTextBox.TabIndex = 24;
//
// наименованиеTextBox
//
this.наименованиеTextBox.BackColor = System.Drawing.Color.IndianRed;
this.наименованиеTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.наименованиеTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zacaziBindingSource1, "Наименование", true));
this.наименованиеTextBox.Location = new System.Drawing.Point(30, 335);
this.наименованиеTextBox.Name = "наименованиеTextBox";
this.наименованиеTextBox.Size = new System.Drawing.Size(131, 13);
this.наименованиеTextBox.TabIndex = 22;
//
// idTextBox
//
this.idTextBox.BackColor = System.Drawing.Color.IndianRed;
this.idTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.idTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zacaziBindingSource1, "id", true));
this.idTextBox.Location = new System.Drawing.Point(30, 303);
this.idTextBox.Name = "idTextBox";
this.idTextBox.Size = new System.Drawing.Size(131, 13);
this.idTextBox.TabIndex = 20;
//
// zacaziDataGridView
//
this.zacaziDataGridView.AutoGenerateColumns = false;
this.zacaziDataGridView.BackgroundColor = System.Drawing.Color.IndianRed;
this.zacaziDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.zacaziDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.idDataGridViewTextBoxColumn,
this.наименованиеDataGridViewTextBoxColumn,
this.единицаИзмеренияDataGridViewTextBoxColumn,
this.типМатериалаDataGridViewTextBoxColumn,
this.ценаDataGridViewTextBoxColumn,
this.статусDataGridViewTextBoxColumn,
this.датаDataGridViewTextBoxColumn});
this.zacaziDataGridView.DataSource = this.zacaziBindingSource1;
this.zacaziDataGridView.Location = new System.Drawing.Point(30, 50);
this.zacaziDataGridView.Name = "zacaziDataGridView";
this.zacaziDataGridView.Size = new System.Drawing.Size(743, 217);
this.zacaziDataGridView.TabIndex = 19;
//
// статусTextBox
//
this.статусTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zacaziBindingSource, "Статус", true));
this.статусTextBox.Location = new System.Drawing.Point(362, 192);
this.статусTextBox.Name = "статусTextBox";
this.статусTextBox.Size = new System.Drawing.Size(131, 20);
this.статусTextBox.TabIndex = 29;
//
// zacaziTableAdapter
//
this.zacaziTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.ComplectTableAdapter = null;
this.tableAdapterManager.EdiniciIzmereniyaTableAdapter = null;
this.tableAdapterManager.RolesTableAdapter = null;
this.tableAdapterManager.StatusTableAdapter = null;
this.tableAdapterManager.StatusZakazaTableAdapter = null;
this.tableAdapterManager.UpdateOrder = muskafidi_de.muskafidi_deDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.usersTableAdapter = null;
this.tableAdapterManager.ZacaziTableAdapter = this.zacaziTableAdapter;
//
// _06_muskafidi_deDataSet
//
this._06_muskafidi_deDataSet.DataSetName = "_06_muskafidi_deDataSet";
this._06_muskafidi_deDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// zacaziBindingSource1
//
this.zacaziBindingSource1.DataMember = "Zacazi";
this.zacaziBindingSource1.DataSource = this._06_muskafidi_deDataSet;
//
// zacaziTableAdapter1
//
this.zacaziTableAdapter1.ClearBeforeFill = true;
//
// tableAdapterManager1
//
this.tableAdapterManager1.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager1.ComplectTableAdapter = null;
this.tableAdapterManager1.EdiniciIzmereniyaTableAdapter = null;
this.tableAdapterManager1.RolesTableAdapter = null;
this.tableAdapterManager1.StatusTableAdapter = null;
this.tableAdapterManager1.StatusZakazaTableAdapter = null;
this.tableAdapterManager1.UpdateOrder = muskafidi_de._06_muskafidi_deDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager1.usersTableAdapter = null;
this.tableAdapterManager1.ZacaziTableAdapter = this.zacaziTableAdapter1;
//
// idDataGridViewTextBoxColumn
//
this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
this.idDataGridViewTextBoxColumn.HeaderText = "id";
this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
//
// наименованиеDataGridViewTextBoxColumn
//
this.наименованиеDataGridViewTextBoxColumn.DataPropertyName = "Наименование";
this.наименованиеDataGridViewTextBoxColumn.HeaderText = "Наименование";
this.наименованиеDataGridViewTextBoxColumn.Name = "наименованиеDataGridViewTextBoxColumn";
//
// единицаИзмеренияDataGridViewTextBoxColumn
//
this.единицаИзмеренияDataGridViewTextBoxColumn.DataPropertyName = "Единица измерения";
this.единицаИзмеренияDataGridViewTextBoxColumn.HeaderText = "Единица измерения";
this.единицаИзмеренияDataGridViewTextBoxColumn.Name = "единицаИзмеренияDataGridViewTextBoxColumn";
//
// типМатериалаDataGridViewTextBoxColumn
//
this.типМатериалаDataGridViewTextBoxColumn.DataPropertyName = "Тип материала";
this.типМатериалаDataGridViewTextBoxColumn.HeaderText = "Тип материала";
this.типМатериалаDataGridViewTextBoxColumn.Name = "типМатериалаDataGridViewTextBoxColumn";
//
// ценаDataGridViewTextBoxColumn
//
this.ценаDataGridViewTextBoxColumn.DataPropertyName = "Цена";
this.ценаDataGridViewTextBoxColumn.HeaderText = "Цена";
this.ценаDataGridViewTextBoxColumn.Name = "ценаDataGridViewTextBoxColumn";
//
// статусDataGridViewTextBoxColumn
//
this.статусDataGridViewTextBoxColumn.DataPropertyName = "Статус";
this.статусDataGridViewTextBoxColumn.HeaderText = "Статус";
this.статусDataGridViewTextBoxColumn.Name = "статусDataGridViewTextBoxColumn";
//
// датаDataGridViewTextBoxColumn
//
this.датаDataGridViewTextBoxColumn.DataPropertyName = "Дата";
this.датаDataGridViewTextBoxColumn.HeaderText = "Дата";
this.датаDataGridViewTextBoxColumn.Name = "датаDataGridViewTextBoxColumn";
//
// zacazimanager
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.RosyBrown;
this.ClientSize = new System.Drawing.Size(800, 501);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.label1);
this.Controls.Add(датаLabel);
this.Controls.Add(this.датаDateTimePicker);
this.Controls.Add(ценаLabel);
this.Controls.Add(this.ценаTextBox);
this.Controls.Add(тип_материалаLabel);
this.Controls.Add(this.тип_материалаTextBox);
this.Controls.Add(единица_измеренияLabel);
this.Controls.Add(this.единица_измеренияTextBox);
this.Controls.Add(наименованиеLabel);
this.Controls.Add(this.наименованиеTextBox);
this.Controls.Add(idLabel);
this.Controls.Add(this.idTextBox);
this.Controls.Add(this.zacaziDataGridView);
this.Controls.Add(this.статусTextBox);
this.Name = "zacazimanager";
this.Text = "Заказы";
this.Load += new System.EventHandler(this.zacazimanager_Load);
((System.ComponentModel.ISupportInitialize)(this.zacaziBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.muskafidi_deDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.zacaziDataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this._06_muskafidi_deDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.zacaziBindingSource1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DateTimePicker датаDateTimePicker;
private System.Windows.Forms.TextBox ценаTextBox;
private System.Windows.Forms.TextBox тип_материалаTextBox;
private System.Windows.Forms.TextBox единица_измеренияTextBox;
private System.Windows.Forms.TextBox наименованиеTextBox;
private System.Windows.Forms.TextBox idTextBox;
private System.Windows.Forms.DataGridView zacaziDataGridView;
private System.Windows.Forms.TextBox статусTextBox;
private muskafidi_deDataSet muskafidi_deDataSet;
private System.Windows.Forms.BindingSource zacaziBindingSource;
private muskafidi_deDataSetTableAdapters.ZacaziTableAdapter zacaziTableAdapter;
private muskafidi_deDataSetTableAdapters.TableAdapterManager tableAdapterManager;
private _06_muskafidi_deDataSet _06_muskafidi_deDataSet;
private System.Windows.Forms.BindingSource zacaziBindingSource1;
private _06_muskafidi_deDataSetTableAdapters.ZacaziTableAdapter zacaziTableAdapter1;
private _06_muskafidi_deDataSetTableAdapters.TableAdapterManager tableAdapterManager1;
private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn наименованиеDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn единицаИзмеренияDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn типМатериалаDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn ценаDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn статусDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn датаDataGridViewTextBoxColumn;
}
}