123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690 |
-
- namespace _02Trade
- {
- partial class ФормаАдмин
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|