123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550 |
- namespace proba
- {
- partial class BuyTools
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BuyTools));
- this.label2 = new System.Windows.Forms.Label();
- this.button_back = new System.Windows.Forms.Button();
- this.button_buy = new System.Windows.Forms.Button();
- this.text_description = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.text_country = new System.Windows.Forms.TextBox();
- this.text_name = new System.Windows.Forms.TextBox();
- this.id_supplier = new System.Windows.Forms.Label();
- this.description = new System.Windows.Forms.Label();
- this.id_country = new System.Windows.Forms.Label();
- this.id_view_tools = new System.Windows.Forms.Label();
- this.text_input = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
- this.text_performer = new System.Windows.Forms.TextBox();
- this.text_genre = new System.Windows.Forms.TextBox();
- this.text_edition = new System.Windows.Forms.TextBox();
- this.label_id_performer = new System.Windows.Forms.Label();
- this.label_id_genre = new System.Windows.Forms.Label();
- this.label_id_edition = new System.Windows.Forms.Label();
- this.textBox_year_publishing = new System.Windows.Forms.TextBox();
- this.label_year_publishing = new System.Windows.Forms.Label();
- this.text_price = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.text_id_suplier = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.text_output = new System.Windows.Forms.TextBox();
- this.label_output1 = new System.Windows.Forms.Label();
- this.label_discount = new System.Windows.Forms.Label();
- this.text_discount = new System.Windows.Forms.TextBox();
- this.button_discount = new System.Windows.Forms.Button();
- this.label_percent = new System.Windows.Forms.Label();
- this.showDiscount = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label_output2 = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold);
- this.label2.Location = new System.Drawing.Point(222, 9);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(331, 26);
- this.label2.TabIndex = 4;
- this.label2.Text = "ОФОРМЛЕНИЕ ПОКУПКИ";
- //
- // button_back
- //
- this.button_back.BackColor = System.Drawing.Color.Gray;
- this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.button_back.Location = new System.Drawing.Point(36, 436);
- this.button_back.Name = "button_back";
- this.button_back.Size = new System.Drawing.Size(111, 30);
- this.button_back.TabIndex = 20;
- this.button_back.Text = "Назад";
- this.button_back.UseVisualStyleBackColor = false;
- this.button_back.Click += new System.EventHandler(this.button_back_Click);
- //
- // button_buy
- //
- this.button_buy.BackColor = System.Drawing.Color.Gray;
- this.button_buy.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_buy.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.button_buy.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.button_buy.Location = new System.Drawing.Point(614, 436);
- this.button_buy.Name = "button_buy";
- this.button_buy.Size = new System.Drawing.Size(111, 30);
- this.button_buy.TabIndex = 21;
- this.button_buy.Text = "Оформить";
- this.button_buy.UseVisualStyleBackColor = false;
- this.button_buy.Click += new System.EventHandler(this.button_buy_Click);
- //
- // text_description
- //
- this.text_description.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.text_description.Location = new System.Drawing.Point(13, 157);
- this.text_description.MaxLength = 100;
- this.text_description.Multiline = true;
- this.text_description.Name = "text_description";
- this.text_description.ReadOnly = true;
- this.text_description.Size = new System.Drawing.Size(372, 70);
- this.text_description.TabIndex = 49;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(15, 8);
- this.label1.Name = "label1";
- this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label1.Size = new System.Drawing.Size(144, 24);
- this.label1.TabIndex = 46;
- this.label1.Text = "Наименование";
- //
- // text_country
- //
- this.text_country.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.text_country.Location = new System.Drawing.Point(565, 8);
- this.text_country.MaxLength = 15;
- this.text_country.Name = "text_country";
- this.text_country.ReadOnly = true;
- this.text_country.Size = new System.Drawing.Size(210, 26);
- this.text_country.TabIndex = 42;
- //
- // text_name
- //
- this.text_name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.text_name.Location = new System.Drawing.Point(175, 8);
- this.text_name.MaxLength = 50;
- this.text_name.Name = "text_name";
- this.text_name.ReadOnly = true;
- this.text_name.Size = new System.Drawing.Size(210, 26);
- this.text_name.TabIndex = 44;
- //
- // id_supplier
- //
- this.id_supplier.AutoSize = true;
- this.id_supplier.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.id_supplier.Location = new System.Drawing.Point(401, 190);
- this.id_supplier.Name = "id_supplier";
- this.id_supplier.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.id_supplier.Size = new System.Drawing.Size(108, 24);
- this.id_supplier.TabIndex = 37;
- this.id_supplier.Text = "Поставщик";
- //
- // description
- //
- this.description.AutoSize = true;
- this.description.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.description.Location = new System.Drawing.Point(9, 130);
- this.description.Name = "description";
- this.description.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.description.Size = new System.Drawing.Size(100, 24);
- this.description.TabIndex = 38;
- this.description.Text = "Описание";
- //
- // id_country
- //
- this.id_country.AutoSize = true;
- this.id_country.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.id_country.Location = new System.Drawing.Point(401, 8);
- this.id_country.Name = "id_country";
- this.id_country.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.id_country.Size = new System.Drawing.Size(139, 48);
- this.id_country.TabIndex = 39;
- this.id_country.Text = "Страна\r\nпроизводства";
- //
- // id_view_tools
- //
- this.id_view_tools.AutoSize = true;
- this.id_view_tools.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.id_view_tools.Location = new System.Drawing.Point(22, 57);
- this.id_view_tools.Name = "id_view_tools";
- this.id_view_tools.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.id_view_tools.Size = new System.Drawing.Size(0, 24);
- this.id_view_tools.TabIndex = 41;
- //
- // text_input
- //
- this.text_input.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.text_input.Location = new System.Drawing.Point(261, 305);
- this.text_input.MaxLength = 25;
- this.text_input.Name = "text_input";
- this.text_input.Size = new System.Drawing.Size(202, 26);
- this.text_input.TabIndex = 50;
- this.text_input.TextChanged += new System.EventHandler(this.text_input_TextChanged);
- this.text_input.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.text_input_KeyPress);
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label3.Location = new System.Drawing.Point(22, 305);
- this.label3.Name = "label3";
- this.label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label3.Size = new System.Drawing.Size(233, 48);
- this.label3.TabIndex = 51;
- this.label3.Text = "Сумма предоставленная\r\nклиентом";
- //
- // panel1
- //
- this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel1.Controls.Add(this.text_performer);
- this.panel1.Controls.Add(this.text_genre);
- this.panel1.Controls.Add(this.text_edition);
- this.panel1.Controls.Add(this.label_id_performer);
- this.panel1.Controls.Add(this.label_id_genre);
- this.panel1.Controls.Add(this.label_id_edition);
- this.panel1.Controls.Add(this.textBox_year_publishing);
- this.panel1.Controls.Add(this.label_year_publishing);
- this.panel1.Controls.Add(this.text_price);
- this.panel1.Controls.Add(this.label6);
- this.panel1.Controls.Add(this.text_id_suplier);
- this.panel1.Controls.Add(this.text_country);
- this.panel1.Controls.Add(this.text_description);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.id_country);
- this.panel1.Controls.Add(this.id_supplier);
- this.panel1.Controls.Add(this.text_name);
- this.panel1.Controls.Add(this.description);
- this.panel1.Location = new System.Drawing.Point(12, 48);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(783, 242);
- this.panel1.TabIndex = 52;
- //
- // text_performer
- //
- this.text_performer.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.text_performer.Location = new System.Drawing.Point(563, 152);
- this.text_performer.MaxLength = 30;
- this.text_performer.Name = "text_performer";
- this.text_performer.ReadOnly = true;
- this.text_performer.Size = new System.Drawing.Size(210, 26);
- this.text_performer.TabIndex = 66;
- //
- // text_genre
- //
- this.text_genre.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.text_genre.Location = new System.Drawing.Point(563, 109);
- this.text_genre.MaxLength = 30;
- this.text_genre.Name = "text_genre";
- this.text_genre.ReadOnly = true;
- this.text_genre.Size = new System.Drawing.Size(210, 26);
- this.text_genre.TabIndex = 65;
- //
- // text_edition
- //
- this.text_edition.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.text_edition.Location = new System.Drawing.Point(563, 66);
- this.text_edition.MaxLength = 30;
- this.text_edition.Name = "text_edition";
- this.text_edition.ReadOnly = true;
- this.text_edition.Size = new System.Drawing.Size(210, 26);
- this.text_edition.TabIndex = 64;
- //
- // label_id_performer
- //
- this.label_id_performer.AutoSize = true;
- this.label_id_performer.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label_id_performer.Location = new System.Drawing.Point(402, 152);
- this.label_id_performer.Name = "label_id_performer";
- this.label_id_performer.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label_id_performer.Size = new System.Drawing.Size(129, 24);
- this.label_id_performer.TabIndex = 63;
- this.label_id_performer.Text = "Исполнитель";
- //
- // label_id_genre
- //
- this.label_id_genre.AutoSize = true;
- this.label_id_genre.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label_id_genre.Location = new System.Drawing.Point(402, 109);
- this.label_id_genre.Name = "label_id_genre";
- this.label_id_genre.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label_id_genre.Size = new System.Drawing.Size(58, 24);
- this.label_id_genre.TabIndex = 62;
- this.label_id_genre.Text = "Жанр";
- //
- // label_id_edition
- //
- this.label_id_edition.AutoSize = true;
- this.label_id_edition.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label_id_edition.Location = new System.Drawing.Point(402, 66);
- this.label_id_edition.Name = "label_id_edition";
- this.label_id_edition.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label_id_edition.Size = new System.Drawing.Size(139, 24);
- this.label_id_edition.TabIndex = 61;
- this.label_id_edition.Text = "Издательство";
- //
- // textBox_year_publishing
- //
- this.textBox_year_publishing.BackColor = System.Drawing.SystemColors.Control;
- this.textBox_year_publishing.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.textBox_year_publishing.Location = new System.Drawing.Point(175, 96);
- this.textBox_year_publishing.MaxLength = 10;
- this.textBox_year_publishing.Name = "textBox_year_publishing";
- this.textBox_year_publishing.ShortcutsEnabled = false;
- this.textBox_year_publishing.Size = new System.Drawing.Size(210, 26);
- this.textBox_year_publishing.TabIndex = 60;
- //
- // label_year_publishing
- //
- this.label_year_publishing.AutoSize = true;
- this.label_year_publishing.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label_year_publishing.Location = new System.Drawing.Point(10, 89);
- this.label_year_publishing.Name = "label_year_publishing";
- this.label_year_publishing.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label_year_publishing.Size = new System.Drawing.Size(124, 24);
- this.label_year_publishing.TabIndex = 59;
- this.label_year_publishing.Text = "Год издания";
- //
- // text_price
- //
- this.text_price.BackColor = System.Drawing.SystemColors.Control;
- this.text_price.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.text_price.Location = new System.Drawing.Point(175, 54);
- this.text_price.MaxLength = 9;
- this.text_price.Name = "text_price";
- this.text_price.ReadOnly = true;
- this.text_price.ShortcutsEnabled = false;
- this.text_price.Size = new System.Drawing.Size(210, 26);
- this.text_price.TabIndex = 58;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label6.Location = new System.Drawing.Point(12, 45);
- this.label6.Name = "label6";
- this.label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label6.Size = new System.Drawing.Size(54, 24);
- this.label6.TabIndex = 57;
- this.label6.Text = "Цена";
- //
- // text_id_suplier
- //
- this.text_id_suplier.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.text_id_suplier.Location = new System.Drawing.Point(563, 192);
- this.text_id_suplier.MaxLength = 30;
- this.text_id_suplier.Name = "text_id_suplier";
- this.text_id_suplier.ReadOnly = true;
- this.text_id_suplier.Size = new System.Drawing.Size(210, 26);
- this.text_id_suplier.TabIndex = 56;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.label4.Location = new System.Drawing.Point(9, 39);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(156, 17);
- this.label4.TabIndex = 53;
- this.label4.Text = "Информация о товаре";
- //
- // text_output
- //
- this.text_output.BackColor = System.Drawing.SystemColors.Window;
- this.text_output.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.text_output.Location = new System.Drawing.Point(261, 357);
- this.text_output.MaxLength = 20;
- this.text_output.Name = "text_output";
- this.text_output.ReadOnly = true;
- this.text_output.Size = new System.Drawing.Size(202, 26);
- this.text_output.TabIndex = 54;
- //
- // label_output1
- //
- this.label_output1.AutoSize = true;
- this.label_output1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label_output1.Location = new System.Drawing.Point(73, 359);
- this.label_output1.Name = "label_output1";
- this.label_output1.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label_output1.Size = new System.Drawing.Size(186, 24);
- this.label_output1.TabIndex = 55;
- this.label_output1.Text = "Осталось оплатить";
- //
- // label_discount
- //
- this.label_discount.AutoSize = true;
- this.label_discount.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label_discount.Location = new System.Drawing.Point(486, 333);
- this.label_discount.Name = "label_discount";
- this.label_discount.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label_discount.Size = new System.Drawing.Size(74, 24);
- this.label_discount.TabIndex = 56;
- this.label_discount.Text = "Скидка";
- //
- // text_discount
- //
- this.text_discount.BackColor = System.Drawing.SystemColors.Window;
- this.text_discount.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.text_discount.Location = new System.Drawing.Point(566, 319);
- this.text_discount.MaxLength = 20;
- this.text_discount.Name = "text_discount";
- this.text_discount.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
- this.text_discount.Size = new System.Drawing.Size(132, 26);
- this.text_discount.TabIndex = 57;
- this.text_discount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.text_discount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.text_discount_KeyPress);
- //
- // button_discount
- //
- this.button_discount.BackColor = System.Drawing.Color.Gray;
- this.button_discount.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_discount.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.button_discount.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.button_discount.Location = new System.Drawing.Point(566, 351);
- this.button_discount.Name = "button_discount";
- this.button_discount.Size = new System.Drawing.Size(132, 30);
- this.button_discount.TabIndex = 58;
- this.button_discount.Text = "Применить";
- this.button_discount.UseVisualStyleBackColor = false;
- this.button_discount.Click += new System.EventHandler(this.button_discount_Click);
- //
- // label_percent
- //
- this.label_percent.AutoSize = true;
- this.label_percent.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label_percent.Location = new System.Drawing.Point(699, 320);
- this.label_percent.Name = "label_percent";
- this.label_percent.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label_percent.Size = new System.Drawing.Size(26, 24);
- this.label_percent.TabIndex = 59;
- this.label_percent.Text = "%";
- //
- // showDiscount
- //
- this.showDiscount.AutoSize = true;
- this.showDiscount.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.showDiscount.ForeColor = System.Drawing.Color.DarkRed;
- this.showDiscount.Location = new System.Drawing.Point(255, 402);
- this.showDiscount.Name = "showDiscount";
- this.showDiscount.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.showDiscount.Size = new System.Drawing.Size(267, 24);
- this.showDiscount.TabIndex = 60;
- this.showDiscount.Text = "На товар применена скидка ";
- this.showDiscount.Visible = false;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label5.Location = new System.Drawing.Point(0, 0);
- this.label5.Name = "label5";
- this.label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label5.Size = new System.Drawing.Size(0, 24);
- this.label5.TabIndex = 55;
- //
- // label_output2
- //
- this.label_output2.AutoSize = true;
- this.label_output2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label_output2.Location = new System.Drawing.Point(190, 359);
- this.label_output2.Name = "label_output2";
- this.label_output2.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label_output2.Size = new System.Drawing.Size(65, 24);
- this.label_output2.TabIndex = 61;
- this.label_output2.Text = "Сдача";
- this.label_output2.Visible = false;
- //
- // BuyTools
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
- this.ClientSize = new System.Drawing.Size(800, 478);
- this.Controls.Add(this.label_output2);
- this.Controls.Add(this.showDiscount);
- this.Controls.Add(this.label_percent);
- this.Controls.Add(this.button_discount);
- this.Controls.Add(this.text_discount);
- this.Controls.Add(this.label_discount);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label_output1);
- this.Controls.Add(this.text_output);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.text_input);
- this.Controls.Add(this.id_view_tools);
- this.Controls.Add(this.button_buy);
- this.Controls.Add(this.button_back);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximumSize = new System.Drawing.Size(816, 517);
- this.MinimumSize = new System.Drawing.Size(816, 517);
- this.Name = "BuyTools";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Оформление покупки";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button button_back;
- private System.Windows.Forms.Button button_buy;
- private System.Windows.Forms.TextBox text_description;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox text_country;
- private System.Windows.Forms.TextBox text_name;
- private System.Windows.Forms.Label id_supplier;
- private System.Windows.Forms.Label description;
- private System.Windows.Forms.Label id_country;
- private System.Windows.Forms.Label id_view_tools;
- private System.Windows.Forms.TextBox text_input;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox text_output;
- private System.Windows.Forms.Label label_output1;
- private System.Windows.Forms.TextBox text_id_suplier;
- private System.Windows.Forms.TextBox textBox_year_publishing;
- private System.Windows.Forms.Label label_year_publishing;
- private System.Windows.Forms.TextBox text_price;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox text_performer;
- private System.Windows.Forms.TextBox text_genre;
- private System.Windows.Forms.TextBox text_edition;
- private System.Windows.Forms.Label label_id_performer;
- private System.Windows.Forms.Label label_id_genre;
- private System.Windows.Forms.Label label_id_edition;
- private System.Windows.Forms.Label label_discount;
- private System.Windows.Forms.TextBox text_discount;
- private System.Windows.Forms.Button button_discount;
- private System.Windows.Forms.Label label_percent;
- private System.Windows.Forms.Label showDiscount;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label_output2;
- }
- }
|