namespace beautyprog
{
partial class Form1
{
///
/// Обязательная переменная конструктора.
///
private System.ComponentModel.IContainer components = null;
///
/// Освободить все используемые ресурсы.
///
/// истинно, если управляемый ресурс должен быть удален; иначе ложно.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором форм Windows
///
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this._AstapovYNISP_33DataSet = new beautyprog._AstapovYNISP_33DataSet();
this.astapovYNISP33DataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.clientBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.clientTableAdapter = new beautyprog._AstapovYNISP_33DataSetTableAdapters.clientTableAdapter();
this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.serviceTableAdapter = new beautyprog._AstapovYNISP_33DataSetTableAdapters.serviceTableAdapter();
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.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this._AstapovYNISP_33DataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.astapovYNISP33DataSetBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.clientBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.AutoGenerateColumns = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.наименованиеуслугиDataGridViewTextBoxColumn,
this.главноеизображениеDataGridViewTextBoxColumn,
this.длительностьDataGridViewTextBoxColumn,
this.стоимостьDataGridViewTextBoxColumn,
this.действующаяскидкаDataGridViewTextBoxColumn});
this.dataGridView1.DataSource = this.serviceBindingSource;
this.dataGridView1.Location = new System.Drawing.Point(65, 22);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.Size = new System.Drawing.Size(648, 150);
this.dataGridView1.TabIndex = 0;
//
// _AstapovYNISP_33DataSet
//
this._AstapovYNISP_33DataSet.DataSetName = "_AstapovYNISP_33DataSet";
this._AstapovYNISP_33DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// astapovYNISP33DataSetBindingSource
//
this.astapovYNISP33DataSetBindingSource.DataSource = this._AstapovYNISP_33DataSet;
this.astapovYNISP33DataSetBindingSource.Position = 0;
//
// clientBindingSource
//
this.clientBindingSource.DataMember = "client";
this.clientBindingSource.DataSource = this.astapovYNISP33DataSetBindingSource;
//
// clientTableAdapter
//
this.clientTableAdapter.ClearBeforeFill = true;
//
// serviceBindingSource
//
this.serviceBindingSource.DataMember = "service";
this.serviceBindingSource.DataSource = this.astapovYNISP33DataSetBindingSource;
//
// serviceTableAdapter
//
this.serviceTableAdapter.ClearBeforeFill = true;
//
// наименованиеуслуги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";
//
// button1
//
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.button1.Location = new System.Drawing.Point(172, 267);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(143, 70);
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(471, 267);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(156, 70);
this.button2.TabIndex = 2;
this.button2.Text = "Записать клиента";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// Form1
//
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.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.dataGridView1);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this._AstapovYNISP_33DataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.astapovYNISP33DataSetBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.clientBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.BindingSource astapovYNISP33DataSetBindingSource;
private _AstapovYNISP_33DataSet _AstapovYNISP_33DataSet;
private System.Windows.Forms.BindingSource clientBindingSource;
private _AstapovYNISP_33DataSetTableAdapters.clientTableAdapter clientTableAdapter;
private System.Windows.Forms.BindingSource serviceBindingSource;
private _AstapovYNISP_33DataSetTableAdapters.serviceTableAdapter serviceTableAdapter;
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.Button button1;
private System.Windows.Forms.Button button2;
}
}