namespace ГЕС_5
{
partial class Postav_FORM
{
///
/// 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();
this._ГЕС_5DataSet = new ГЕС_5._ГЕС_5DataSet();
this.postavBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.postavTableAdapter = new ГЕС_5._ГЕС_5DataSetTableAdapters.PostavTableAdapter();
this.tableAdapterManager = new ГЕС_5._ГЕС_5DataSetTableAdapters.TableAdapterManager();
this.postavDataGridView = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.button1 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this._ГЕС_5DataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.postavBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.postavDataGridView)).BeginInit();
this.SuspendLayout();
//
// _ГЕС_5DataSet
//
this._ГЕС_5DataSet.DataSetName = "_ГЕС_5DataSet";
this._ГЕС_5DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// postavBindingSource
//
this.postavBindingSource.DataMember = "Postav";
this.postavBindingSource.DataSource = this._ГЕС_5DataSet;
//
// postavTableAdapter
//
this.postavTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.ContractsTableAdapter = null;
this.tableAdapterManager.CustomerTableAdapter = null;
this.tableAdapterManager.FlowersTableAdapter = null;
this.tableAdapterManager.OrdersTableAdapter = null;
this.tableAdapterManager.Postav_FlowersTableAdapter = null;
this.tableAdapterManager.PostavTableAdapter = this.postavTableAdapter;
this.tableAdapterManager.UpdateOrder = ГЕС_5._ГЕС_5DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
//
// postavDataGridView
//
this.postavDataGridView.AutoGenerateColumns = false;
this.postavDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.postavDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3});
this.postavDataGridView.DataSource = this.postavBindingSource;
this.postavDataGridView.Location = new System.Drawing.Point(12, 12);
this.postavDataGridView.Name = "postavDataGridView";
this.postavDataGridView.Size = new System.Drawing.Size(573, 396);
this.postavDataGridView.TabIndex = 1;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "Код поставщика";
this.dataGridViewTextBoxColumn1.HeaderText = "Код поставщика";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "Название поставщика";
this.dataGridViewTextBoxColumn2.HeaderText = "Название поставщика";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "Адрес поставщика";
this.dataGridViewTextBoxColumn3.HeaderText = "Адрес поставщика";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
//
// button1
//
this.button1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.button1.Location = new System.Drawing.Point(12, 414);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(573, 55);
this.button1.TabIndex = 2;
this.button1.Text = "Редактировать";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// Postav_FORM
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(597, 481);
this.Controls.Add(this.button1);
this.Controls.Add(this.postavDataGridView);
this.Name = "Postav_FORM";
this.Text = "Postav_FORM";
this.Load += new System.EventHandler(this.Postav_FORM_Load);
((System.ComponentModel.ISupportInitialize)(this._ГЕС_5DataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.postavBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.postavDataGridView)).EndInit();
this.ResumeLayout(false);
}
#endregion
private _ГЕС_5DataSet _ГЕС_5DataSet;
private System.Windows.Forms.BindingSource postavBindingSource;
private _ГЕС_5DataSetTableAdapters.PostavTableAdapter postavTableAdapter;
private _ГЕС_5DataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.DataGridView postavDataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.Button button1;
}
}