123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- namespace Демо
- {
- 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.button1 = new System.Windows.Forms.Button();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.tb_skidka = new System.Windows.Forms.TextBox();
- this.tb_stoim = new System.Windows.Forms.TextBox();
- this.tb_dlitel = new System.Windows.Forms.TextBox();
- this.tb_naim = new System.Windows.Forms.TextBox();
- this.btn_add = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // button1
- //
- this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
- this.button1.Location = new System.Drawing.Point(168, 372);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(108, 31);
- this.button1.TabIndex = 23;
- this.button1.Text = "Закрыть";
- this.button1.UseVisualStyleBackColor = true;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(76, 230);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(44, 13);
- this.label4.TabIndex = 21;
- this.label4.Text = "Скидка";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(76, 170);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(97, 13);
- this.label3.TabIndex = 20;
- this.label3.Text = "Стоимость (в руб)";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(76, 100);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(118, 13);
- this.label2.TabIndex = 19;
- this.label2.Text = "Длительность (в мин)";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(76, 34);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(83, 13);
- this.label1.TabIndex = 18;
- this.label1.Text = "Наименование";
- //
- // tb_skidka
- //
- this.tb_skidka.Location = new System.Drawing.Point(76, 246);
- this.tb_skidka.Name = "tb_skidka";
- this.tb_skidka.Size = new System.Drawing.Size(165, 20);
- this.tb_skidka.TabIndex = 16;
- //
- // tb_stoim
- //
- this.tb_stoim.Location = new System.Drawing.Point(76, 186);
- this.tb_stoim.Name = "tb_stoim";
- this.tb_stoim.Size = new System.Drawing.Size(165, 20);
- this.tb_stoim.TabIndex = 15;
- //
- // tb_dlitel
- //
- this.tb_dlitel.Location = new System.Drawing.Point(76, 116);
- this.tb_dlitel.Name = "tb_dlitel";
- this.tb_dlitel.Size = new System.Drawing.Size(165, 20);
- this.tb_dlitel.TabIndex = 14;
- //
- // tb_naim
- //
- this.tb_naim.Location = new System.Drawing.Point(76, 53);
- this.tb_naim.Name = "tb_naim";
- this.tb_naim.Size = new System.Drawing.Size(165, 20);
- this.tb_naim.TabIndex = 13;
- //
- // btn_add
- //
- this.btn_add.DialogResult = System.Windows.Forms.DialogResult.OK;
- this.btn_add.Location = new System.Drawing.Point(45, 372);
- this.btn_add.Name = "btn_add";
- this.btn_add.Size = new System.Drawing.Size(108, 31);
- this.btn_add.TabIndex = 12;
- this.btn_add.Text = "Добавить";
- this.btn_add.UseVisualStyleBackColor = true;
- this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
- //
- // Редактировать
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(321, 437);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.tb_skidka);
- this.Controls.Add(this.tb_stoim);
- this.Controls.Add(this.tb_dlitel);
- this.Controls.Add(this.tb_naim);
- this.Controls.Add(this.btn_add);
- this.Name = "Редактировать";
- this.Text = "Form1";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- public System.Windows.Forms.TextBox tb_skidka;
- public System.Windows.Forms.TextBox tb_stoim;
- public System.Windows.Forms.TextBox tb_dlitel;
- public System.Windows.Forms.TextBox tb_naim;
- private System.Windows.Forms.Button btn_add;
- }
- }
|