123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- 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.btn_add = new System.Windows.Forms.Button();
- this.tb_naim = new System.Windows.Forms.TextBox();
- this.tb_dlitel = new System.Windows.Forms.TextBox();
- this.tb_stoim = new System.Windows.Forms.TextBox();
- this.tb_skidka = new System.Windows.Forms.TextBox();
- this.tb_izobr = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.button1 = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // btn_add
- //
- this.btn_add.DialogResult = System.Windows.Forms.DialogResult.OK;
- this.btn_add.Location = new System.Drawing.Point(43, 379);
- this.btn_add.Name = "btn_add";
- this.btn_add.Size = new System.Drawing.Size(108, 31);
- this.btn_add.TabIndex = 0;
- this.btn_add.Text = "Добавить";
- this.btn_add.UseVisualStyleBackColor = true;
- this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
- //
- // tb_naim
- //
- this.tb_naim.Location = new System.Drawing.Point(74, 60);
- this.tb_naim.Name = "tb_naim";
- this.tb_naim.Size = new System.Drawing.Size(165, 20);
- this.tb_naim.TabIndex = 1;
- //
- // tb_dlitel
- //
- this.tb_dlitel.Location = new System.Drawing.Point(74, 123);
- this.tb_dlitel.Name = "tb_dlitel";
- this.tb_dlitel.Size = new System.Drawing.Size(165, 20);
- this.tb_dlitel.TabIndex = 2;
- //
- // tb_stoim
- //
- this.tb_stoim.Location = new System.Drawing.Point(74, 193);
- this.tb_stoim.Name = "tb_stoim";
- this.tb_stoim.Size = new System.Drawing.Size(165, 20);
- this.tb_stoim.TabIndex = 3;
- //
- // tb_skidka
- //
- this.tb_skidka.Location = new System.Drawing.Point(74, 253);
- this.tb_skidka.Name = "tb_skidka";
- this.tb_skidka.Size = new System.Drawing.Size(165, 20);
- this.tb_skidka.TabIndex = 4;
- //
- // tb_izobr
- //
- this.tb_izobr.Location = new System.Drawing.Point(74, 315);
- this.tb_izobr.Name = "tb_izobr";
- this.tb_izobr.Size = new System.Drawing.Size(165, 20);
- this.tb_izobr.TabIndex = 5;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(74, 41);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(83, 13);
- this.label1.TabIndex = 6;
- this.label1.Text = "Наименование";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(74, 107);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(118, 13);
- this.label2.TabIndex = 7;
- this.label2.Text = "Длительность (в мин)";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(74, 177);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(97, 13);
- this.label3.TabIndex = 8;
- this.label3.Text = "Стоимость (в руб)";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(74, 237);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(44, 13);
- this.label4.TabIndex = 9;
- this.label4.Text = "Скидка";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(74, 299);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(77, 13);
- this.label5.TabIndex = 10;
- this.label5.Text = "Изображение";
- //
- // button1
- //
- this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
- this.button1.Location = new System.Drawing.Point(166, 379);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(108, 31);
- this.button1.TabIndex = 11;
- this.button1.Text = "Закрыть";
- this.button1.UseVisualStyleBackColor = true;
- //
- // Добавление
- //
- 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.label5);
- 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_izobr);
- 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 btn_add;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- public System.Windows.Forms.TextBox tb_naim;
- public System.Windows.Forms.TextBox tb_dlitel;
- public System.Windows.Forms.TextBox tb_stoim;
- public System.Windows.Forms.TextBox tb_skidka;
- public System.Windows.Forms.TextBox tb_izobr;
- private System.Windows.Forms.Button button1;
- }
- }
|