namespace _02Trade { 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 productCostLabel; System.Windows.Forms.Label label10; System.Windows.Forms.Label label11; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ФормаАдмин)); this.panel1 = new System.Windows.Forms.Panel(); this.button10 = new System.Windows.Forms.Button(); this.button9 = new System.Windows.Forms.Button(); this.panel8 = new System.Windows.Forms.Panel(); this.titleTextBox = new System.Windows.Forms.TextBox(); this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components); this._02TradeDataSet = new _02Trade._02TradeDataSet(); this.button8 = new System.Windows.Forms.Button(); this.panel7 = new System.Windows.Forms.Panel(); this.button7 = new System.Windows.Forms.Button(); this.panel6 = new System.Windows.Forms.Panel(); this.discountComboBox = new System.Windows.Forms.ComboBox(); this.button6 = new System.Windows.Forms.Button(); this.panel5 = new System.Windows.Forms.Panel(); this.button5 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.label9 = new System.Windows.Forms.Label(); this.panel4 = new System.Windows.Forms.Panel(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.panel3 = new System.Windows.Forms.Panel(); this.textBox6 = new System.Windows.Forms.TextBox(); this.textBox5 = new System.Windows.Forms.TextBox(); this.textBox4 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.titleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.costDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.durationInSecondsDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.discountDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.mainImagePathDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel2 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.serviceTableAdapter = new _02Trade._02TradeDataSetTableAdapters.ServiceTableAdapter(); this.tableAdapterManager = new _02Trade._02TradeDataSetTableAdapters.TableAdapterManager(); productCostLabel = new System.Windows.Forms.Label(); label10 = new System.Windows.Forms.Label(); label11 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.panel8.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).BeginInit(); this.panel7.SuspendLayout(); this.panel6.SuspendLayout(); this.panel5.SuspendLayout(); this.panel4.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // productCostLabel // productCostLabel.AutoSize = true; productCostLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); productCostLabel.Location = new System.Drawing.Point(68, 15); productCostLabel.Name = "productCostLabel"; productCostLabel.Size = new System.Drawing.Size(130, 23); productCostLabel.TabIndex = 11; productCostLabel.Text = "Список услуг:"; // // label10 // label10.AutoSize = true; label10.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); label10.Location = new System.Drawing.Point(3, 15); label10.Name = "label10"; label10.Size = new System.Drawing.Size(78, 23); label10.TabIndex = 11; label10.Text = "Скидка:"; // // label11 // label11.AutoSize = true; label11.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); label11.Location = new System.Drawing.Point(34, 20); label11.Name = "label11"; label11.Size = new System.Drawing.Size(164, 23); label11.TabIndex = 11; label11.Text = "Название услуги:"; // // panel1 // this.panel1.Controls.Add(this.button10); this.panel1.Controls.Add(this.button9); this.panel1.Controls.Add(this.panel8); this.panel1.Controls.Add(this.panel7); this.panel1.Controls.Add(this.panel6); this.panel1.Controls.Add(this.panel5); this.panel1.Controls.Add(this.label9); this.panel1.Controls.Add(this.panel4); this.panel1.Controls.Add(this.panel3); this.panel1.Controls.Add(this.dataGridView1); this.panel1.Controls.Add(this.panel2); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1044, 818); this.panel1.TabIndex = 0; // // button10 // this.button10.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button10.Location = new System.Drawing.Point(812, 656); this.button10.Name = "button10"; this.button10.Size = new System.Drawing.Size(225, 37); this.button10.TabIndex = 40; this.button10.Text = "Добавление клиента"; this.button10.UseVisualStyleBackColor = true; this.button10.Click += new System.EventHandler(this.button10_Click); // // button9 // this.button9.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button9.Location = new System.Drawing.Point(812, 778); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(225, 37); this.button9.TabIndex = 39; this.button9.Text = "Авторизация"; this.button9.UseVisualStyleBackColor = true; this.button9.Click += new System.EventHandler(this.button9_Click); // // panel8 // this.panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel8.Controls.Add(this.titleTextBox); this.panel8.Controls.Add(this.button8); this.panel8.Controls.Add(label11); this.panel8.Location = new System.Drawing.Point(812, 446); this.panel8.Name = "panel8"; this.panel8.Size = new System.Drawing.Size(225, 204); this.panel8.TabIndex = 38; this.panel8.Paint += new System.Windows.Forms.PaintEventHandler(this.panel8_Paint); // // titleTextBox // this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Title", true)); this.titleTextBox.Location = new System.Drawing.Point(19, 61); this.titleTextBox.Name = "titleTextBox"; this.titleTextBox.Size = new System.Drawing.Size(191, 20); this.titleTextBox.TabIndex = 16; // // serviceBindingSource // this.serviceBindingSource.DataMember = "Service"; this.serviceBindingSource.DataSource = this._02TradeDataSet; // // _02TradeDataSet // this._02TradeDataSet.DataSetName = "_02TradeDataSet"; this._02TradeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // button8 // this.button8.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button8.Location = new System.Drawing.Point(33, 132); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(172, 37); this.button8.TabIndex = 15; this.button8.Text = "Поиск"; this.button8.UseVisualStyleBackColor = true; this.button8.Click += new System.EventHandler(this.button8_Click); // // panel7 // this.panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel7.Controls.Add(this.button7); this.panel7.Location = new System.Drawing.Point(527, 656); this.panel7.Name = "panel7"; this.panel7.Size = new System.Drawing.Size(279, 159); this.panel7.TabIndex = 37; // // button7 // this.button7.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button7.Location = new System.Drawing.Point(51, 63); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(172, 37); this.button7.TabIndex = 15; this.button7.Text = "Отобразить все"; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.button7_Click); // // panel6 // this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel6.Controls.Add(this.discountComboBox); this.panel6.Controls.Add(this.button6); this.panel6.Controls.Add(label10); this.panel6.Location = new System.Drawing.Point(281, 656); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(240, 159); this.panel6.TabIndex = 36; // // discountComboBox // this.discountComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Discount", true)); this.discountComboBox.DataSource = this.serviceBindingSource; this.discountComboBox.DisplayMember = "Discount"; this.discountComboBox.FormattingEnabled = true; this.discountComboBox.Location = new System.Drawing.Point(87, 15); this.discountComboBox.Name = "discountComboBox"; this.discountComboBox.Size = new System.Drawing.Size(148, 21); this.discountComboBox.TabIndex = 16; // // button6 // this.button6.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button6.Location = new System.Drawing.Point(38, 73); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(172, 37); this.button6.TabIndex = 15; this.button6.Text = "Фильтровать"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); // // panel5 // this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel5.Controls.Add(productCostLabel); this.panel5.Controls.Add(this.button5); this.panel5.Controls.Add(this.button4); this.panel5.Location = new System.Drawing.Point(3, 656); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(272, 159); this.panel5.TabIndex = 35; // // button5 // this.button5.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button5.Location = new System.Drawing.Point(48, 103); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(172, 37); this.button5.TabIndex = 13; this.button5.Text = "По убыванию"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // button4 // this.button4.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button4.Location = new System.Drawing.Point(48, 51); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(172, 37); this.button4.TabIndex = 12; this.button4.Text = "По возрастанию"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label9.Location = new System.Drawing.Point(521, 409); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(302, 29); this.label9.TabIndex = 34; this.label9.Text = "Управление записями:"; // // panel4 // this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel4.Controls.Add(this.button3); this.panel4.Controls.Add(this.button2); this.panel4.Controls.Add(this.button1); this.panel4.Location = new System.Drawing.Point(527, 446); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(279, 204); this.panel4.TabIndex = 33; // // button3 // this.button3.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button3.Location = new System.Drawing.Point(40, 127); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(190, 34); this.button3.TabIndex = 2; this.button3.Text = "Сохранить запись"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button2 // this.button2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button2.Location = new System.Drawing.Point(51, 77); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(172, 34); this.button2.TabIndex = 1; this.button2.Text = "Удалить запись"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button1.Location = new System.Drawing.Point(17, 29); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(239, 34); this.button1.TabIndex = 0; this.button1.Text = "Добавить новую запись"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // panel3 // this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel3.Controls.Add(this.textBox6); this.panel3.Controls.Add(this.textBox5); this.panel3.Controls.Add(this.textBox4); this.panel3.Controls.Add(this.textBox3); this.panel3.Controls.Add(this.textBox2); this.panel3.Controls.Add(this.textBox1); this.panel3.Controls.Add(this.label7); this.panel3.Controls.Add(this.label6); this.panel3.Controls.Add(this.label5); this.panel3.Controls.Add(this.label4); this.panel3.Controls.Add(this.label3); this.panel3.Controls.Add(this.label2); this.panel3.Controls.Add(this.label8); this.panel3.ForeColor = System.Drawing.Color.Black; this.panel3.Location = new System.Drawing.Point(3, 409); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(518, 241); this.panel3.TabIndex = 3; // // textBox6 // this.textBox6.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.textBox6.Location = new System.Drawing.Point(272, 207); this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(241, 21); this.textBox6.TabIndex = 12; // // textBox5 // this.textBox5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.textBox5.Location = new System.Drawing.Point(272, 175); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(241, 21); this.textBox5.TabIndex = 11; // // textBox4 // this.textBox4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.textBox4.Location = new System.Drawing.Point(272, 142); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(241, 21); this.textBox4.TabIndex = 10; // // textBox3 // this.textBox3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.textBox3.Location = new System.Drawing.Point(272, 104); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(241, 21); this.textBox3.TabIndex = 9; // // textBox2 // this.textBox2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.textBox2.Location = new System.Drawing.Point(272, 72); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(241, 21); this.textBox2.TabIndex = 8; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.textBox1.Location = new System.Drawing.Point(272, 42); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(241, 21); this.textBox1.TabIndex = 7; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label7.Location = new System.Drawing.Point(8, 201); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(136, 23); this.label7.TabIndex = 6; this.label7.Text = "Изображение:"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label6.Location = new System.Drawing.Point(8, 169); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(78, 23); this.label6.TabIndex = 5; this.label6.Text = "Скидка:"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label5.Location = new System.Drawing.Point(8, 136); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(103, 23); this.label5.TabIndex = 4; this.label5.Text = "Описание:"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label4.Location = new System.Drawing.Point(8, 98); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(241, 23); this.label4.TabIndex = 3; this.label4.Text = "Длительность в секундах:"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label3.Location = new System.Drawing.Point(8, 66); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(108, 23); this.label3.TabIndex = 2; this.label3.Text = "Стоимость:"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.Location = new System.Drawing.Point(8, 36); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(101, 23); this.label2.TabIndex = 1; this.label2.Text = "Название:"; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label8.Location = new System.Drawing.Point(3, 9); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(85, 23); this.label8.TabIndex = 0; this.label8.Text = "Запись:"; // // dataGridView1 // this.dataGridView1.AllowUserToOrderColumns = true; this.dataGridView1.AutoGenerateColumns = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.titleDataGridViewTextBoxColumn, this.costDataGridViewTextBoxColumn, this.durationInSecondsDataGridViewTextBoxColumn, this.descriptionDataGridViewTextBoxColumn, this.discountDataGridViewTextBoxColumn, this.mainImagePathDataGridViewTextBoxColumn}); this.dataGridView1.DataSource = this.serviceBindingSource; this.dataGridView1.Location = new System.Drawing.Point(3, 94); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(1034, 309); this.dataGridView1.TabIndex = 2; this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick); // // titleDataGridViewTextBoxColumn // this.titleDataGridViewTextBoxColumn.DataPropertyName = "Title"; this.titleDataGridViewTextBoxColumn.HeaderText = "Название"; this.titleDataGridViewTextBoxColumn.Name = "titleDataGridViewTextBoxColumn"; // // costDataGridViewTextBoxColumn // this.costDataGridViewTextBoxColumn.DataPropertyName = "Cost"; this.costDataGridViewTextBoxColumn.HeaderText = "Стоимость"; this.costDataGridViewTextBoxColumn.Name = "costDataGridViewTextBoxColumn"; // // durationInSecondsDataGridViewTextBoxColumn // this.durationInSecondsDataGridViewTextBoxColumn.DataPropertyName = "DurationInSeconds"; this.durationInSecondsDataGridViewTextBoxColumn.HeaderText = "Длительность в секундах"; this.durationInSecondsDataGridViewTextBoxColumn.Name = "durationInSecondsDataGridViewTextBoxColumn"; // // descriptionDataGridViewTextBoxColumn // this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description"; this.descriptionDataGridViewTextBoxColumn.HeaderText = "Описание"; this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn"; // // discountDataGridViewTextBoxColumn // this.discountDataGridViewTextBoxColumn.DataPropertyName = "Discount"; this.discountDataGridViewTextBoxColumn.HeaderText = "Скидка"; this.discountDataGridViewTextBoxColumn.Name = "discountDataGridViewTextBoxColumn"; // // mainImagePathDataGridViewTextBoxColumn // this.mainImagePathDataGridViewTextBoxColumn.DataPropertyName = "ServicePhoto"; this.mainImagePathDataGridViewTextBoxColumn.HeaderText = "Изображение"; this.mainImagePathDataGridViewTextBoxColumn.Name = "mainImagePathDataGridViewTextBoxColumn"; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.pictureBox1); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1044, 91); this.panel2.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(424, 27); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(208, 39); this.label1.TabIndex = 1; this.label1.Text = "Список услуг"; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(3, 3); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(153, 85); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // serviceTableAdapter // this.serviceTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.AttachedProductTableAdapter = null; this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.ClientServiceTableAdapter = null; this.tableAdapterManager.ClientTableTableAdapter = 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.RoleTableTableAdapter = null; this.tableAdapterManager.ServicePhotoTableAdapter = null; this.tableAdapterManager.ServiceTableAdapter = this.serviceTableAdapter; this.tableAdapterManager.TagOfClientTableAdapter = null; this.tableAdapterManager.TagTableAdapter = null; this.tableAdapterManager.UpdateOrder = _02Trade._02TradeDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.UserTableTableAdapter = null; // // ФормаАдмин // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1044, 818); this.Controls.Add(this.panel1); this.Name = "ФормаАдмин"; this.Text = "Главное_меню"; this.Load += new System.EventHandler(this.ФормаАдмин_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel8.ResumeLayout(false); this.panel8.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).EndInit(); this.panel7.ResumeLayout(false); this.panel6.ResumeLayout(false); this.panel6.PerformLayout(); this.panel5.ResumeLayout(false); this.panel5.PerformLayout(); this.panel4.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.DataGridView dataGridView1; private _02TradeDataSet _02TradeDataSet; private System.Windows.Forms.BindingSource serviceBindingSource; private _02TradeDataSetTableAdapters.ServiceTableAdapter serviceTableAdapter; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.TextBox textBox6; private System.Windows.Forms.TextBox textBox5; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button4; private System.Windows.Forms.Panel panel6; private _02TradeDataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.Button button6; private System.Windows.Forms.ComboBox discountComboBox; private System.Windows.Forms.Panel panel7; private System.Windows.Forms.Button button7; private System.Windows.Forms.Panel panel8; private System.Windows.Forms.TextBox titleTextBox; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button9; private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn costDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn durationInSecondsDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn discountDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn mainImagePathDataGridViewTextBoxColumn; private System.Windows.Forms.Button button10; } }