Register.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  1. namespace WindowsFormsApp4
  2. {
  3. partial class Register
  4. {
  5. private System.ComponentModel.IContainer components = null;
  6. // Новые элементы для хедера
  7. private System.Windows.Forms.Panel headerPanel;
  8. private System.Windows.Forms.PictureBox pictureBoxHeader;
  9. private System.Windows.Forms.Label headerLabel;
  10. // Существующие элементы (сохраняем все имена)
  11. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  12. private System.Windows.Forms.MaskedTextBox maskedTextBox1;
  13. private System.Windows.Forms.Label label6;
  14. private System.Windows.Forms.Label label5;
  15. private System.Windows.Forms.TextBox textBox7;
  16. private System.Windows.Forms.TextBox textBox2;
  17. private System.Windows.Forms.Label label11; // не используется, но оставляем
  18. private System.Windows.Forms.Button button2;
  19. private System.Windows.Forms.Label label10;
  20. private System.Windows.Forms.TextBox textBox9;
  21. private System.Windows.Forms.Label label7;
  22. private System.Windows.Forms.Label label4;
  23. private System.Windows.Forms.Label label3;
  24. private System.Windows.Forms.Label label2;
  25. private System.Windows.Forms.TextBox textBox6;
  26. private System.Windows.Forms.TextBox textBox5;
  27. private System.Windows.Forms.TextBox textBox1;
  28. private System.Windows.Forms.Label label8;
  29. private System.Windows.Forms.ComboBox comboBox1;
  30. private System.Windows.Forms.Label label14;
  31. private System.Windows.Forms.TextBox textBox4;
  32. protected override void Dispose(bool disposing)
  33. {
  34. if (disposing && (components != null))
  35. {
  36. components.Dispose();
  37. }
  38. base.Dispose(disposing);
  39. }
  40. private void InitializeComponent()
  41. {
  42. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Register));
  43. this.headerPanel = new System.Windows.Forms.Panel();
  44. this.pictureBoxHeader = new System.Windows.Forms.PictureBox();
  45. this.headerLabel = new System.Windows.Forms.Label();
  46. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  47. this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
  48. this.label6 = new System.Windows.Forms.Label();
  49. this.label5 = new System.Windows.Forms.Label();
  50. this.textBox7 = new System.Windows.Forms.TextBox();
  51. this.textBox2 = new System.Windows.Forms.TextBox();
  52. this.label11 = new System.Windows.Forms.Label();
  53. this.button2 = new System.Windows.Forms.Button();
  54. this.label10 = new System.Windows.Forms.Label();
  55. this.textBox9 = new System.Windows.Forms.TextBox();
  56. this.label7 = new System.Windows.Forms.Label();
  57. this.label4 = new System.Windows.Forms.Label();
  58. this.label3 = new System.Windows.Forms.Label();
  59. this.label2 = new System.Windows.Forms.Label();
  60. this.textBox6 = new System.Windows.Forms.TextBox();
  61. this.textBox5 = new System.Windows.Forms.TextBox();
  62. this.textBox1 = new System.Windows.Forms.TextBox();
  63. this.label8 = new System.Windows.Forms.Label();
  64. this.comboBox1 = new System.Windows.Forms.ComboBox();
  65. this.label14 = new System.Windows.Forms.Label();
  66. this.textBox4 = new System.Windows.Forms.TextBox();
  67. this.headerPanel.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxHeader)).BeginInit();
  69. this.SuspendLayout();
  70. //
  71. // headerPanel
  72. //
  73. this.headerPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  74. this.headerPanel.Controls.Add(this.pictureBoxHeader);
  75. this.headerPanel.Controls.Add(this.headerLabel);
  76. this.headerPanel.Dock = System.Windows.Forms.DockStyle.Top;
  77. this.headerPanel.Location = new System.Drawing.Point(0, 0);
  78. this.headerPanel.Name = "headerPanel";
  79. this.headerPanel.Size = new System.Drawing.Size(500, 90);
  80. this.headerPanel.TabIndex = 100;
  81. //
  82. // pictureBoxHeader
  83. //
  84. this.pictureBoxHeader.BackColor = System.Drawing.Color.Transparent;
  85. this.pictureBoxHeader.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxHeader.Image")));
  86. this.pictureBoxHeader.Location = new System.Drawing.Point(12, 12);
  87. this.pictureBoxHeader.Name = "pictureBoxHeader";
  88. this.pictureBoxHeader.Size = new System.Drawing.Size(70, 66);
  89. this.pictureBoxHeader.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  90. this.pictureBoxHeader.TabIndex = 0;
  91. this.pictureBoxHeader.TabStop = false;
  92. //
  93. // headerLabel
  94. //
  95. this.headerLabel.Font = new System.Drawing.Font("Segoe UI", 20F, System.Drawing.FontStyle.Bold);
  96. this.headerLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  97. this.headerLabel.Location = new System.Drawing.Point(90, 20);
  98. this.headerLabel.Name = "headerLabel";
  99. this.headerLabel.Size = new System.Drawing.Size(380, 50);
  100. this.headerLabel.TabIndex = 1;
  101. this.headerLabel.Text = "Регистрация читателя";
  102. this.headerLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  103. //
  104. // openFileDialog1
  105. //
  106. this.openFileDialog1.FileName = "openFileDialog1";
  107. //
  108. // maskedTextBox1
  109. //
  110. this.maskedTextBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  111. this.maskedTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  112. this.maskedTextBox1.Font = new System.Drawing.Font("Segoe UI", 10F);
  113. this.maskedTextBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  114. this.maskedTextBox1.Location = new System.Drawing.Point(120, 255);
  115. this.maskedTextBox1.Mask = "80000000000";
  116. this.maskedTextBox1.Name = "maskedTextBox1";
  117. this.maskedTextBox1.Size = new System.Drawing.Size(320, 25);
  118. this.maskedTextBox1.TabIndex = 110;
  119. //
  120. // label6
  121. //
  122. this.label6.AutoSize = true;
  123. this.label6.Font = new System.Drawing.Font("Segoe UI", 9F);
  124. this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  125. this.label6.Location = new System.Drawing.Point(40, 295);
  126. this.label6.Name = "label6";
  127. this.label6.Size = new System.Drawing.Size(61, 15);
  128. this.label6.TabIndex = 111;
  129. this.label6.Text = "Фамилия:";
  130. //
  131. // label5
  132. //
  133. this.label5.AutoSize = true;
  134. this.label5.Font = new System.Drawing.Font("Segoe UI", 9F);
  135. this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  136. this.label5.Location = new System.Drawing.Point(40, 330);
  137. this.label5.Name = "label5";
  138. this.label5.Size = new System.Drawing.Size(34, 15);
  139. this.label5.TabIndex = 113;
  140. this.label5.Text = "Имя:";
  141. //
  142. // textBox7
  143. //
  144. this.textBox7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  145. this.textBox7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  146. this.textBox7.Font = new System.Drawing.Font("Segoe UI", 10F);
  147. this.textBox7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  148. this.textBox7.Location = new System.Drawing.Point(120, 290);
  149. this.textBox7.Name = "textBox7";
  150. this.textBox7.Size = new System.Drawing.Size(320, 25);
  151. this.textBox7.TabIndex = 112;
  152. //
  153. // textBox2
  154. //
  155. this.textBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  156. this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  157. this.textBox2.Font = new System.Drawing.Font("Segoe UI", 10F);
  158. this.textBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  159. this.textBox2.Location = new System.Drawing.Point(120, 325);
  160. this.textBox2.Name = "textBox2";
  161. this.textBox2.Size = new System.Drawing.Size(320, 25);
  162. this.textBox2.TabIndex = 114;
  163. //
  164. // label11
  165. //
  166. this.label11.Location = new System.Drawing.Point(0, 0);
  167. this.label11.Name = "label11";
  168. this.label11.Size = new System.Drawing.Size(100, 23);
  169. this.label11.TabIndex = 120;
  170. this.label11.Visible = false;
  171. //
  172. // button2
  173. //
  174. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
  175. this.button2.FlatAppearance.BorderSize = 0;
  176. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  177. this.button2.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold);
  178. this.button2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
  179. this.button2.Location = new System.Drawing.Point(150, 450);
  180. this.button2.Name = "button2";
  181. this.button2.Size = new System.Drawing.Size(220, 40);
  182. this.button2.TabIndex = 119;
  183. this.button2.Text = "Зарегистрироваться";
  184. this.button2.UseVisualStyleBackColor = false;
  185. this.button2.Click += new System.EventHandler(this.button2_Click_1);
  186. //
  187. // label10
  188. //
  189. this.label10.AutoSize = true;
  190. this.label10.Font = new System.Drawing.Font("Segoe UI", 9F);
  191. this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  192. this.label10.Location = new System.Drawing.Point(40, 225);
  193. this.label10.Name = "label10";
  194. this.label10.Size = new System.Drawing.Size(39, 15);
  195. this.label10.TabIndex = 107;
  196. this.label10.Text = "Email:";
  197. //
  198. // textBox9
  199. //
  200. this.textBox9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  201. this.textBox9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  202. this.textBox9.Font = new System.Drawing.Font("Segoe UI", 10F);
  203. this.textBox9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  204. this.textBox9.Location = new System.Drawing.Point(120, 220);
  205. this.textBox9.Name = "textBox9";
  206. this.textBox9.Size = new System.Drawing.Size(320, 25);
  207. this.textBox9.TabIndex = 108;
  208. //
  209. // label7
  210. //
  211. this.label7.AutoSize = true;
  212. this.label7.Font = new System.Drawing.Font("Segoe UI", 9F);
  213. this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  214. this.label7.Location = new System.Drawing.Point(40, 190);
  215. this.label7.Name = "label7";
  216. this.label7.Size = new System.Drawing.Size(80, 15);
  217. this.label7.TabIndex = 105;
  218. this.label7.Text = "Подтвердить:";
  219. //
  220. // label4
  221. //
  222. this.label4.AutoSize = true;
  223. this.label4.Font = new System.Drawing.Font("Segoe UI", 9F);
  224. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  225. this.label4.Location = new System.Drawing.Point(40, 260);
  226. this.label4.Name = "label4";
  227. this.label4.Size = new System.Drawing.Size(58, 15);
  228. this.label4.TabIndex = 109;
  229. this.label4.Text = "Телефон:";
  230. //
  231. // label3
  232. //
  233. this.label3.AutoSize = true;
  234. this.label3.Font = new System.Drawing.Font("Segoe UI", 9F);
  235. this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  236. this.label3.Location = new System.Drawing.Point(40, 155);
  237. this.label3.Name = "label3";
  238. this.label3.Size = new System.Drawing.Size(52, 15);
  239. this.label3.TabIndex = 103;
  240. this.label3.Text = "Пароль:";
  241. //
  242. // label2
  243. //
  244. this.label2.AutoSize = true;
  245. this.label2.Font = new System.Drawing.Font("Segoe UI", 9F);
  246. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  247. this.label2.Location = new System.Drawing.Point(40, 120);
  248. this.label2.Name = "label2";
  249. this.label2.Size = new System.Drawing.Size(44, 15);
  250. this.label2.TabIndex = 101;
  251. this.label2.Text = "Логин:";
  252. //
  253. // textBox6
  254. //
  255. this.textBox6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  256. this.textBox6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  257. this.textBox6.Font = new System.Drawing.Font("Segoe UI", 10F);
  258. this.textBox6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  259. this.textBox6.Location = new System.Drawing.Point(120, 185);
  260. this.textBox6.Name = "textBox6";
  261. this.textBox6.Size = new System.Drawing.Size(320, 25);
  262. this.textBox6.TabIndex = 106;
  263. this.textBox6.UseSystemPasswordChar = true;
  264. //
  265. // textBox5
  266. //
  267. this.textBox5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  268. this.textBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  269. this.textBox5.Font = new System.Drawing.Font("Segoe UI", 10F);
  270. this.textBox5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  271. this.textBox5.Location = new System.Drawing.Point(120, 150);
  272. this.textBox5.Name = "textBox5";
  273. this.textBox5.Size = new System.Drawing.Size(320, 25);
  274. this.textBox5.TabIndex = 104;
  275. this.textBox5.UseSystemPasswordChar = true;
  276. //
  277. // textBox1
  278. //
  279. this.textBox1.AccessibleDescription = "";
  280. this.textBox1.AccessibleName = "";
  281. this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  282. this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  283. this.textBox1.Font = new System.Drawing.Font("Segoe UI", 10F);
  284. this.textBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  285. this.textBox1.Location = new System.Drawing.Point(120, 115);
  286. this.textBox1.Name = "textBox1";
  287. this.textBox1.Size = new System.Drawing.Size(320, 25);
  288. this.textBox1.TabIndex = 102;
  289. this.textBox1.Tag = "";
  290. //
  291. // label8
  292. //
  293. this.label8.AutoSize = true;
  294. this.label8.Font = new System.Drawing.Font("Segoe UI", 9F);
  295. this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  296. this.label8.Location = new System.Drawing.Point(40, 365);
  297. this.label8.Name = "label8";
  298. this.label8.Size = new System.Drawing.Size(75, 15);
  299. this.label8.TabIndex = 115;
  300. this.label8.Text = "Библиотека:";
  301. //
  302. // comboBox1
  303. //
  304. this.comboBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  305. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  306. this.comboBox1.Font = new System.Drawing.Font("Segoe UI", 10F);
  307. this.comboBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  308. this.comboBox1.FormattingEnabled = true;
  309. this.comboBox1.Location = new System.Drawing.Point(120, 360);
  310. this.comboBox1.Name = "comboBox1";
  311. this.comboBox1.Size = new System.Drawing.Size(320, 25);
  312. this.comboBox1.TabIndex = 116;
  313. //
  314. // label14
  315. //
  316. this.label14.AutoSize = true;
  317. this.label14.Font = new System.Drawing.Font("Segoe UI", 9F);
  318. this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  319. this.label14.Location = new System.Drawing.Point(40, 400);
  320. this.label14.Name = "label14";
  321. this.label14.Size = new System.Drawing.Size(43, 15);
  322. this.label14.TabIndex = 117;
  323. this.label14.Text = "Адрес:";
  324. //
  325. // textBox4
  326. //
  327. this.textBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  328. this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  329. this.textBox4.Font = new System.Drawing.Font("Segoe UI", 10F);
  330. this.textBox4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  331. this.textBox4.Location = new System.Drawing.Point(120, 395);
  332. this.textBox4.Name = "textBox4";
  333. this.textBox4.Size = new System.Drawing.Size(320, 25);
  334. this.textBox4.TabIndex = 118;
  335. //
  336. // Register
  337. //
  338. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  339. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  340. this.AutoScroll = true;
  341. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  342. this.ClientSize = new System.Drawing.Size(500, 540);
  343. this.Controls.Add(this.button2);
  344. this.Controls.Add(this.textBox4);
  345. this.Controls.Add(this.label14);
  346. this.Controls.Add(this.comboBox1);
  347. this.Controls.Add(this.label8);
  348. this.Controls.Add(this.textBox2);
  349. this.Controls.Add(this.label5);
  350. this.Controls.Add(this.textBox7);
  351. this.Controls.Add(this.label6);
  352. this.Controls.Add(this.maskedTextBox1);
  353. this.Controls.Add(this.label4);
  354. this.Controls.Add(this.textBox9);
  355. this.Controls.Add(this.label10);
  356. this.Controls.Add(this.textBox6);
  357. this.Controls.Add(this.label7);
  358. this.Controls.Add(this.textBox5);
  359. this.Controls.Add(this.label3);
  360. this.Controls.Add(this.textBox1);
  361. this.Controls.Add(this.label2);
  362. this.Controls.Add(this.headerPanel);
  363. this.Controls.Add(this.label11);
  364. this.Font = new System.Drawing.Font("Segoe UI", 9F);
  365. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  366. this.Name = "Register";
  367. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  368. this.Text = "Регистрация нового читателя";
  369. this.Load += new System.EventHandler(this.Register_Load);
  370. this.headerPanel.ResumeLayout(false);
  371. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxHeader)).EndInit();
  372. this.ResumeLayout(false);
  373. this.PerformLayout();
  374. }
  375. }
  376. }