namespace RozenbergBrovki { partial class Редакт { /// /// 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 Скидка; System.Windows.Forms.Label Стоимость; System.Windows.Forms.Label Длительность; System.Windows.Forms.Label Изображение; System.Windows.Forms.Label Услуги; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Редакт)); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.rozenbergBrDataSet = new RozenbergBrovki.RozenbergBrDataSet(); this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components); this.serviceTableAdapter = new RozenbergBrovki.RozenbergBrDataSetTableAdapters.ServiceTableAdapter(); this.tableAdapterManager = new RozenbergBrovki.RozenbergBrDataSetTableAdapters.TableAdapterManager(); this.serviceBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox(); this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.serviceBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton(); 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.Панель = new System.Windows.Forms.Panel(); this.Редактирование = new System.Windows.Forms.Label(); this.button7 = new System.Windows.Forms.Button(); Скидка = new System.Windows.Forms.Label(); Стоимость = new System.Windows.Forms.Label(); Длительность = new System.Windows.Forms.Label(); Изображение = new System.Windows.Forms.Label(); Услуги = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.rozenbergBrDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.serviceBindingNavigator)).BeginInit(); this.serviceBindingNavigator.SuspendLayout(); this.Панель.SuspendLayout(); this.SuspendLayout(); // // Скидка // Скидка.AutoSize = true; Скидка.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); Скидка.Location = new System.Drawing.Point(74, 137); Скидка.Name = "Скидка"; Скидка.Size = new System.Drawing.Size(139, 16); Скидка.TabIndex = 33; Скидка.Text = "Действующая скидка:"; // // Стоимость // Стоимость.AutoSize = true; Стоимость.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); Стоимость.Location = new System.Drawing.Point(139, 101); Стоимость.Name = "Стоимость"; Стоимость.Size = new System.Drawing.Size(75, 16); Стоимость.TabIndex = 31; Стоимость.Text = "Стоимость:"; // // Длительность // Длительность.AutoSize = true; Длительность.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); Длительность.Location = new System.Drawing.Point(118, 69); Длительность.Name = "Длительность"; Длительность.Size = new System.Drawing.Size(96, 16); Длительность.TabIndex = 29; Длительность.Text = "Длительность:"; // // Изображение // Изображение.AutoSize = true; Изображение.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); Изображение.Location = new System.Drawing.Point(69, 30); Изображение.Name = "Изображение"; Изображение.Size = new System.Drawing.Size(145, 16); Изображение.TabIndex = 27; Изображение.Text = "Главное изображение:"; // // Услуги // Услуги.AutoSize = true; Услуги.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); Услуги.Location = new System.Drawing.Point(74, 0); Услуги.Name = "Услуги"; Услуги.Size = new System.Drawing.Size(140, 16); Услуги.TabIndex = 25; Услуги.Text = "Наименование услуги:"; // // button1 // this.button1.BackColor = System.Drawing.Color.White; this.button1.FlatAppearance.BorderColor = System.Drawing.Color.White; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Location = new System.Drawing.Point(66, 255); this.button1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(106, 36); this.button1.TabIndex = 5; this.button1.Text = "Первая"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.BackColor = System.Drawing.Color.White; this.button2.FlatAppearance.BorderColor = System.Drawing.Color.White; this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button2.Location = new System.Drawing.Point(290, 255); this.button2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(106, 36); this.button2.TabIndex = 6; this.button2.Text = "Следующая"; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.BackColor = System.Drawing.Color.White; this.button3.FlatAppearance.BorderColor = System.Drawing.Color.White; this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button3.Location = new System.Drawing.Point(290, 299); this.button3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(106, 36); this.button3.TabIndex = 19; this.button3.Text = "Удалить"; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.button3_Click); // // button4 // this.button4.BackColor = System.Drawing.Color.White; this.button4.FlatAppearance.BorderColor = System.Drawing.Color.White; this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button4.Location = new System.Drawing.Point(66, 299); this.button4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(106, 36); this.button4.TabIndex = 20; this.button4.Text = "Сохранить"; this.button4.UseVisualStyleBackColor = false; this.button4.Click += new System.EventHandler(this.button4_Click); // // button5 // this.button5.BackColor = System.Drawing.Color.White; this.button5.FlatAppearance.BorderColor = System.Drawing.Color.White; this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button5.Location = new System.Drawing.Point(178, 255); this.button5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(106, 36); this.button5.TabIndex = 21; this.button5.Text = "Предыдущая"; this.button5.UseVisualStyleBackColor = false; this.button5.Click += new System.EventHandler(this.button5_Click); // // button6 // this.button6.BackColor = System.Drawing.Color.White; this.button6.FlatAppearance.BorderColor = System.Drawing.Color.White; this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button6.Location = new System.Drawing.Point(178, 299); this.button6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(106, 36); this.button6.TabIndex = 22; this.button6.Text = "Добавить"; this.button6.UseVisualStyleBackColor = false; this.button6.Click += new System.EventHandler(this.button6_Click); // // rozenbergBrDataSet // this.rozenbergBrDataSet.DataSetName = "RozenbergBrDataSet"; this.rozenbergBrDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // serviceBindingSource // this.serviceBindingSource.DataMember = "Service"; this.serviceBindingSource.DataSource = this.rozenbergBrDataSet; // // serviceTableAdapter // this.serviceTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.AttachedProductTableAdapter = null; this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.ClientservicTableAdapter = null; this.tableAdapterManager.DocumentByServiceTableAdapter = null; this.tableAdapterManager.GenderTableAdapter = null; this.tableAdapterManager.LoginpassTableAdapter = null; this.tableAdapterManager.ManufacturerTableAdapter = null; this.tableAdapterManager.ProductPhotoTableAdapter = null; this.tableAdapterManager.ProductSaleTableAdapter = null; this.tableAdapterManager.ProductTableAdapter = null; this.tableAdapterManager.ServicePhotoTableAdapter = null; this.tableAdapterManager.ServiceTableAdapter = this.serviceTableAdapter; this.tableAdapterManager.TagOfClientTableAdapter = null; this.tableAdapterManager.TagTableAdapter = null; this.tableAdapterManager.UpdateOrder = RozenbergBrovki.RozenbergBrDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.Кли33ентTableAdapter = null; // // serviceBindingNavigator // this.serviceBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem; this.serviceBindingNavigator.BindingSource = this.serviceBindingSource; this.serviceBindingNavigator.CountItem = this.bindingNavigatorCountItem; this.serviceBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem; this.serviceBindingNavigator.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.serviceBindingNavigatorSaveItem}); this.serviceBindingNavigator.Location = new System.Drawing.Point(0, 0); this.serviceBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.serviceBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem; this.serviceBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem; this.serviceBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.serviceBindingNavigator.Name = "serviceBindingNavigator"; this.serviceBindingNavigator.PositionItem = this.bindingNavigatorPositionItem; this.serviceBindingNavigator.Size = new System.Drawing.Size(933, 31); this.serviceBindingNavigator.TabIndex = 23; this.serviceBindingNavigator.Text = "bindingNavigator1"; this.serviceBindingNavigator.Visible = 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, 28); this.bindingNavigatorAddNewItem.Text = "Добавить"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 28); this.bindingNavigatorCountItem.Text = "для {0}"; this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов"; // // 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, 28); 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, 28); 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, 28); this.bindingNavigatorMovePreviousItem.Text = "Переместить назад"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 31); // // 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(58, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 31); // // 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, 28); 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, 28); this.bindingNavigatorMoveLastItem.Text = "Переместить в конец"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 31); // // serviceBindingNavigatorSaveItem // this.serviceBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.serviceBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("serviceBindingNavigatorSaveItem.Image"))); this.serviceBindingNavigatorSaveItem.Name = "serviceBindingNavigatorSaveItem"; this.serviceBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 28); this.serviceBindingNavigatorSaveItem.Text = "Сохранить данные"; this.serviceBindingNavigatorSaveItem.Click += new System.EventHandler(this.serviceBindingNavigatorSaveItem_Click_6); // // действующая_скидкаTextBox // this.действующая_скидкаTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.действующая_скидкаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Действующая_скидка", true)); this.действующая_скидкаTextBox.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.действующая_скидкаTextBox.Location = new System.Drawing.Point(254, 186); this.действующая_скидкаTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.действующая_скидкаTextBox.Name = "действующая_скидкаTextBox"; this.действующая_скидкаTextBox.Size = new System.Drawing.Size(254, 23); this.действующая_скидкаTextBox.TabIndex = 34; // // стоимостьTextBox // this.стоимостьTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.стоимостьTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Стоимость", true)); this.стоимостьTextBox.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.стоимостьTextBox.Location = new System.Drawing.Point(254, 150); this.стоимостьTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.стоимостьTextBox.Name = "стоимостьTextBox"; this.стоимостьTextBox.Size = new System.Drawing.Size(254, 23); this.стоимостьTextBox.TabIndex = 32; // // длительностьTextBox // this.длительностьTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.длительностьTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Длительность", true)); this.длительностьTextBox.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.длительностьTextBox.Location = new System.Drawing.Point(254, 114); this.длительностьTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.длительностьTextBox.Name = "длительностьTextBox"; this.длительностьTextBox.Size = new System.Drawing.Size(254, 23); this.длительностьTextBox.TabIndex = 30; // // главное_изображениеTextBox // this.главное_изображениеTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.главное_изображениеTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Главное_изображение", true)); this.главное_изображениеTextBox.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.главное_изображениеTextBox.Location = new System.Drawing.Point(254, 79); this.главное_изображениеTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.главное_изображениеTextBox.Name = "главное_изображениеTextBox"; this.главное_изображениеTextBox.Size = new System.Drawing.Size(254, 23); this.главное_изображениеTextBox.TabIndex = 28; // // наименование_услугиTextBox // this.наименование_услугиTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.наименование_услугиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Наименование_услуги", true)); this.наименование_услугиTextBox.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.наименование_услугиTextBox.Location = new System.Drawing.Point(254, 46); this.наименование_услугиTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.наименование_услугиTextBox.Name = "наименование_услугиTextBox"; this.наименование_услугиTextBox.Size = new System.Drawing.Size(254, 23); this.наименование_услугиTextBox.TabIndex = 26; // // Панель // this.Панель.Controls.Add(Услуги); this.Панель.Controls.Add(Изображение); this.Панель.Controls.Add(Длительность); this.Панель.Controls.Add(Стоимость); this.Панель.Controls.Add(Скидка); this.Панель.Location = new System.Drawing.Point(14, 49); this.Панель.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Панель.Name = "Панель"; this.Панель.Size = new System.Drawing.Size(233, 165); this.Панель.TabIndex = 35; this.Панель.Visible = false; // // Редактирование // this.Редактирование.AutoSize = true; this.Редактирование.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Редактирование.Location = new System.Drawing.Point(250, 11); this.Редактирование.Name = "Редактирование"; this.Редактирование.Size = new System.Drawing.Size(128, 19); this.Редактирование.TabIndex = 36; this.Редактирование.Text = "Редактирование"; // // button7 // this.button7.BackColor = System.Drawing.Color.White; this.button7.FlatAppearance.BorderColor = System.Drawing.Color.White; this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button7.Location = new System.Drawing.Point(402, 255); this.button7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(106, 80); this.button7.TabIndex = 37; this.button7.Text = "Запись клиента"; this.button7.UseVisualStyleBackColor = false; this.button7.Click += new System.EventHandler(this.button7_Click); // // Редакт // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.ClientSize = new System.Drawing.Size(565, 366); this.Controls.Add(this.button7); this.Controls.Add(this.Редактирование); this.Controls.Add(this.Панель); this.Controls.Add(this.наименование_услугиTextBox); this.Controls.Add(this.главное_изображениеTextBox); this.Controls.Add(this.длительностьTextBox); this.Controls.Add(this.стоимостьTextBox); this.Controls.Add(this.действующая_скидкаTextBox); this.Controls.Add(this.serviceBindingNavigator); this.Controls.Add(this.button6); this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "Редакт"; this.Text = "Редактирование"; this.Load += new System.EventHandler(this.Form3_Load); ((System.ComponentModel.ISupportInitialize)(this.rozenbergBrDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.serviceBindingNavigator)).EndInit(); this.serviceBindingNavigator.ResumeLayout(false); this.serviceBindingNavigator.PerformLayout(); this.Панель.ResumeLayout(false); this.Панель.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button6; private RozenbergBrDataSet rozenbergBrDataSet; private System.Windows.Forms.BindingSource serviceBindingSource; private RozenbergBrDataSetTableAdapters.ServiceTableAdapter serviceTableAdapter; private RozenbergBrDataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.BindingNavigator serviceBindingNavigator; 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 serviceBindingNavigatorSaveItem; 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.Panel Панель; private System.Windows.Forms.Label Редактирование; private System.Windows.Forms.Button button7; } }