Редактировать.Designer.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. namespace Демо
  2. {
  3. partial class Редактировать
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.button1 = new System.Windows.Forms.Button();
  29. this.label4 = new System.Windows.Forms.Label();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.tb_skidka = new System.Windows.Forms.TextBox();
  34. this.tb_stoim = new System.Windows.Forms.TextBox();
  35. this.tb_dlitel = new System.Windows.Forms.TextBox();
  36. this.tb_naim = new System.Windows.Forms.TextBox();
  37. this.btn_add = new System.Windows.Forms.Button();
  38. this.SuspendLayout();
  39. //
  40. // button1
  41. //
  42. this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
  43. this.button1.Location = new System.Drawing.Point(168, 372);
  44. this.button1.Name = "button1";
  45. this.button1.Size = new System.Drawing.Size(108, 31);
  46. this.button1.TabIndex = 23;
  47. this.button1.Text = "Закрыть";
  48. this.button1.UseVisualStyleBackColor = true;
  49. //
  50. // label4
  51. //
  52. this.label4.AutoSize = true;
  53. this.label4.Location = new System.Drawing.Point(76, 230);
  54. this.label4.Name = "label4";
  55. this.label4.Size = new System.Drawing.Size(44, 13);
  56. this.label4.TabIndex = 21;
  57. this.label4.Text = "Скидка";
  58. //
  59. // label3
  60. //
  61. this.label3.AutoSize = true;
  62. this.label3.Location = new System.Drawing.Point(76, 170);
  63. this.label3.Name = "label3";
  64. this.label3.Size = new System.Drawing.Size(97, 13);
  65. this.label3.TabIndex = 20;
  66. this.label3.Text = "Стоимость (в руб)";
  67. //
  68. // label2
  69. //
  70. this.label2.AutoSize = true;
  71. this.label2.Location = new System.Drawing.Point(76, 100);
  72. this.label2.Name = "label2";
  73. this.label2.Size = new System.Drawing.Size(118, 13);
  74. this.label2.TabIndex = 19;
  75. this.label2.Text = "Длительность (в мин)";
  76. //
  77. // label1
  78. //
  79. this.label1.AutoSize = true;
  80. this.label1.Location = new System.Drawing.Point(76, 34);
  81. this.label1.Name = "label1";
  82. this.label1.Size = new System.Drawing.Size(83, 13);
  83. this.label1.TabIndex = 18;
  84. this.label1.Text = "Наименование";
  85. //
  86. // tb_skidka
  87. //
  88. this.tb_skidka.Location = new System.Drawing.Point(76, 246);
  89. this.tb_skidka.Name = "tb_skidka";
  90. this.tb_skidka.Size = new System.Drawing.Size(165, 20);
  91. this.tb_skidka.TabIndex = 16;
  92. //
  93. // tb_stoim
  94. //
  95. this.tb_stoim.Location = new System.Drawing.Point(76, 186);
  96. this.tb_stoim.Name = "tb_stoim";
  97. this.tb_stoim.Size = new System.Drawing.Size(165, 20);
  98. this.tb_stoim.TabIndex = 15;
  99. //
  100. // tb_dlitel
  101. //
  102. this.tb_dlitel.Location = new System.Drawing.Point(76, 116);
  103. this.tb_dlitel.Name = "tb_dlitel";
  104. this.tb_dlitel.Size = new System.Drawing.Size(165, 20);
  105. this.tb_dlitel.TabIndex = 14;
  106. //
  107. // tb_naim
  108. //
  109. this.tb_naim.Location = new System.Drawing.Point(76, 53);
  110. this.tb_naim.Name = "tb_naim";
  111. this.tb_naim.Size = new System.Drawing.Size(165, 20);
  112. this.tb_naim.TabIndex = 13;
  113. //
  114. // btn_add
  115. //
  116. this.btn_add.DialogResult = System.Windows.Forms.DialogResult.OK;
  117. this.btn_add.Location = new System.Drawing.Point(45, 372);
  118. this.btn_add.Name = "btn_add";
  119. this.btn_add.Size = new System.Drawing.Size(108, 31);
  120. this.btn_add.TabIndex = 12;
  121. this.btn_add.Text = "Добавить";
  122. this.btn_add.UseVisualStyleBackColor = true;
  123. this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
  124. //
  125. // Редактировать
  126. //
  127. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  128. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  129. this.ClientSize = new System.Drawing.Size(321, 437);
  130. this.Controls.Add(this.button1);
  131. this.Controls.Add(this.label4);
  132. this.Controls.Add(this.label3);
  133. this.Controls.Add(this.label2);
  134. this.Controls.Add(this.label1);
  135. this.Controls.Add(this.tb_skidka);
  136. this.Controls.Add(this.tb_stoim);
  137. this.Controls.Add(this.tb_dlitel);
  138. this.Controls.Add(this.tb_naim);
  139. this.Controls.Add(this.btn_add);
  140. this.Name = "Редактировать";
  141. this.Text = "Form1";
  142. this.ResumeLayout(false);
  143. this.PerformLayout();
  144. }
  145. #endregion
  146. private System.Windows.Forms.Button button1;
  147. private System.Windows.Forms.Label label4;
  148. private System.Windows.Forms.Label label3;
  149. private System.Windows.Forms.Label label2;
  150. private System.Windows.Forms.Label label1;
  151. public System.Windows.Forms.TextBox tb_skidka;
  152. public System.Windows.Forms.TextBox tb_stoim;
  153. public System.Windows.Forms.TextBox tb_dlitel;
  154. public System.Windows.Forms.TextBox tb_naim;
  155. private System.Windows.Forms.Button btn_add;
  156. }
  157. }