namespace Yslugi_Salona_Krasot
{
partial class Form3
{
///
/// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3));
this.label1 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.barhotnieBrovkiDataSet = new Yslugi_Salona_Krasot.BarhotnieBrovkiDataSet();
this.servicebimportBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.service_b_importTableAdapter = new Yslugi_Salona_Krasot.BarhotnieBrovkiDataSetTableAdapters.Service_b_importTableAdapter();
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.iDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.button3 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.barhotnieBrovkiDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.servicebimportBindingSource)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(292, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(123, 23);
this.label1.TabIndex = 3;
this.label1.Text = "Список услуг";
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(2, 3);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(167, 65);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 17;
this.pictureBox1.TabStop = false;
//
// 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.iDDataGridViewTextBoxColumn});
this.dataGridView1.DataSource = this.servicebimportBindingSource;
this.dataGridView1.Location = new System.Drawing.Point(148, 74);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.Size = new System.Drawing.Size(551, 364);
this.dataGridView1.TabIndex = 18;
//
// barhotnieBrovkiDataSet
//
this.barhotnieBrovkiDataSet.DataSetName = "BarhotnieBrovkiDataSet";
this.barhotnieBrovkiDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// servicebimportBindingSource
//
this.servicebimportBindingSource.DataMember = "Service_b_import";
this.servicebimportBindingSource.DataSource = this.barhotnieBrovkiDataSet;
//
// service_b_importTableAdapter
//
this.service_b_importTableAdapter.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";
//
// iDDataGridViewTextBoxColumn
//
this.iDDataGridViewTextBoxColumn.DataPropertyName = "ID";
this.iDDataGridViewTextBoxColumn.HeaderText = "ID";
this.iDDataGridViewTextBoxColumn.Name = "iDDataGridViewTextBoxColumn";
this.iDDataGridViewTextBoxColumn.Visible = false;
//
// button3
//
this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
this.button3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.button3.Location = new System.Drawing.Point(705, 404);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(141, 34);
this.button3.TabIndex = 22;
this.button3.Text = "Назад";
this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// Form3
//
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(849, 452);
this.Controls.Add(this.button3);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.label1);
this.Name = "Form3";
this.Text = "Form3";
this.Load += new System.EventHandler(this.Form3_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.barhotnieBrovkiDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.servicebimportBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.DataGridView dataGridView1;
private BarhotnieBrovkiDataSet barhotnieBrovkiDataSet;
private System.Windows.Forms.BindingSource servicebimportBindingSource;
private BarhotnieBrovkiDataSetTableAdapters.Service_b_importTableAdapter service_b_importTableAdapter;
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 iDDataGridViewTextBoxColumn;
private System.Windows.Forms.Button button3;
}
}