namespace BB_Romanovskaya
{
partial class ajhvf
{
///
/// 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.Windows.Forms.Label наименование_услугиLabel;
System.Windows.Forms.Label главное_изображениеLabel;
System.Windows.Forms.Label длительностьLabel;
System.Windows.Forms.Label стоимостьLabel;
System.Windows.Forms.Label действующая_скидкаLabel;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ajhvf));
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.bB_RomanovskayaDataSet = new BB_Romanovskaya.BB_RomanovskayaDataSet();
this.service_b_importBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.service_b_importTableAdapter = new BB_Romanovskaya.BB_RomanovskayaDataSetTableAdapters.service_b_importTableAdapter();
this.tableAdapterManager = new BB_Romanovskaya.BB_RomanovskayaDataSetTableAdapters.TableAdapterManager();
this.service_b_importBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.наименование_услугиTextBox = new System.Windows.Forms.TextBox();
this.главное_изображениеTextBox = new System.Windows.Forms.TextBox();
this.длительностьTextBox = new System.Windows.Forms.TextBox();
this.стоимостьTextBox = new System.Windows.Forms.TextBox();
this.действующая_скидкаTextBox = new System.Windows.Forms.TextBox();
this.service_b_importDataGridView = 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.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = 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.pictureBox5 = new System.Windows.Forms.PictureBox();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
this.service_b_importBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.button4 = new System.Windows.Forms.Button();
наименование_услугиLabel = new System.Windows.Forms.Label();
главное_изображениеLabel = new System.Windows.Forms.Label();
длительностьLabel = new System.Windows.Forms.Label();
стоимостьLabel = new System.Windows.Forms.Label();
действующая_скидкаLabel = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bB_RomanovskayaDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.service_b_importBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.service_b_importBindingNavigator)).BeginInit();
this.service_b_importBindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.service_b_importDataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new System.Drawing.Point(0, 1);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(798, 100);
this.panel1.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(298, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(176, 29);
this.label1.TabIndex = 0;
this.label1.Text = "Список услуг";
//
// bB_RomanovskayaDataSet
//
this.bB_RomanovskayaDataSet.DataSetName = "BB_RomanovskayaDataSet";
this.bB_RomanovskayaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// service_b_importBindingSource
//
this.service_b_importBindingSource.DataMember = "service_b_import";
this.service_b_importBindingSource.DataSource = this.bB_RomanovskayaDataSet;
//
// service_b_importTableAdapter
//
this.service_b_importTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.AdminTableAdapter = null;
this.tableAdapterManager.AttachedProductTableAdapter = null;
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.client2TableAdapter = null;
this.tableAdapterManager.ClientServiceTableAdapter = null;
this.tableAdapterManager.ClientTableAdapter = null;
this.tableAdapterManager.DocumentByServiceTableAdapter = null;
this.tableAdapterManager.GenderTableAdapter = null;
this.tableAdapterManager.ManufacturerTableAdapter = null;
this.tableAdapterManager.ProductPhotoTableAdapter = null;
this.tableAdapterManager.ProductSaleTableAdapter = null;
this.tableAdapterManager.ProductTableAdapter = null;
this.tableAdapterManager.service_b_importTableAdapter = this.service_b_importTableAdapter;
this.tableAdapterManager.ServicePhotoTableAdapter = null;
this.tableAdapterManager.ServiceTableAdapter = null;
this.tableAdapterManager.TagOfClientTableAdapter = null;
this.tableAdapterManager.TagTableAdapter = null;
this.tableAdapterManager.UpdateOrder = BB_Romanovskaya.BB_RomanovskayaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.uslugiTableAdapter = null;
//
// service_b_importBindingNavigator
//
this.service_b_importBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.service_b_importBindingNavigator.BindingSource = this.service_b_importBindingSource;
this.service_b_importBindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.service_b_importBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.service_b_importBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.bindingNavigatorMoveFirstItem,
this.bindingNavigatorMovePreviousItem,
this.bindingNavigatorSeparator,
this.bindingNavigatorPositionItem,
this.bindingNavigatorCountItem,
this.bindingNavigatorSeparator1,
this.bindingNavigatorMoveNextItem,
this.bindingNavigatorMoveLastItem,
this.bindingNavigatorSeparator2,
this.bindingNavigatorAddNewItem,
this.bindingNavigatorDeleteItem,
this.service_b_importBindingNavigatorSaveItem});
this.service_b_importBindingNavigator.Location = new System.Drawing.Point(0, 0);
this.service_b_importBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.service_b_importBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.service_b_importBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.service_b_importBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.service_b_importBindingNavigator.Name = "service_b_importBindingNavigator";
this.service_b_importBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.service_b_importBindingNavigator.Size = new System.Drawing.Size(818, 25);
this.service_b_importBindingNavigator.TabIndex = 1;
this.service_b_importBindingNavigator.Text = "bindingNavigator1";
//
// bindingNavigatorSeparator
//
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorPositionItem
//
this.bindingNavigatorPositionItem.AccessibleName = "Положение";
this.bindingNavigatorPositionItem.AutoSize = false;
this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
this.bindingNavigatorPositionItem.Text = "0";
this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
this.bindingNavigatorCountItem.Text = "для {0}";
this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorSeparator2
//
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
//
// наименование_услугиLabel
//
наименование_услугиLabel.AutoSize = true;
наименование_услугиLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
наименование_услугиLabel.Location = new System.Drawing.Point(12, 120);
наименование_услугиLabel.Name = "наименование_услугиLabel";
наименование_услугиLabel.Size = new System.Drawing.Size(164, 18);
наименование_услугиLabel.TabIndex = 2;
наименование_услугиLabel.Text = "Наименование услуги:";
//
// наименование_услугиTextBox
//
this.наименование_услугиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.service_b_importBindingSource, "Наименование_услуги", true));
this.наименование_услугиTextBox.Location = new System.Drawing.Point(182, 123);
this.наименование_услугиTextBox.Name = "наименование_услугиTextBox";
this.наименование_услугиTextBox.Size = new System.Drawing.Size(100, 20);
this.наименование_услугиTextBox.TabIndex = 3;
//
// главное_изображениеLabel
//
главное_изображениеLabel.AutoSize = true;
главное_изображениеLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
главное_изображениеLabel.Location = new System.Drawing.Point(12, 146);
главное_изображениеLabel.Name = "главное_изображениеLabel";
главное_изображениеLabel.Size = new System.Drawing.Size(168, 18);
главное_изображениеLabel.TabIndex = 4;
главное_изображениеLabel.Text = "Главное изображение:";
//
// главное_изображениеTextBox
//
this.главное_изображениеTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.service_b_importBindingSource, "Главное_изображение", true));
this.главное_изображениеTextBox.Location = new System.Drawing.Point(182, 146);
this.главное_изображениеTextBox.Name = "главное_изображениеTextBox";
this.главное_изображениеTextBox.Size = new System.Drawing.Size(100, 20);
this.главное_изображениеTextBox.TabIndex = 5;
//
// длительностьLabel
//
длительностьLabel.AutoSize = true;
длительностьLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
длительностьLabel.Location = new System.Drawing.Point(12, 172);
длительностьLabel.Name = "длительностьLabel";
длительностьLabel.Size = new System.Drawing.Size(113, 18);
длительностьLabel.TabIndex = 6;
длительностьLabel.Text = "Длительность:";
//
// длительностьTextBox
//
this.длительностьTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.service_b_importBindingSource, "Длительность", true));
this.длительностьTextBox.Location = new System.Drawing.Point(182, 170);
this.длительностьTextBox.Name = "длительностьTextBox";
this.длительностьTextBox.Size = new System.Drawing.Size(100, 20);
this.длительностьTextBox.TabIndex = 7;
//
// стоимостьLabel
//
стоимостьLabel.AutoSize = true;
стоимостьLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
стоимостьLabel.Location = new System.Drawing.Point(12, 198);
стоимостьLabel.Name = "стоимостьLabel";
стоимостьLabel.Size = new System.Drawing.Size(90, 18);
стоимостьLabel.TabIndex = 8;
стоимостьLabel.Text = "Стоимость:";
//
// стоимостьTextBox
//
this.стоимостьTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.service_b_importBindingSource, "Стоимость", true));
this.стоимостьTextBox.Location = new System.Drawing.Point(182, 195);
this.стоимостьTextBox.Name = "стоимостьTextBox";
this.стоимостьTextBox.Size = new System.Drawing.Size(100, 20);
this.стоимостьTextBox.TabIndex = 9;
//
// действующая_скидкаLabel
//
действующая_скидкаLabel.AutoSize = true;
действующая_скидкаLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
действующая_скидкаLabel.Location = new System.Drawing.Point(12, 224);
действующая_скидкаLabel.Name = "действующая_скидкаLabel";
действующая_скидкаLabel.Size = new System.Drawing.Size(161, 18);
действующая_скидкаLabel.TabIndex = 10;
действующая_скидкаLabel.Text = "Действующая скидка:";
//
// действующая_скидкаTextBox
//
this.действующая_скидкаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.service_b_importBindingSource, "Действующая_скидка", true));
this.действующая_скидкаTextBox.Location = new System.Drawing.Point(182, 224);
this.действующая_скидкаTextBox.Name = "действующая_скидкаTextBox";
this.действующая_скидкаTextBox.Size = new System.Drawing.Size(100, 20);
this.действующая_скидкаTextBox.TabIndex = 11;
//
// service_b_importDataGridView
//
this.service_b_importDataGridView.AutoGenerateColumns = false;
this.service_b_importDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.service_b_importDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5});
this.service_b_importDataGridView.DataSource = this.service_b_importBindingSource;
this.service_b_importDataGridView.Location = new System.Drawing.Point(0, 279);
this.service_b_importDataGridView.Name = "service_b_importDataGridView";
this.service_b_importDataGridView.Size = new System.Drawing.Size(544, 220);
this.service_b_importDataGridView.TabIndex = 12;
//
// 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";
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "Стоимость";
this.dataGridViewTextBoxColumn4.HeaderText = "Стоимость";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.DataPropertyName = "Действующая_скидка";
this.dataGridViewTextBoxColumn5.HeaderText = "Действующая_скидка";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
//
// button1
//
this.button1.Location = new System.Drawing.Point(550, 279);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(106, 33);
this.button1.TabIndex = 13;
this.button1.Text = "Добавить ";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(550, 318);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(106, 33);
this.button2.TabIndex = 14;
this.button2.Text = "Сохранить";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(550, 357);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(106, 33);
this.button3.TabIndex = 15;
this.button3.Text = "Удалить";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// pictureBox5
//
this.pictureBox5.Image = global::BB_Romanovskaya.Properties.Resources.Моделирование_ресниц;
this.pictureBox5.Location = new System.Drawing.Point(422, 505);
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.Size = new System.Drawing.Size(107, 81);
this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox5.TabIndex = 20;
this.pictureBox5.TabStop = false;
//
// pictureBox4
//
this.pictureBox4.Image = global::BB_Romanovskaya.Properties.Resources.Парафинотерапия;
this.pictureBox4.Location = new System.Drawing.Point(317, 505);
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.Size = new System.Drawing.Size(99, 81);
this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox4.TabIndex = 19;
this.pictureBox4.TabStop = false;
//
// pictureBox3
//
this.pictureBox3.Image = global::BB_Romanovskaya.Properties.Resources.Укрепление_ногтей_гелем;
this.pictureBox3.Location = new System.Drawing.Point(210, 505);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(101, 81);
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox3.TabIndex = 18;
this.pictureBox3.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Image = global::BB_Romanovskaya.Properties.Resources.Окрашивание_бровей;
this.pictureBox2.Location = new System.Drawing.Point(108, 505);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(96, 81);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox2.TabIndex = 17;
this.pictureBox2.TabStop = false;
//
// pictureBox1
//
this.pictureBox1.Image = global::BB_Romanovskaya.Properties.Resources.Контурная_пластика;
this.pictureBox1.Location = new System.Drawing.Point(0, 505);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(102, 81);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 16;
this.pictureBox1.TabStop = false;
//
// bindingNavigatorAddNewItem
//
this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorAddNewItem.Text = "Добавить";
//
// bindingNavigatorDeleteItem
//
this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorDeleteItem.Text = "Удалить";
//
// bindingNavigatorMoveFirstItem
//
this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
//
// bindingNavigatorMovePreviousItem
//
this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
//
// bindingNavigatorMoveNextItem
//
this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
//
// bindingNavigatorMoveLastItem
//
this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
//
// service_b_importBindingNavigatorSaveItem
//
this.service_b_importBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.service_b_importBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("service_b_importBindingNavigatorSaveItem.Image")));
this.service_b_importBindingNavigatorSaveItem.Name = "service_b_importBindingNavigatorSaveItem";
this.service_b_importBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
this.service_b_importBindingNavigatorSaveItem.Text = "Сохранить данные";
this.service_b_importBindingNavigatorSaveItem.Click += new System.EventHandler(this.service_b_importBindingNavigatorSaveItem_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(734, 558);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(72, 28);
this.button4.TabIndex = 21;
this.button4.Text = "Назад";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// Form3
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(818, 597);
this.Controls.Add(this.button4);
this.Controls.Add(this.pictureBox5);
this.Controls.Add(this.pictureBox4);
this.Controls.Add(this.pictureBox3);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.service_b_importDataGridView);
this.Controls.Add(наименование_услугиLabel);
this.Controls.Add(this.наименование_услугиTextBox);
this.Controls.Add(главное_изображениеLabel);
this.Controls.Add(this.главное_изображениеTextBox);
this.Controls.Add(длительностьLabel);
this.Controls.Add(this.длительностьTextBox);
this.Controls.Add(стоимостьLabel);
this.Controls.Add(this.стоимостьTextBox);
this.Controls.Add(действующая_скидкаLabel);
this.Controls.Add(this.действующая_скидкаTextBox);
this.Controls.Add(this.service_b_importBindingNavigator);
this.Controls.Add(this.panel1);
this.Name = "Form3";
this.Text = "Form3";
this.Load += new System.EventHandler(this.Form3_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.bB_RomanovskayaDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.service_b_importBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.service_b_importBindingNavigator)).EndInit();
this.service_b_importBindingNavigator.ResumeLayout(false);
this.service_b_importBindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.service_b_importDataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private BB_RomanovskayaDataSet bB_RomanovskayaDataSet;
private System.Windows.Forms.BindingSource service_b_importBindingSource;
private BB_RomanovskayaDataSetTableAdapters.service_b_importTableAdapter service_b_importTableAdapter;
private BB_RomanovskayaDataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.BindingNavigator service_b_importBindingNavigator;
private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
private System.Windows.Forms.ToolStripButton service_b_importBindingNavigatorSaveItem;
private System.Windows.Forms.TextBox наименование_услугиTextBox;
private System.Windows.Forms.TextBox главное_изображениеTextBox;
private System.Windows.Forms.TextBox длительностьTextBox;
private System.Windows.Forms.TextBox стоимостьTextBox;
private System.Windows.Forms.TextBox действующая_скидкаTextBox;
private System.Windows.Forms.DataGridView service_b_importDataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.PictureBox pictureBox4;
private System.Windows.Forms.PictureBox pictureBox5;
private System.Windows.Forms.Button button4;
}
}