RegisterForm.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. namespace WindowsFormsApp4
  2. {
  3. partial class RegisterForm
  4. {
  5. private System.ComponentModel.IContainer components = null;
  6. protected override void Dispose(bool disposing)
  7. {
  8. if (disposing && (components != null))
  9. {
  10. components.Dispose();
  11. }
  12. base.Dispose(disposing);
  13. }
  14. private void InitializeComponent()
  15. {
  16. this.txtLastName = new System.Windows.Forms.TextBox();
  17. this.txtFirstName = new System.Windows.Forms.TextBox();
  18. this.txtMiddleName = new System.Windows.Forms.TextBox();
  19. this.txtPhone = new System.Windows.Forms.TextBox();
  20. this.txtLogin = new System.Windows.Forms.TextBox();
  21. this.txtPassword = new System.Windows.Forms.TextBox();
  22. this.txtConfirmPassword = new System.Windows.Forms.TextBox();
  23. this.btnRegister = new System.Windows.Forms.Button();
  24. this.btnBack = new System.Windows.Forms.Button();
  25. this.lblLastName = new System.Windows.Forms.Label();
  26. this.lblFirstName = new System.Windows.Forms.Label();
  27. this.lblMiddleName = new System.Windows.Forms.Label();
  28. this.lblPhone = new System.Windows.Forms.Label();
  29. this.lblLogin = new System.Windows.Forms.Label();
  30. this.lblPassword = new System.Windows.Forms.Label();
  31. this.lblConfirmPassword = new System.Windows.Forms.Label();
  32. this.lblTitle = new System.Windows.Forms.Label();
  33. this.panelHeader = new System.Windows.Forms.Panel();
  34. this.panelHeader.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // txtLastName
  38. //
  39. this.txtLastName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  40. this.txtLastName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  41. this.txtLastName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  42. this.txtLastName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  43. this.txtLastName.Location = new System.Drawing.Point(98, 63);
  44. this.txtLastName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  45. this.txtLastName.Name = "txtLastName";
  46. this.txtLastName.Size = new System.Drawing.Size(150, 23);
  47. this.txtLastName.TabIndex = 2;
  48. //
  49. // txtFirstName
  50. //
  51. this.txtFirstName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  52. this.txtFirstName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  53. this.txtFirstName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  54. this.txtFirstName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  55. this.txtFirstName.Location = new System.Drawing.Point(98, 91);
  56. this.txtFirstName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  57. this.txtFirstName.Name = "txtFirstName";
  58. this.txtFirstName.Size = new System.Drawing.Size(150, 23);
  59. this.txtFirstName.TabIndex = 4;
  60. //
  61. // txtMiddleName
  62. //
  63. this.txtMiddleName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  64. this.txtMiddleName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  65. this.txtMiddleName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  66. this.txtMiddleName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  67. this.txtMiddleName.Location = new System.Drawing.Point(98, 119);
  68. this.txtMiddleName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  69. this.txtMiddleName.Name = "txtMiddleName";
  70. this.txtMiddleName.Size = new System.Drawing.Size(150, 23);
  71. this.txtMiddleName.TabIndex = 6;
  72. //
  73. // txtPhone
  74. //
  75. this.txtPhone.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  76. this.txtPhone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  77. this.txtPhone.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  78. this.txtPhone.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  79. this.txtPhone.Location = new System.Drawing.Point(98, 148);
  80. this.txtPhone.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  81. this.txtPhone.Name = "txtPhone";
  82. this.txtPhone.Size = new System.Drawing.Size(150, 23);
  83. this.txtPhone.TabIndex = 8;
  84. //
  85. // txtLogin
  86. //
  87. this.txtLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  88. this.txtLogin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  89. this.txtLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  90. this.txtLogin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  91. this.txtLogin.Location = new System.Drawing.Point(98, 176);
  92. this.txtLogin.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  93. this.txtLogin.Name = "txtLogin";
  94. this.txtLogin.Size = new System.Drawing.Size(150, 23);
  95. this.txtLogin.TabIndex = 10;
  96. //
  97. // txtPassword
  98. //
  99. this.txtPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  100. this.txtPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  101. this.txtPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  102. this.txtPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  103. this.txtPassword.Location = new System.Drawing.Point(98, 205);
  104. this.txtPassword.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  105. this.txtPassword.Name = "txtPassword";
  106. this.txtPassword.Size = new System.Drawing.Size(150, 23);
  107. this.txtPassword.TabIndex = 12;
  108. this.txtPassword.UseSystemPasswordChar = true;
  109. //
  110. // txtConfirmPassword
  111. //
  112. this.txtConfirmPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  113. this.txtConfirmPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  114. this.txtConfirmPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  115. this.txtConfirmPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  116. this.txtConfirmPassword.Location = new System.Drawing.Point(98, 233);
  117. this.txtConfirmPassword.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  118. this.txtConfirmPassword.Name = "txtConfirmPassword";
  119. this.txtConfirmPassword.Size = new System.Drawing.Size(150, 23);
  120. this.txtConfirmPassword.TabIndex = 14;
  121. this.txtConfirmPassword.UseSystemPasswordChar = true;
  122. //
  123. // btnRegister
  124. //
  125. this.btnRegister.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
  126. this.btnRegister.FlatAppearance.BorderSize = 0;
  127. this.btnRegister.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  128. this.btnRegister.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  129. this.btnRegister.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  130. this.btnRegister.Location = new System.Drawing.Point(33, 276);
  131. this.btnRegister.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  132. this.btnRegister.Name = "btnRegister";
  133. this.btnRegister.Size = new System.Drawing.Size(151, 32);
  134. this.btnRegister.TabIndex = 15;
  135. this.btnRegister.Text = "Зарегистрировать";
  136. this.btnRegister.UseVisualStyleBackColor = false;
  137. //
  138. // btnBack
  139. //
  140. this.btnBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  141. this.btnBack.FlatAppearance.BorderSize = 0;
  142. this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  143. this.btnBack.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
  144. this.btnBack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  145. this.btnBack.Location = new System.Drawing.Point(188, 276);
  146. this.btnBack.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  147. this.btnBack.Name = "btnBack";
  148. this.btnBack.Size = new System.Drawing.Size(98, 32);
  149. this.btnBack.TabIndex = 16;
  150. this.btnBack.Text = "Назад";
  151. this.btnBack.UseVisualStyleBackColor = false;
  152. //
  153. // lblLastName
  154. //
  155. this.lblLastName.AutoSize = true;
  156. this.lblLastName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  157. this.lblLastName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  158. this.lblLastName.Location = new System.Drawing.Point(22, 65);
  159. this.lblLastName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  160. this.lblLastName.Name = "lblLastName";
  161. this.lblLastName.Size = new System.Drawing.Size(74, 17);
  162. this.lblLastName.TabIndex = 1;
  163. this.lblLastName.Text = "Фамилия:";
  164. //
  165. // lblFirstName
  166. //
  167. this.lblFirstName.AutoSize = true;
  168. this.lblFirstName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  169. this.lblFirstName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  170. this.lblFirstName.Location = new System.Drawing.Point(45, 93);
  171. this.lblFirstName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  172. this.lblFirstName.Name = "lblFirstName";
  173. this.lblFirstName.Size = new System.Drawing.Size(39, 17);
  174. this.lblFirstName.TabIndex = 3;
  175. this.lblFirstName.Text = "Имя:";
  176. //
  177. // lblMiddleName
  178. //
  179. this.lblMiddleName.AutoSize = true;
  180. this.lblMiddleName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  181. this.lblMiddleName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  182. this.lblMiddleName.Location = new System.Drawing.Point(30, 122);
  183. this.lblMiddleName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  184. this.lblMiddleName.Name = "lblMiddleName";
  185. this.lblMiddleName.Size = new System.Drawing.Size(75, 17);
  186. this.lblMiddleName.TabIndex = 5;
  187. this.lblMiddleName.Text = "Отчество:";
  188. //
  189. // lblPhone
  190. //
  191. this.lblPhone.AutoSize = true;
  192. this.lblPhone.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  193. this.lblPhone.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  194. this.lblPhone.Location = new System.Drawing.Point(38, 150);
  195. this.lblPhone.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  196. this.lblPhone.Name = "lblPhone";
  197. this.lblPhone.Size = new System.Drawing.Size(72, 17);
  198. this.lblPhone.TabIndex = 7;
  199. this.lblPhone.Text = "Телефон:";
  200. //
  201. // lblLogin
  202. //
  203. this.lblLogin.AutoSize = true;
  204. this.lblLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  205. this.lblLogin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  206. this.lblLogin.Location = new System.Drawing.Point(45, 179);
  207. this.lblLogin.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  208. this.lblLogin.Name = "lblLogin";
  209. this.lblLogin.Size = new System.Drawing.Size(51, 17);
  210. this.lblLogin.TabIndex = 9;
  211. this.lblLogin.Text = "Логин:";
  212. //
  213. // lblPassword
  214. //
  215. this.lblPassword.AutoSize = true;
  216. this.lblPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  217. this.lblPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  218. this.lblPassword.Location = new System.Drawing.Point(38, 207);
  219. this.lblPassword.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  220. this.lblPassword.Name = "lblPassword";
  221. this.lblPassword.Size = new System.Drawing.Size(61, 17);
  222. this.lblPassword.TabIndex = 11;
  223. this.lblPassword.Text = "Пароль:";
  224. //
  225. // lblConfirmPassword
  226. //
  227. this.lblConfirmPassword.AutoSize = true;
  228. this.lblConfirmPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  229. this.lblConfirmPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  230. this.lblConfirmPassword.Location = new System.Drawing.Point(11, 236);
  231. this.lblConfirmPassword.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  232. this.lblConfirmPassword.Name = "lblConfirmPassword";
  233. this.lblConfirmPassword.Size = new System.Drawing.Size(117, 17);
  234. this.lblConfirmPassword.TabIndex = 13;
  235. this.lblConfirmPassword.Text = "Подтверждение:";
  236. //
  237. // lblTitle
  238. //
  239. this.lblTitle.AutoSize = true;
  240. this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold);
  241. this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  242. this.lblTitle.Location = new System.Drawing.Point(112, 12);
  243. this.lblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  244. this.lblTitle.Name = "lblTitle";
  245. this.lblTitle.Size = new System.Drawing.Size(152, 26);
  246. this.lblTitle.TabIndex = 0;
  247. this.lblTitle.Text = "Регистрация";
  248. //
  249. // panelHeader
  250. //
  251. this.panelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  252. this.panelHeader.Controls.Add(this.lblTitle);
  253. this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top;
  254. this.panelHeader.Location = new System.Drawing.Point(0, 0);
  255. this.panelHeader.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  256. this.panelHeader.Name = "panelHeader";
  257. this.panelHeader.Size = new System.Drawing.Size(360, 49);
  258. this.panelHeader.TabIndex = 0;
  259. //
  260. // RegisterForm
  261. //
  262. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  263. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  264. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  265. this.ClientSize = new System.Drawing.Size(360, 333);
  266. this.Controls.Add(this.btnBack);
  267. this.Controls.Add(this.btnRegister);
  268. this.Controls.Add(this.txtConfirmPassword);
  269. this.Controls.Add(this.lblConfirmPassword);
  270. this.Controls.Add(this.txtPassword);
  271. this.Controls.Add(this.lblPassword);
  272. this.Controls.Add(this.txtLogin);
  273. this.Controls.Add(this.lblLogin);
  274. this.Controls.Add(this.txtPhone);
  275. this.Controls.Add(this.lblPhone);
  276. this.Controls.Add(this.txtMiddleName);
  277. this.Controls.Add(this.lblMiddleName);
  278. this.Controls.Add(this.txtFirstName);
  279. this.Controls.Add(this.lblFirstName);
  280. this.Controls.Add(this.txtLastName);
  281. this.Controls.Add(this.lblLastName);
  282. this.Controls.Add(this.panelHeader);
  283. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  284. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  285. this.MaximizeBox = false;
  286. this.Name = "RegisterForm";
  287. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  288. this.Text = "Регистрация нового клиента";
  289. this.panelHeader.ResumeLayout(false);
  290. this.panelHeader.PerformLayout();
  291. this.ResumeLayout(false);
  292. this.PerformLayout();
  293. }
  294. private System.Windows.Forms.TextBox txtLastName;
  295. private System.Windows.Forms.TextBox txtFirstName;
  296. private System.Windows.Forms.TextBox txtMiddleName;
  297. private System.Windows.Forms.TextBox txtPhone;
  298. private System.Windows.Forms.TextBox txtLogin;
  299. private System.Windows.Forms.TextBox txtPassword;
  300. private System.Windows.Forms.TextBox txtConfirmPassword;
  301. private System.Windows.Forms.Button btnRegister;
  302. private System.Windows.Forms.Button btnBack;
  303. private System.Windows.Forms.Label lblLastName;
  304. private System.Windows.Forms.Label lblFirstName;
  305. private System.Windows.Forms.Label lblMiddleName;
  306. private System.Windows.Forms.Label lblPhone;
  307. private System.Windows.Forms.Label lblLogin;
  308. private System.Windows.Forms.Label lblPassword;
  309. private System.Windows.Forms.Label lblConfirmPassword;
  310. private System.Windows.Forms.Label lblTitle;
  311. private System.Windows.Forms.Panel panelHeader;
  312. }
  313. }