namespace ГЕС_5
{
partial class Customer_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.customerBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.customerTableAdapter = new ГЕС_5._ГЕС_5DataSetTableAdapters.CustomerTableAdapter();
this.tableAdapterManager = new ГЕС_5._ГЕС_5DataSetTableAdapters.TableAdapterManager();
this.customerDataGridView = 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.customerBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.customerDataGridView)).BeginInit();
this.SuspendLayout();
//
// _ГЕС_5DataSet
//
this._ГЕС_5DataSet.DataSetName = "_ГЕС_5DataSet";
this._ГЕС_5DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// customerBindingSource
//
this.customerBindingSource.DataMember = "Customer";
this.customerBindingSource.DataSource = this._ГЕС_5DataSet;
//
// customerTableAdapter
//
this.customerTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.ContractsTableAdapter = null;
this.tableAdapterManager.CustomerTableAdapter = this.customerTableAdapter;
this.tableAdapterManager.FlowersTableAdapter = null;
this.tableAdapterManager.OrdersTableAdapter = null;
this.tableAdapterManager.Postav_FlowersTableAdapter = null;
this.tableAdapterManager.PostavTableAdapter = null;
this.tableAdapterManager.UpdateOrder = ГЕС_5._ГЕС_5DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
//
// customerDataGridView
//
this.customerDataGridView.AutoGenerateColumns = false;
this.customerDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.customerDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3});
this.customerDataGridView.DataSource = this.customerBindingSource;
this.customerDataGridView.Location = new System.Drawing.Point(12, 12);
this.customerDataGridView.Name = "customerDataGridView";
this.customerDataGridView.Size = new System.Drawing.Size(573, 352);
this.customerDataGridView.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, 370);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(573, 55);
this.button1.TabIndex = 5;
this.button1.Text = "Редактировать";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// Customer_FORM
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(595, 441);
this.Controls.Add(this.button1);
this.Controls.Add(this.customerDataGridView);
this.Name = "Customer_FORM";
this.Text = "Customer_FORM";
this.Load += new System.EventHandler(this.Customer_FORM_Load);
((System.ComponentModel.ISupportInitialize)(this._ГЕС_5DataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.customerBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.customerDataGridView)).EndInit();
this.ResumeLayout(false);
}
#endregion
private _ГЕС_5DataSet _ГЕС_5DataSet;
private System.Windows.Forms.BindingSource customerBindingSource;
private _ГЕС_5DataSetTableAdapters.CustomerTableAdapter customerTableAdapter;
private _ГЕС_5DataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.DataGridView customerDataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.Button button1;
}
}