Form4.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. namespace testkonkurs1
  2. {
  3. partial class Form4
  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.last_name = new System.Windows.Forms.TextBox();
  29. this.name = new System.Windows.Forms.MaskedTextBox();
  30. this.surname = new System.Windows.Forms.TextBox();
  31. this.data_zaezda = new System.Windows.Forms.TextBox();
  32. this.data_broni = new System.Windows.Forms.TextBox();
  33. this.coldays = new System.Windows.Forms.TextBox();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.nomerComnati = new System.Windows.Forms.TextBox();
  39. this.label5 = new System.Windows.Forms.Label();
  40. this.button1 = new System.Windows.Forms.Button();
  41. this.SuspendLayout();
  42. //
  43. // last_name
  44. //
  45. this.last_name.Location = new System.Drawing.Point(63, 35);
  46. this.last_name.Name = "last_name";
  47. this.last_name.Size = new System.Drawing.Size(157, 20);
  48. this.last_name.TabIndex = 0;
  49. //
  50. // name
  51. //
  52. this.name.Location = new System.Drawing.Point(63, 61);
  53. this.name.Name = "name";
  54. this.name.Size = new System.Drawing.Size(157, 20);
  55. this.name.TabIndex = 1;
  56. //
  57. // surname
  58. //
  59. this.surname.Location = new System.Drawing.Point(63, 87);
  60. this.surname.Name = "surname";
  61. this.surname.Size = new System.Drawing.Size(157, 20);
  62. this.surname.TabIndex = 2;
  63. //
  64. // data_zaezda
  65. //
  66. this.data_zaezda.Location = new System.Drawing.Point(334, 35);
  67. this.data_zaezda.Name = "data_zaezda";
  68. this.data_zaezda.Size = new System.Drawing.Size(81, 20);
  69. this.data_zaezda.TabIndex = 3;
  70. //
  71. // data_broni
  72. //
  73. this.data_broni.Location = new System.Drawing.Point(334, 175);
  74. this.data_broni.Name = "data_broni";
  75. this.data_broni.Size = new System.Drawing.Size(81, 20);
  76. this.data_broni.TabIndex = 4;
  77. //
  78. // coldays
  79. //
  80. this.coldays.Location = new System.Drawing.Point(334, 87);
  81. this.coldays.Name = "coldays";
  82. this.coldays.Size = new System.Drawing.Size(81, 20);
  83. this.coldays.TabIndex = 5;
  84. //
  85. // label1
  86. //
  87. this.label1.AutoSize = true;
  88. this.label1.Location = new System.Drawing.Point(60, 9);
  89. this.label1.Name = "label1";
  90. this.label1.Size = new System.Drawing.Size(78, 13);
  91. this.label1.TabIndex = 6;
  92. this.label1.Text = "введите ФИО";
  93. //
  94. // label2
  95. //
  96. this.label2.AutoSize = true;
  97. this.label2.Location = new System.Drawing.Point(331, 9);
  98. this.label2.Name = "label2";
  99. this.label2.Size = new System.Drawing.Size(112, 13);
  100. this.label2.TabIndex = 7;
  101. this.label2.Text = "введите дату заезда";
  102. //
  103. // label3
  104. //
  105. this.label3.AutoSize = true;
  106. this.label3.Location = new System.Drawing.Point(331, 68);
  107. this.label3.Name = "label3";
  108. this.label3.Size = new System.Drawing.Size(136, 13);
  109. this.label3.TabIndex = 8;
  110. this.label3.Text = "введите количество дней";
  111. //
  112. // label4
  113. //
  114. this.label4.AutoSize = true;
  115. this.label4.Location = new System.Drawing.Point(331, 146);
  116. this.label4.Name = "label4";
  117. this.label4.Size = new System.Drawing.Size(148, 13);
  118. this.label4.TabIndex = 9;
  119. this.label4.Text = "введите дату бронирования";
  120. //
  121. // nomerComnati
  122. //
  123. this.nomerComnati.Location = new System.Drawing.Point(63, 175);
  124. this.nomerComnati.Name = "nomerComnati";
  125. this.nomerComnati.Size = new System.Drawing.Size(81, 20);
  126. this.nomerComnati.TabIndex = 10;
  127. //
  128. // label5
  129. //
  130. this.label5.AutoSize = true;
  131. this.label5.Location = new System.Drawing.Point(60, 146);
  132. this.label5.Name = "label5";
  133. this.label5.Size = new System.Drawing.Size(131, 13);
  134. this.label5.TabIndex = 11;
  135. this.label5.Text = "введите номер комнаты";
  136. //
  137. // button1
  138. //
  139. this.button1.Location = new System.Drawing.Point(173, 260);
  140. this.button1.Name = "button1";
  141. this.button1.Size = new System.Drawing.Size(162, 36);
  142. this.button1.TabIndex = 12;
  143. this.button1.Text = "забронировать";
  144. this.button1.UseVisualStyleBackColor = true;
  145. this.button1.Click += new System.EventHandler(this.button1_Click);
  146. //
  147. // Form4
  148. //
  149. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  150. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  151. this.ClientSize = new System.Drawing.Size(528, 373);
  152. this.Controls.Add(this.button1);
  153. this.Controls.Add(this.label5);
  154. this.Controls.Add(this.nomerComnati);
  155. this.Controls.Add(this.label4);
  156. this.Controls.Add(this.label3);
  157. this.Controls.Add(this.label2);
  158. this.Controls.Add(this.label1);
  159. this.Controls.Add(this.coldays);
  160. this.Controls.Add(this.data_broni);
  161. this.Controls.Add(this.data_zaezda);
  162. this.Controls.Add(this.surname);
  163. this.Controls.Add(this.name);
  164. this.Controls.Add(this.last_name);
  165. this.Name = "Form4";
  166. this.Text = "бронирование";
  167. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form4_FormClosed);
  168. this.ResumeLayout(false);
  169. this.PerformLayout();
  170. }
  171. #endregion
  172. private System.Windows.Forms.TextBox last_name;
  173. private System.Windows.Forms.MaskedTextBox name;
  174. private System.Windows.Forms.TextBox surname;
  175. private System.Windows.Forms.TextBox data_zaezda;
  176. private System.Windows.Forms.TextBox data_broni;
  177. private System.Windows.Forms.TextBox coldays;
  178. private System.Windows.Forms.Label label1;
  179. private System.Windows.Forms.Label label2;
  180. private System.Windows.Forms.Label label3;
  181. private System.Windows.Forms.Label label4;
  182. private System.Windows.Forms.TextBox nomerComnati;
  183. private System.Windows.Forms.Label label5;
  184. private System.Windows.Forms.Button button1;
  185. }
  186. }