Form5.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. 
  2. namespace kafe_Loriy
  3. {
  4. partial class Form5
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.button3 = new System.Windows.Forms.Button();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.textBox2 = new System.Windows.Forms.TextBox();
  33. this.textBox3 = new System.Windows.Forms.TextBox();
  34. this.textBox4 = new System.Windows.Forms.TextBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.label6 = new System.Windows.Forms.Label();
  42. this.textBox5 = new System.Windows.Forms.TextBox();
  43. this.button1 = new System.Windows.Forms.Button();
  44. this.panel1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // button3
  48. //
  49. this.button3.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  50. this.button3.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  51. this.button3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  52. this.button3.Location = new System.Drawing.Point(12, 12);
  53. this.button3.Name = "button3";
  54. this.button3.Size = new System.Drawing.Size(309, 34);
  55. this.button3.TabIndex = 4;
  56. this.button3.Text = "Создать форму для заполнения";
  57. this.button3.UseVisualStyleBackColor = false;
  58. //
  59. // panel1
  60. //
  61. this.panel1.BackColor = System.Drawing.SystemColors.ScrollBar;
  62. this.panel1.Controls.Add(this.button1);
  63. this.panel1.Controls.Add(this.label6);
  64. this.panel1.Controls.Add(this.textBox5);
  65. this.panel1.Controls.Add(this.label5);
  66. this.panel1.Controls.Add(this.dateTimePicker1);
  67. this.panel1.Controls.Add(this.label4);
  68. this.panel1.Controls.Add(this.label3);
  69. this.panel1.Controls.Add(this.label2);
  70. this.panel1.Controls.Add(this.label1);
  71. this.panel1.Controls.Add(this.textBox4);
  72. this.panel1.Controls.Add(this.textBox3);
  73. this.panel1.Controls.Add(this.textBox2);
  74. this.panel1.Controls.Add(this.textBox1);
  75. this.panel1.Location = new System.Drawing.Point(12, 80);
  76. this.panel1.Name = "panel1";
  77. this.panel1.Size = new System.Drawing.Size(776, 292);
  78. this.panel1.TabIndex = 5;
  79. //
  80. // textBox1
  81. //
  82. this.textBox1.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
  83. this.textBox1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  84. this.textBox1.ForeColor = System.Drawing.SystemColors.Window;
  85. this.textBox1.Location = new System.Drawing.Point(25, 49);
  86. this.textBox1.Name = "textBox1";
  87. this.textBox1.Size = new System.Drawing.Size(168, 26);
  88. this.textBox1.TabIndex = 6;
  89. //
  90. // textBox2
  91. //
  92. this.textBox2.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
  93. this.textBox2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  94. this.textBox2.ForeColor = System.Drawing.SystemColors.Window;
  95. this.textBox2.Location = new System.Drawing.Point(25, 102);
  96. this.textBox2.Name = "textBox2";
  97. this.textBox2.Size = new System.Drawing.Size(168, 26);
  98. this.textBox2.TabIndex = 7;
  99. //
  100. // textBox3
  101. //
  102. this.textBox3.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
  103. this.textBox3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  104. this.textBox3.ForeColor = System.Drawing.SystemColors.Window;
  105. this.textBox3.Location = new System.Drawing.Point(25, 156);
  106. this.textBox3.Name = "textBox3";
  107. this.textBox3.Size = new System.Drawing.Size(168, 26);
  108. this.textBox3.TabIndex = 8;
  109. //
  110. // textBox4
  111. //
  112. this.textBox4.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
  113. this.textBox4.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  114. this.textBox4.ForeColor = System.Drawing.SystemColors.Window;
  115. this.textBox4.Location = new System.Drawing.Point(277, 49);
  116. this.textBox4.Name = "textBox4";
  117. this.textBox4.Size = new System.Drawing.Size(181, 26);
  118. this.textBox4.TabIndex = 9;
  119. //
  120. // label1
  121. //
  122. this.label1.AutoSize = true;
  123. this.label1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  124. this.label1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  125. this.label1.ForeColor = System.Drawing.SystemColors.Menu;
  126. this.label1.Location = new System.Drawing.Point(25, 27);
  127. this.label1.Name = "label1";
  128. this.label1.Size = new System.Drawing.Size(72, 19);
  129. this.label1.TabIndex = 10;
  130. this.label1.Text = "Фамилия";
  131. //
  132. // label2
  133. //
  134. this.label2.AutoSize = true;
  135. this.label2.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  136. this.label2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  137. this.label2.ForeColor = System.Drawing.SystemColors.Menu;
  138. this.label2.Location = new System.Drawing.Point(25, 80);
  139. this.label2.Name = "label2";
  140. this.label2.Size = new System.Drawing.Size(37, 19);
  141. this.label2.TabIndex = 11;
  142. this.label2.Text = "Имя";
  143. //
  144. // label3
  145. //
  146. this.label3.AutoSize = true;
  147. this.label3.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  148. this.label3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  149. this.label3.ForeColor = System.Drawing.SystemColors.Menu;
  150. this.label3.Location = new System.Drawing.Point(25, 134);
  151. this.label3.Name = "label3";
  152. this.label3.Size = new System.Drawing.Size(73, 19);
  153. this.label3.TabIndex = 12;
  154. this.label3.Text = "Отчество";
  155. //
  156. // label4
  157. //
  158. this.label4.AutoSize = true;
  159. this.label4.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  160. this.label4.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  161. this.label4.ForeColor = System.Drawing.SystemColors.Menu;
  162. this.label4.Location = new System.Drawing.Point(277, 28);
  163. this.label4.Name = "label4";
  164. this.label4.Size = new System.Drawing.Size(65, 19);
  165. this.label4.TabIndex = 13;
  166. this.label4.Text = "Телефон";
  167. //
  168. // dateTimePicker1
  169. //
  170. this.dateTimePicker1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  171. this.dateTimePicker1.Location = new System.Drawing.Point(551, 49);
  172. this.dateTimePicker1.Name = "dateTimePicker1";
  173. this.dateTimePicker1.Size = new System.Drawing.Size(200, 26);
  174. this.dateTimePicker1.TabIndex = 14;
  175. //
  176. // label5
  177. //
  178. this.label5.AutoSize = true;
  179. this.label5.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  180. this.label5.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  181. this.label5.ForeColor = System.Drawing.SystemColors.Menu;
  182. this.label5.Location = new System.Drawing.Point(551, 27);
  183. this.label5.Name = "label5";
  184. this.label5.Size = new System.Drawing.Size(112, 19);
  185. this.label5.TabIndex = 15;
  186. this.label5.Text = "Дата рождения";
  187. //
  188. // label6
  189. //
  190. this.label6.AutoSize = true;
  191. this.label6.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  192. this.label6.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  193. this.label6.ForeColor = System.Drawing.SystemColors.Menu;
  194. this.label6.Location = new System.Drawing.Point(277, 81);
  195. this.label6.Name = "label6";
  196. this.label6.Size = new System.Drawing.Size(139, 19);
  197. this.label6.TabIndex = 17;
  198. this.label6.Text = "Адрес проживания";
  199. //
  200. // textBox5
  201. //
  202. this.textBox5.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
  203. this.textBox5.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  204. this.textBox5.ForeColor = System.Drawing.SystemColors.Window;
  205. this.textBox5.Location = new System.Drawing.Point(277, 102);
  206. this.textBox5.Name = "textBox5";
  207. this.textBox5.Size = new System.Drawing.Size(181, 26);
  208. this.textBox5.TabIndex = 16;
  209. //
  210. // button1
  211. //
  212. this.button1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  213. this.button1.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  214. this.button1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  215. this.button1.Location = new System.Drawing.Point(226, 232);
  216. this.button1.Name = "button1";
  217. this.button1.Size = new System.Drawing.Size(309, 34);
  218. this.button1.TabIndex = 18;
  219. this.button1.Text = "Сохранить данные";
  220. this.button1.UseVisualStyleBackColor = false;
  221. //
  222. // Form5
  223. //
  224. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  225. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  226. this.BackgroundImage = global::kafe_Loriy.Properties.Resources._1c2w5eGQlRcroXM3AHx4Wr_SQPHl_jlZkpOinhQlyuYVFb9B0pNRYMkFSI6R3i_QZcqo11Rktf_1T7v0o8ZW97z_;
  227. this.ClientSize = new System.Drawing.Size(800, 450);
  228. this.Controls.Add(this.panel1);
  229. this.Controls.Add(this.button3);
  230. this.Name = "Form5";
  231. this.Text = "Добавление нового сотрудника";
  232. this.panel1.ResumeLayout(false);
  233. this.panel1.PerformLayout();
  234. this.ResumeLayout(false);
  235. }
  236. #endregion
  237. private System.Windows.Forms.Button button3;
  238. private System.Windows.Forms.Panel panel1;
  239. private System.Windows.Forms.TextBox textBox4;
  240. private System.Windows.Forms.TextBox textBox3;
  241. private System.Windows.Forms.TextBox textBox2;
  242. private System.Windows.Forms.TextBox textBox1;
  243. private System.Windows.Forms.Button button1;
  244. private System.Windows.Forms.Label label6;
  245. private System.Windows.Forms.TextBox textBox5;
  246. private System.Windows.Forms.Label label5;
  247. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  248. private System.Windows.Forms.Label label4;
  249. private System.Windows.Forms.Label label3;
  250. private System.Windows.Forms.Label label2;
  251. private System.Windows.Forms.Label label1;
  252. }
  253. }