Users.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. namespace Servise.Forms
  2. {
  3. partial class Users
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Users));
  29. this.textEmail = new System.Windows.Forms.TextBox();
  30. this.textPatronymic = new System.Windows.Forms.TextBox();
  31. this.textSurname = new System.Windows.Forms.TextBox();
  32. this.textName = new System.Windows.Forms.TextBox();
  33. this.maskedPhone = new System.Windows.Forms.MaskedTextBox();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.button2 = new System.Windows.Forms.Button();
  36. this.button3 = new System.Windows.Forms.Button();
  37. this.button4 = new System.Windows.Forms.Button();
  38. this.textLogin = new System.Windows.Forms.TextBox();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.label4 = new System.Windows.Forms.Label();
  43. this.label5 = new System.Windows.Forms.Label();
  44. this.label6 = new System.Windows.Forms.Label();
  45. this.button5 = new System.Windows.Forms.Button();
  46. this.button6 = new System.Windows.Forms.Button();
  47. this.SuspendLayout();
  48. //
  49. // textEmail
  50. //
  51. this.textEmail.Location = new System.Drawing.Point(700, 273);
  52. this.textEmail.Margin = new System.Windows.Forms.Padding(2);
  53. this.textEmail.Name = "textEmail";
  54. this.textEmail.Size = new System.Drawing.Size(122, 22);
  55. this.textEmail.TabIndex = 32;
  56. //
  57. // textPatronymic
  58. //
  59. this.textPatronymic.Location = new System.Drawing.Point(418, 306);
  60. this.textPatronymic.Margin = new System.Windows.Forms.Padding(2);
  61. this.textPatronymic.Name = "textPatronymic";
  62. this.textPatronymic.Size = new System.Drawing.Size(122, 22);
  63. this.textPatronymic.TabIndex = 31;
  64. //
  65. // textSurname
  66. //
  67. this.textSurname.Location = new System.Drawing.Point(418, 270);
  68. this.textSurname.Margin = new System.Windows.Forms.Padding(2);
  69. this.textSurname.Name = "textSurname";
  70. this.textSurname.Size = new System.Drawing.Size(122, 22);
  71. this.textSurname.TabIndex = 30;
  72. //
  73. // textName
  74. //
  75. this.textName.Location = new System.Drawing.Point(418, 234);
  76. this.textName.Margin = new System.Windows.Forms.Padding(2);
  77. this.textName.Name = "textName";
  78. this.textName.Size = new System.Drawing.Size(122, 22);
  79. this.textName.TabIndex = 29;
  80. //
  81. // maskedPhone
  82. //
  83. this.maskedPhone.Location = new System.Drawing.Point(700, 237);
  84. this.maskedPhone.Margin = new System.Windows.Forms.Padding(2);
  85. this.maskedPhone.Name = "maskedPhone";
  86. this.maskedPhone.Size = new System.Drawing.Size(122, 22);
  87. this.maskedPhone.TabIndex = 28;
  88. //
  89. // button1
  90. //
  91. this.button1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  92. this.button1.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  93. this.button1.Location = new System.Drawing.Point(133, 233);
  94. this.button1.Margin = new System.Windows.Forms.Padding(2);
  95. this.button1.Name = "button1";
  96. this.button1.Size = new System.Drawing.Size(150, 20);
  97. this.button1.TabIndex = 36;
  98. this.button1.Text = "Добавить клиента";
  99. this.button1.UseVisualStyleBackColor = false;
  100. this.button1.Click += new System.EventHandler(this.button1_Click);
  101. //
  102. // button2
  103. //
  104. this.button2.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  105. this.button2.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  106. this.button2.Location = new System.Drawing.Point(133, 269);
  107. this.button2.Margin = new System.Windows.Forms.Padding(2);
  108. this.button2.Name = "button2";
  109. this.button2.Size = new System.Drawing.Size(150, 20);
  110. this.button2.TabIndex = 37;
  111. this.button2.Text = "Добавить заказ детали";
  112. this.button2.UseVisualStyleBackColor = false;
  113. this.button2.Click += new System.EventHandler(this.button2_Click);
  114. //
  115. // button3
  116. //
  117. this.button3.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  118. this.button3.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  119. this.button3.Location = new System.Drawing.Point(133, 379);
  120. this.button3.Margin = new System.Windows.Forms.Padding(2);
  121. this.button3.Name = "button3";
  122. this.button3.Size = new System.Drawing.Size(150, 20);
  123. this.button3.TabIndex = 38;
  124. this.button3.Text = "Принять изменения";
  125. this.button3.UseVisualStyleBackColor = false;
  126. this.button3.Click += new System.EventHandler(this.button3_Click);
  127. //
  128. // button4
  129. //
  130. this.button4.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  131. this.button4.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  132. this.button4.Location = new System.Drawing.Point(402, 379);
  133. this.button4.Margin = new System.Windows.Forms.Padding(2);
  134. this.button4.Name = "button4";
  135. this.button4.Size = new System.Drawing.Size(150, 20);
  136. this.button4.TabIndex = 39;
  137. this.button4.Text = "Изменить";
  138. this.button4.UseVisualStyleBackColor = false;
  139. this.button4.Click += new System.EventHandler(this.button4_Click);
  140. //
  141. // textLogin
  142. //
  143. this.textLogin.Location = new System.Drawing.Point(700, 311);
  144. this.textLogin.Margin = new System.Windows.Forms.Padding(2);
  145. this.textLogin.Name = "textLogin";
  146. this.textLogin.Size = new System.Drawing.Size(122, 22);
  147. this.textLogin.TabIndex = 33;
  148. //
  149. // label2
  150. //
  151. this.label2.AutoSize = true;
  152. this.label2.BackColor = System.Drawing.Color.Transparent;
  153. this.label2.Font = new System.Drawing.Font("Lucida Sans", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  154. this.label2.Location = new System.Drawing.Point(347, 239);
  155. this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  156. this.label2.Name = "label2";
  157. this.label2.Size = new System.Drawing.Size(33, 17);
  158. this.label2.TabIndex = 43;
  159. this.label2.Text = "Имя";
  160. //
  161. // label1
  162. //
  163. this.label1.AutoSize = true;
  164. this.label1.BackColor = System.Drawing.Color.Transparent;
  165. this.label1.Font = new System.Drawing.Font("Lucida Sans", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  166. this.label1.Location = new System.Drawing.Point(347, 275);
  167. this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  168. this.label1.Name = "label1";
  169. this.label1.Size = new System.Drawing.Size(64, 17);
  170. this.label1.TabIndex = 44;
  171. this.label1.Text = "Фамилия";
  172. //
  173. // label3
  174. //
  175. this.label3.AutoSize = true;
  176. this.label3.BackColor = System.Drawing.Color.Transparent;
  177. this.label3.Font = new System.Drawing.Font("Lucida Sans", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  178. this.label3.Location = new System.Drawing.Point(347, 311);
  179. this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  180. this.label3.Name = "label3";
  181. this.label3.Size = new System.Drawing.Size(63, 17);
  182. this.label3.TabIndex = 45;
  183. this.label3.Text = "Отчество";
  184. //
  185. // label4
  186. //
  187. this.label4.AutoSize = true;
  188. this.label4.BackColor = System.Drawing.Color.Transparent;
  189. this.label4.Font = new System.Drawing.Font("Lucida Sans", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  190. this.label4.Location = new System.Drawing.Point(629, 237);
  191. this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  192. this.label4.Name = "label4";
  193. this.label4.Size = new System.Drawing.Size(60, 17);
  194. this.label4.TabIndex = 46;
  195. this.label4.Text = "Телефон";
  196. //
  197. // label5
  198. //
  199. this.label5.AutoSize = true;
  200. this.label5.BackColor = System.Drawing.Color.Transparent;
  201. this.label5.Font = new System.Drawing.Font("Lucida Sans", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  202. this.label5.Location = new System.Drawing.Point(629, 273);
  203. this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  204. this.label5.Name = "label5";
  205. this.label5.Size = new System.Drawing.Size(43, 17);
  206. this.label5.TabIndex = 47;
  207. this.label5.Text = "Почта";
  208. //
  209. // label6
  210. //
  211. this.label6.AutoSize = true;
  212. this.label6.BackColor = System.Drawing.Color.Transparent;
  213. this.label6.Font = new System.Drawing.Font("Lucida Sans", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  214. this.label6.Location = new System.Drawing.Point(629, 311);
  215. this.label6.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  216. this.label6.Name = "label6";
  217. this.label6.Size = new System.Drawing.Size(44, 17);
  218. this.label6.TabIndex = 48;
  219. this.label6.Text = "Логин";
  220. //
  221. // button5
  222. //
  223. this.button5.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  224. this.button5.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  225. this.button5.Location = new System.Drawing.Point(133, 310);
  226. this.button5.Margin = new System.Windows.Forms.Padding(2);
  227. this.button5.Name = "button5";
  228. this.button5.Size = new System.Drawing.Size(150, 20);
  229. this.button5.TabIndex = 49;
  230. this.button5.Text = "Починка";
  231. this.button5.UseVisualStyleBackColor = false;
  232. this.button5.Click += new System.EventHandler(this.button5_Click);
  233. //
  234. // button6
  235. //
  236. this.button6.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  237. this.button6.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  238. this.button6.Location = new System.Drawing.Point(672, 379);
  239. this.button6.Margin = new System.Windows.Forms.Padding(2);
  240. this.button6.Name = "button6";
  241. this.button6.Size = new System.Drawing.Size(150, 20);
  242. this.button6.TabIndex = 50;
  243. this.button6.Text = "Сменить пароль";
  244. this.button6.UseVisualStyleBackColor = false;
  245. this.button6.Click += new System.EventHandler(this.button6_Click);
  246. //
  247. // Users
  248. //
  249. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 13F);
  250. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  251. this.BackgroundImage = global::Servise.Properties.Resources.auto_21;
  252. this.ClientSize = new System.Drawing.Size(1008, 680);
  253. this.Controls.Add(this.button6);
  254. this.Controls.Add(this.button5);
  255. this.Controls.Add(this.label6);
  256. this.Controls.Add(this.label5);
  257. this.Controls.Add(this.label4);
  258. this.Controls.Add(this.label3);
  259. this.Controls.Add(this.label1);
  260. this.Controls.Add(this.label2);
  261. this.Controls.Add(this.button4);
  262. this.Controls.Add(this.button3);
  263. this.Controls.Add(this.button2);
  264. this.Controls.Add(this.button1);
  265. this.Controls.Add(this.textLogin);
  266. this.Controls.Add(this.textEmail);
  267. this.Controls.Add(this.textPatronymic);
  268. this.Controls.Add(this.textSurname);
  269. this.Controls.Add(this.textName);
  270. this.Controls.Add(this.maskedPhone);
  271. this.Font = new System.Drawing.Font("Lucida Sans", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  272. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  273. this.Margin = new System.Windows.Forms.Padding(2);
  274. this.MaximumSize = new System.Drawing.Size(1024, 719);
  275. this.MinimumSize = new System.Drawing.Size(1024, 719);
  276. this.Name = "Users";
  277. this.Text = "Личный кабинет";
  278. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Users_FormClosing);
  279. this.Load += new System.EventHandler(this.Users_Load);
  280. this.ResumeLayout(false);
  281. this.PerformLayout();
  282. }
  283. #endregion
  284. private System.Windows.Forms.TextBox textEmail;
  285. private System.Windows.Forms.TextBox textPatronymic;
  286. private System.Windows.Forms.TextBox textSurname;
  287. private System.Windows.Forms.TextBox textName;
  288. private System.Windows.Forms.MaskedTextBox maskedPhone;
  289. private System.Windows.Forms.Button button1;
  290. private System.Windows.Forms.Button button2;
  291. private System.Windows.Forms.Button button3;
  292. private System.Windows.Forms.Button button4;
  293. private System.Windows.Forms.TextBox textLogin;
  294. private System.Windows.Forms.Label label2;
  295. private System.Windows.Forms.Label label1;
  296. private System.Windows.Forms.Label label3;
  297. private System.Windows.Forms.Label label4;
  298. private System.Windows.Forms.Label label5;
  299. private System.Windows.Forms.Label label6;
  300. private System.Windows.Forms.Button button5;
  301. private System.Windows.Forms.Button button6;
  302. }
  303. }