namespace Бархатные_бровки_Gebel
{
partial class Form2
{
///
/// 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.bB_GebelDataSet = new Бархатные_бровки_Gebel.BB_GebelDataSet();
this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.serviceTableAdapter = new Бархатные_бровки_Gebel.BB_GebelDataSetTableAdapters.serviceTableAdapter();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
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.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.bB_GebelDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// bB_GebelDataSet
//
this.bB_GebelDataSet.DataSetName = "BB_GebelDataSet";
this.bB_GebelDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// serviceBindingSource
//
this.serviceBindingSource.DataMember = "service";
this.serviceBindingSource.DataSource = this.bB_GebelDataSet;
//
// serviceTableAdapter
//
this.serviceTableAdapter.ClearBeforeFill = true;
//
// dataGridView1
//
this.dataGridView1.AutoGenerateColumns = false;
this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.iDDataGridViewTextBoxColumn,
this.наименованиеуслугиDataGridViewTextBoxColumn,
this.главноеизображениеDataGridViewTextBoxColumn,
this.длительностьDataGridViewTextBoxColumn,
this.стоимостьDataGridViewTextBoxColumn,
this.действующаяскидкаDataGridViewTextBoxColumn});
this.dataGridView1.DataSource = this.serviceBindingSource;
this.dataGridView1.Location = new System.Drawing.Point(1, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.Size = new System.Drawing.Size(683, 150);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
//
// 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";
//
// button1
//
this.button1.Location = new System.Drawing.Point(587, 156);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(97, 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(587, 185);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(97, 23);
this.button2.TabIndex = 2;
this.button2.Text = "Удалить";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(587, 214);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(97, 23);
this.button3.TabIndex = 3;
this.button3.Text = "Редактировать";
this.button3.UseVisualStyleBackColor = true;
//
// pictureBox1
//
this.pictureBox1.Image = global::Бархатные_бровки_Gebel.Properties.Resources.beauty_logo1;
this.pictureBox1.Location = new System.Drawing.Point(681, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(119, 78);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 4;
this.pictureBox1.TabStop = false;
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.dataGridView1);
this.Name = "Form2";
this.Text = "Form2";
this.Load += new System.EventHandler(this.Form2_Load);
((System.ComponentModel.ISupportInitialize)(this.bB_GebelDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private BB_GebelDataSet bB_GebelDataSet;
private System.Windows.Forms.BindingSource serviceBindingSource;
private BB_GebelDataSetTableAdapters.serviceTableAdapter serviceTableAdapter;
private System.Windows.Forms.DataGridView dataGridView1;
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.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.PictureBox pictureBox1;
}
}