AdminUserEditForm.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. namespace WindowsFormsApp4
  2. {
  3. partial class AdminUserEditForm
  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.Label labelTitle; // не используется, но сохраним
  12. private System.Windows.Forms.Label labelUserId;
  13. private System.Windows.Forms.TextBox txtUserId;
  14. private System.Windows.Forms.Label labelName;
  15. private System.Windows.Forms.TextBox txtName;
  16. private System.Windows.Forms.Label labelLastname;
  17. private System.Windows.Forms.TextBox txtLastname;
  18. private System.Windows.Forms.Label labelPhone;
  19. private System.Windows.Forms.TextBox txtPhone;
  20. private System.Windows.Forms.Label labelEmail;
  21. private System.Windows.Forms.TextBox txtEmail;
  22. private System.Windows.Forms.Label labelRole;
  23. private System.Windows.Forms.ComboBox comboBoxRole;
  24. private System.Windows.Forms.Label labelLibrary;
  25. private System.Windows.Forms.ComboBox comboBoxLibrary;
  26. private System.Windows.Forms.CheckBox checkBoxActive;
  27. private System.Windows.Forms.Button btnSave;
  28. private System.Windows.Forms.Button btnCancel;
  29. private System.Windows.Forms.Label labelNewPassword;
  30. private System.Windows.Forms.TextBox txtNewPassword;
  31. private System.Windows.Forms.Label labelConfirmPassword;
  32. private System.Windows.Forms.TextBox txtConfirmPassword;
  33. protected override void Dispose(bool disposing)
  34. {
  35. if (disposing && (components != null))
  36. {
  37. components.Dispose();
  38. }
  39. base.Dispose(disposing);
  40. }
  41. private void InitializeComponent()
  42. {
  43. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AdminUserEditForm));
  44. this.headerPanel = new System.Windows.Forms.Panel();
  45. this.pictureBoxHeader = new System.Windows.Forms.PictureBox();
  46. this.headerLabel = new System.Windows.Forms.Label();
  47. this.labelTitle = new System.Windows.Forms.Label();
  48. this.labelUserId = new System.Windows.Forms.Label();
  49. this.txtUserId = new System.Windows.Forms.TextBox();
  50. this.labelName = new System.Windows.Forms.Label();
  51. this.txtName = new System.Windows.Forms.TextBox();
  52. this.labelLastname = new System.Windows.Forms.Label();
  53. this.txtLastname = new System.Windows.Forms.TextBox();
  54. this.labelPhone = new System.Windows.Forms.Label();
  55. this.txtPhone = new System.Windows.Forms.TextBox();
  56. this.labelEmail = new System.Windows.Forms.Label();
  57. this.txtEmail = new System.Windows.Forms.TextBox();
  58. this.labelRole = new System.Windows.Forms.Label();
  59. this.comboBoxRole = new System.Windows.Forms.ComboBox();
  60. this.labelLibrary = new System.Windows.Forms.Label();
  61. this.comboBoxLibrary = new System.Windows.Forms.ComboBox();
  62. this.checkBoxActive = new System.Windows.Forms.CheckBox();
  63. this.btnSave = new System.Windows.Forms.Button();
  64. this.btnCancel = new System.Windows.Forms.Button();
  65. this.labelNewPassword = new System.Windows.Forms.Label();
  66. this.txtNewPassword = new System.Windows.Forms.TextBox();
  67. this.labelConfirmPassword = new System.Windows.Forms.Label();
  68. this.txtConfirmPassword = new System.Windows.Forms.TextBox();
  69. this.headerPanel.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxHeader)).BeginInit();
  71. this.SuspendLayout();
  72. //
  73. // headerPanel
  74. //
  75. this.headerPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  76. this.headerPanel.Controls.Add(this.pictureBoxHeader);
  77. this.headerPanel.Controls.Add(this.headerLabel);
  78. this.headerPanel.Dock = System.Windows.Forms.DockStyle.Top;
  79. this.headerPanel.Location = new System.Drawing.Point(0, 0);
  80. this.headerPanel.Name = "headerPanel";
  81. this.headerPanel.Size = new System.Drawing.Size(550, 80);
  82. this.headerPanel.TabIndex = 100;
  83. //
  84. // pictureBoxHeader
  85. //
  86. this.pictureBoxHeader.BackColor = System.Drawing.Color.Transparent;
  87. this.pictureBoxHeader.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxHeader.Image")));
  88. this.pictureBoxHeader.Location = new System.Drawing.Point(15, 10);
  89. this.pictureBoxHeader.Name = "pictureBoxHeader";
  90. this.pictureBoxHeader.Size = new System.Drawing.Size(60, 60);
  91. this.pictureBoxHeader.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  92. this.pictureBoxHeader.TabIndex = 0;
  93. this.pictureBoxHeader.TabStop = false;
  94. //
  95. // headerLabel
  96. //
  97. this.headerLabel.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Bold);
  98. this.headerLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  99. this.headerLabel.Location = new System.Drawing.Point(85, 15);
  100. this.headerLabel.Name = "headerLabel";
  101. this.headerLabel.Size = new System.Drawing.Size(450, 50);
  102. this.headerLabel.TabIndex = 1;
  103. this.headerLabel.Text = "Редактирование пользователя";
  104. this.headerLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  105. //
  106. // labelTitle
  107. //
  108. this.labelTitle.Location = new System.Drawing.Point(0, 0);
  109. this.labelTitle.Name = "labelTitle";
  110. this.labelTitle.Size = new System.Drawing.Size(100, 23);
  111. this.labelTitle.TabIndex = 101;
  112. this.labelTitle.Visible = false;
  113. //
  114. // labelUserId
  115. //
  116. this.labelUserId.AutoSize = true;
  117. this.labelUserId.Font = new System.Drawing.Font("Segoe UI", 9F);
  118. this.labelUserId.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  119. this.labelUserId.Location = new System.Drawing.Point(40, 110);
  120. this.labelUserId.Name = "labelUserId";
  121. this.labelUserId.Size = new System.Drawing.Size(21, 15);
  122. this.labelUserId.TabIndex = 16;
  123. this.labelUserId.Text = "ID:";
  124. //
  125. // txtUserId
  126. //
  127. this.txtUserId.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  128. this.txtUserId.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  129. this.txtUserId.Font = new System.Drawing.Font("Segoe UI", 10F);
  130. this.txtUserId.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  131. this.txtUserId.Location = new System.Drawing.Point(120, 105);
  132. this.txtUserId.Name = "txtUserId";
  133. this.txtUserId.ReadOnly = true;
  134. this.txtUserId.Size = new System.Drawing.Size(100, 25);
  135. this.txtUserId.TabIndex = 0;
  136. //
  137. // labelName
  138. //
  139. this.labelName.AutoSize = true;
  140. this.labelName.Font = new System.Drawing.Font("Segoe UI", 9F);
  141. this.labelName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  142. this.labelName.Location = new System.Drawing.Point(40, 145);
  143. this.labelName.Name = "labelName";
  144. this.labelName.Size = new System.Drawing.Size(34, 15);
  145. this.labelName.TabIndex = 15;
  146. this.labelName.Text = "Имя:";
  147. //
  148. // txtName
  149. //
  150. this.txtName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  151. this.txtName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  152. this.txtName.Font = new System.Drawing.Font("Segoe UI", 10F);
  153. this.txtName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  154. this.txtName.Location = new System.Drawing.Point(120, 140);
  155. this.txtName.Name = "txtName";
  156. this.txtName.Size = new System.Drawing.Size(380, 25);
  157. this.txtName.TabIndex = 1;
  158. //
  159. // labelLastname
  160. //
  161. this.labelLastname.AutoSize = true;
  162. this.labelLastname.Font = new System.Drawing.Font("Segoe UI", 9F);
  163. this.labelLastname.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  164. this.labelLastname.Location = new System.Drawing.Point(40, 180);
  165. this.labelLastname.Name = "labelLastname";
  166. this.labelLastname.Size = new System.Drawing.Size(61, 15);
  167. this.labelLastname.TabIndex = 14;
  168. this.labelLastname.Text = "Фамилия:";
  169. //
  170. // txtLastname
  171. //
  172. this.txtLastname.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  173. this.txtLastname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  174. this.txtLastname.Font = new System.Drawing.Font("Segoe UI", 10F);
  175. this.txtLastname.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  176. this.txtLastname.Location = new System.Drawing.Point(120, 175);
  177. this.txtLastname.Name = "txtLastname";
  178. this.txtLastname.Size = new System.Drawing.Size(380, 25);
  179. this.txtLastname.TabIndex = 2;
  180. //
  181. // labelPhone
  182. //
  183. this.labelPhone.AutoSize = true;
  184. this.labelPhone.Font = new System.Drawing.Font("Segoe UI", 9F);
  185. this.labelPhone.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  186. this.labelPhone.Location = new System.Drawing.Point(40, 215);
  187. this.labelPhone.Name = "labelPhone";
  188. this.labelPhone.Size = new System.Drawing.Size(58, 15);
  189. this.labelPhone.TabIndex = 13;
  190. this.labelPhone.Text = "Телефон:";
  191. //
  192. // txtPhone
  193. //
  194. this.txtPhone.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  195. this.txtPhone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  196. this.txtPhone.Font = new System.Drawing.Font("Segoe UI", 10F);
  197. this.txtPhone.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  198. this.txtPhone.Location = new System.Drawing.Point(120, 210);
  199. this.txtPhone.Name = "txtPhone";
  200. this.txtPhone.Size = new System.Drawing.Size(380, 25);
  201. this.txtPhone.TabIndex = 3;
  202. //
  203. // labelEmail
  204. //
  205. this.labelEmail.AutoSize = true;
  206. this.labelEmail.Font = new System.Drawing.Font("Segoe UI", 9F);
  207. this.labelEmail.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  208. this.labelEmail.Location = new System.Drawing.Point(40, 250);
  209. this.labelEmail.Name = "labelEmail";
  210. this.labelEmail.Size = new System.Drawing.Size(39, 15);
  211. this.labelEmail.TabIndex = 12;
  212. this.labelEmail.Text = "Email:";
  213. //
  214. // txtEmail
  215. //
  216. this.txtEmail.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  217. this.txtEmail.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  218. this.txtEmail.Font = new System.Drawing.Font("Segoe UI", 10F);
  219. this.txtEmail.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  220. this.txtEmail.Location = new System.Drawing.Point(120, 245);
  221. this.txtEmail.Name = "txtEmail";
  222. this.txtEmail.Size = new System.Drawing.Size(380, 25);
  223. this.txtEmail.TabIndex = 4;
  224. //
  225. // labelRole
  226. //
  227. this.labelRole.AutoSize = true;
  228. this.labelRole.Font = new System.Drawing.Font("Segoe UI", 9F);
  229. this.labelRole.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  230. this.labelRole.Location = new System.Drawing.Point(40, 285);
  231. this.labelRole.Name = "labelRole";
  232. this.labelRole.Size = new System.Drawing.Size(37, 15);
  233. this.labelRole.TabIndex = 11;
  234. this.labelRole.Text = "Роль:";
  235. //
  236. // comboBoxRole
  237. //
  238. this.comboBoxRole.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  239. this.comboBoxRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  240. this.comboBoxRole.Font = new System.Drawing.Font("Segoe UI", 10F);
  241. this.comboBoxRole.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  242. this.comboBoxRole.FormattingEnabled = true;
  243. this.comboBoxRole.Items.AddRange(new object[] {
  244. "reader",
  245. "employe",
  246. "admin"});
  247. this.comboBoxRole.Location = new System.Drawing.Point(120, 280);
  248. this.comboBoxRole.Name = "comboBoxRole";
  249. this.comboBoxRole.Size = new System.Drawing.Size(380, 25);
  250. this.comboBoxRole.TabIndex = 5;
  251. //
  252. // labelLibrary
  253. //
  254. this.labelLibrary.AutoSize = true;
  255. this.labelLibrary.Font = new System.Drawing.Font("Segoe UI", 9F);
  256. this.labelLibrary.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  257. this.labelLibrary.Location = new System.Drawing.Point(40, 320);
  258. this.labelLibrary.Name = "labelLibrary";
  259. this.labelLibrary.Size = new System.Drawing.Size(75, 15);
  260. this.labelLibrary.TabIndex = 10;
  261. this.labelLibrary.Text = "Библиотека:";
  262. //
  263. // comboBoxLibrary
  264. //
  265. this.comboBoxLibrary.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  266. this.comboBoxLibrary.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  267. this.comboBoxLibrary.Font = new System.Drawing.Font("Segoe UI", 10F);
  268. this.comboBoxLibrary.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  269. this.comboBoxLibrary.FormattingEnabled = true;
  270. this.comboBoxLibrary.Location = new System.Drawing.Point(120, 315);
  271. this.comboBoxLibrary.Name = "comboBoxLibrary";
  272. this.comboBoxLibrary.Size = new System.Drawing.Size(380, 25);
  273. this.comboBoxLibrary.TabIndex = 6;
  274. //
  275. // checkBoxActive
  276. //
  277. this.checkBoxActive.AutoSize = true;
  278. this.checkBoxActive.Font = new System.Drawing.Font("Segoe UI", 9F);
  279. this.checkBoxActive.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  280. this.checkBoxActive.Location = new System.Drawing.Point(120, 355);
  281. this.checkBoxActive.Name = "checkBoxActive";
  282. this.checkBoxActive.Size = new System.Drawing.Size(104, 19);
  283. this.checkBoxActive.TabIndex = 7;
  284. this.checkBoxActive.Text = "Билет активен";
  285. this.checkBoxActive.UseVisualStyleBackColor = true;
  286. //
  287. // btnSave
  288. //
  289. this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
  290. this.btnSave.FlatAppearance.BorderSize = 0;
  291. this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  292. this.btnSave.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
  293. this.btnSave.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
  294. this.btnSave.Location = new System.Drawing.Point(187, 462);
  295. this.btnSave.Name = "btnSave";
  296. this.btnSave.Size = new System.Drawing.Size(110, 35);
  297. this.btnSave.TabIndex = 8;
  298. this.btnSave.Text = "💾 Сохранить";
  299. this.btnSave.UseVisualStyleBackColor = false;
  300. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  301. //
  302. // btnCancel
  303. //
  304. this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
  305. this.btnCancel.FlatAppearance.BorderSize = 0;
  306. this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  307. this.btnCancel.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
  308. this.btnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
  309. this.btnCancel.Location = new System.Drawing.Point(303, 462);
  310. this.btnCancel.Name = "btnCancel";
  311. this.btnCancel.Size = new System.Drawing.Size(110, 35);
  312. this.btnCancel.TabIndex = 9;
  313. this.btnCancel.Text = "Отмена";
  314. this.btnCancel.UseVisualStyleBackColor = false;
  315. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  316. //
  317. // labelNewPassword
  318. //
  319. this.labelNewPassword.AutoSize = true;
  320. this.labelNewPassword.Font = new System.Drawing.Font("Segoe UI", 9F);
  321. this.labelNewPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  322. this.labelNewPassword.Location = new System.Drawing.Point(24, 385);
  323. this.labelNewPassword.Name = "labelNewPassword";
  324. this.labelNewPassword.Size = new System.Drawing.Size(91, 15);
  325. this.labelNewPassword.TabIndex = 18;
  326. this.labelNewPassword.Text = "Новый пароль:";
  327. //
  328. // txtNewPassword
  329. //
  330. this.txtNewPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  331. this.txtNewPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  332. this.txtNewPassword.Font = new System.Drawing.Font("Segoe UI", 10F);
  333. this.txtNewPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  334. this.txtNewPassword.Location = new System.Drawing.Point(120, 381);
  335. this.txtNewPassword.Name = "txtNewPassword";
  336. this.txtNewPassword.PasswordChar = '*';
  337. this.txtNewPassword.Size = new System.Drawing.Size(380, 25);
  338. this.txtNewPassword.TabIndex = 8;
  339. //
  340. // labelConfirmPassword
  341. //
  342. this.labelConfirmPassword.AutoSize = true;
  343. this.labelConfirmPassword.Font = new System.Drawing.Font("Segoe UI", 9F);
  344. this.labelConfirmPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  345. this.labelConfirmPassword.Location = new System.Drawing.Point(18, 419);
  346. this.labelConfirmPassword.Name = "labelConfirmPassword";
  347. this.labelConfirmPassword.Size = new System.Drawing.Size(97, 15);
  348. this.labelConfirmPassword.TabIndex = 17;
  349. this.labelConfirmPassword.Text = "Подтверждение:";
  350. this.labelConfirmPassword.Click += new System.EventHandler(this.labelConfirmPassword_Click);
  351. //
  352. // txtConfirmPassword
  353. //
  354. this.txtConfirmPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  355. this.txtConfirmPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  356. this.txtConfirmPassword.Font = new System.Drawing.Font("Segoe UI", 10F);
  357. this.txtConfirmPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  358. this.txtConfirmPassword.Location = new System.Drawing.Point(120, 415);
  359. this.txtConfirmPassword.Name = "txtConfirmPassword";
  360. this.txtConfirmPassword.PasswordChar = '*';
  361. this.txtConfirmPassword.Size = new System.Drawing.Size(380, 25);
  362. this.txtConfirmPassword.TabIndex = 9;
  363. //
  364. // AdminUserEditForm
  365. //
  366. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  367. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  368. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
  369. this.ClientSize = new System.Drawing.Size(550, 578);
  370. this.Controls.Add(this.btnCancel);
  371. this.Controls.Add(this.btnSave);
  372. this.Controls.Add(this.checkBoxActive);
  373. this.Controls.Add(this.comboBoxLibrary);
  374. this.Controls.Add(this.labelLibrary);
  375. this.Controls.Add(this.comboBoxRole);
  376. this.Controls.Add(this.labelRole);
  377. this.Controls.Add(this.txtEmail);
  378. this.Controls.Add(this.labelEmail);
  379. this.Controls.Add(this.txtPhone);
  380. this.Controls.Add(this.labelPhone);
  381. this.Controls.Add(this.txtLastname);
  382. this.Controls.Add(this.labelLastname);
  383. this.Controls.Add(this.txtName);
  384. this.Controls.Add(this.labelName);
  385. this.Controls.Add(this.txtUserId);
  386. this.Controls.Add(this.labelUserId);
  387. this.Controls.Add(this.labelConfirmPassword);
  388. this.Controls.Add(this.txtConfirmPassword);
  389. this.Controls.Add(this.labelNewPassword);
  390. this.Controls.Add(this.txtNewPassword);
  391. this.Controls.Add(this.headerPanel);
  392. this.Controls.Add(this.labelTitle);
  393. this.Font = new System.Drawing.Font("Segoe UI", 9F);
  394. this.Name = "AdminUserEditForm";
  395. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  396. this.Text = "Редактирование пользователя";
  397. this.Load += new System.EventHandler(this.AdminUserEditForm_Load);
  398. this.headerPanel.ResumeLayout(false);
  399. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxHeader)).EndInit();
  400. this.ResumeLayout(false);
  401. this.PerformLayout();
  402. }
  403. }
  404. }