| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409 |
- namespace WindowsFormsApp4
- {
- partial class AdminUserEditForm
- {
- private System.ComponentModel.IContainer components = null;
- // Новые элементы хедера
- private System.Windows.Forms.Panel headerPanel;
- private System.Windows.Forms.PictureBox pictureBoxHeader;
- private System.Windows.Forms.Label headerLabel;
- // Существующие элементы (оставляем все)
- private System.Windows.Forms.Label labelTitle; // не используется, но сохраним
- private System.Windows.Forms.Label labelUserId;
- private System.Windows.Forms.TextBox txtUserId;
- private System.Windows.Forms.Label labelName;
- private System.Windows.Forms.TextBox txtName;
- private System.Windows.Forms.Label labelLastname;
- private System.Windows.Forms.TextBox txtLastname;
- private System.Windows.Forms.Label labelPhone;
- private System.Windows.Forms.TextBox txtPhone;
- private System.Windows.Forms.Label labelEmail;
- private System.Windows.Forms.TextBox txtEmail;
- private System.Windows.Forms.Label labelRole;
- private System.Windows.Forms.ComboBox comboBoxRole;
- private System.Windows.Forms.Label labelLibrary;
- private System.Windows.Forms.ComboBox comboBoxLibrary;
- private System.Windows.Forms.CheckBox checkBoxActive;
- private System.Windows.Forms.Button btnSave;
- private System.Windows.Forms.Button btnCancel;
- private System.Windows.Forms.Label labelNewPassword;
- private System.Windows.Forms.TextBox txtNewPassword;
- private System.Windows.Forms.Label labelConfirmPassword;
- private System.Windows.Forms.TextBox txtConfirmPassword;
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AdminUserEditForm));
- this.headerPanel = new System.Windows.Forms.Panel();
- this.pictureBoxHeader = new System.Windows.Forms.PictureBox();
- this.headerLabel = new System.Windows.Forms.Label();
- this.labelTitle = new System.Windows.Forms.Label();
- this.labelUserId = new System.Windows.Forms.Label();
- this.txtUserId = new System.Windows.Forms.TextBox();
- this.labelName = new System.Windows.Forms.Label();
- this.txtName = new System.Windows.Forms.TextBox();
- this.labelLastname = new System.Windows.Forms.Label();
- this.txtLastname = new System.Windows.Forms.TextBox();
- this.labelPhone = new System.Windows.Forms.Label();
- this.txtPhone = new System.Windows.Forms.TextBox();
- this.labelEmail = new System.Windows.Forms.Label();
- this.txtEmail = new System.Windows.Forms.TextBox();
- this.labelRole = new System.Windows.Forms.Label();
- this.comboBoxRole = new System.Windows.Forms.ComboBox();
- this.labelLibrary = new System.Windows.Forms.Label();
- this.comboBoxLibrary = new System.Windows.Forms.ComboBox();
- this.checkBoxActive = new System.Windows.Forms.CheckBox();
- this.btnSave = new System.Windows.Forms.Button();
- this.btnCancel = new System.Windows.Forms.Button();
- this.labelNewPassword = new System.Windows.Forms.Label();
- this.txtNewPassword = new System.Windows.Forms.TextBox();
- this.labelConfirmPassword = new System.Windows.Forms.Label();
- this.txtConfirmPassword = new System.Windows.Forms.TextBox();
- this.headerPanel.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBoxHeader)).BeginInit();
- this.SuspendLayout();
- //
- // headerPanel
- //
- this.headerPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.headerPanel.Controls.Add(this.pictureBoxHeader);
- this.headerPanel.Controls.Add(this.headerLabel);
- this.headerPanel.Dock = System.Windows.Forms.DockStyle.Top;
- this.headerPanel.Location = new System.Drawing.Point(0, 0);
- this.headerPanel.Name = "headerPanel";
- this.headerPanel.Size = new System.Drawing.Size(550, 80);
- this.headerPanel.TabIndex = 100;
- //
- // pictureBoxHeader
- //
- this.pictureBoxHeader.BackColor = System.Drawing.Color.Transparent;
- this.pictureBoxHeader.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxHeader.Image")));
- this.pictureBoxHeader.Location = new System.Drawing.Point(15, 10);
- this.pictureBoxHeader.Name = "pictureBoxHeader";
- this.pictureBoxHeader.Size = new System.Drawing.Size(60, 60);
- this.pictureBoxHeader.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBoxHeader.TabIndex = 0;
- this.pictureBoxHeader.TabStop = false;
- //
- // headerLabel
- //
- this.headerLabel.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Bold);
- this.headerLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.headerLabel.Location = new System.Drawing.Point(85, 15);
- this.headerLabel.Name = "headerLabel";
- this.headerLabel.Size = new System.Drawing.Size(450, 50);
- this.headerLabel.TabIndex = 1;
- this.headerLabel.Text = "Редактирование пользователя";
- this.headerLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // labelTitle
- //
- this.labelTitle.Location = new System.Drawing.Point(0, 0);
- this.labelTitle.Name = "labelTitle";
- this.labelTitle.Size = new System.Drawing.Size(100, 23);
- this.labelTitle.TabIndex = 101;
- this.labelTitle.Visible = false;
- //
- // labelUserId
- //
- this.labelUserId.AutoSize = true;
- this.labelUserId.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.labelUserId.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.labelUserId.Location = new System.Drawing.Point(40, 110);
- this.labelUserId.Name = "labelUserId";
- this.labelUserId.Size = new System.Drawing.Size(21, 15);
- this.labelUserId.TabIndex = 16;
- this.labelUserId.Text = "ID:";
- //
- // txtUserId
- //
- this.txtUserId.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.txtUserId.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtUserId.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.txtUserId.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.txtUserId.Location = new System.Drawing.Point(120, 105);
- this.txtUserId.Name = "txtUserId";
- this.txtUserId.ReadOnly = true;
- this.txtUserId.Size = new System.Drawing.Size(100, 25);
- this.txtUserId.TabIndex = 0;
- //
- // labelName
- //
- this.labelName.AutoSize = true;
- this.labelName.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.labelName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.labelName.Location = new System.Drawing.Point(40, 145);
- this.labelName.Name = "labelName";
- this.labelName.Size = new System.Drawing.Size(34, 15);
- this.labelName.TabIndex = 15;
- this.labelName.Text = "Имя:";
- //
- // txtName
- //
- this.txtName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.txtName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtName.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.txtName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.txtName.Location = new System.Drawing.Point(120, 140);
- this.txtName.Name = "txtName";
- this.txtName.Size = new System.Drawing.Size(380, 25);
- this.txtName.TabIndex = 1;
- //
- // labelLastname
- //
- this.labelLastname.AutoSize = true;
- this.labelLastname.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.labelLastname.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.labelLastname.Location = new System.Drawing.Point(40, 180);
- this.labelLastname.Name = "labelLastname";
- this.labelLastname.Size = new System.Drawing.Size(61, 15);
- this.labelLastname.TabIndex = 14;
- this.labelLastname.Text = "Фамилия:";
- //
- // txtLastname
- //
- this.txtLastname.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.txtLastname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtLastname.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.txtLastname.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.txtLastname.Location = new System.Drawing.Point(120, 175);
- this.txtLastname.Name = "txtLastname";
- this.txtLastname.Size = new System.Drawing.Size(380, 25);
- this.txtLastname.TabIndex = 2;
- //
- // labelPhone
- //
- this.labelPhone.AutoSize = true;
- this.labelPhone.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.labelPhone.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.labelPhone.Location = new System.Drawing.Point(40, 215);
- this.labelPhone.Name = "labelPhone";
- this.labelPhone.Size = new System.Drawing.Size(58, 15);
- this.labelPhone.TabIndex = 13;
- this.labelPhone.Text = "Телефон:";
- //
- // txtPhone
- //
- this.txtPhone.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.txtPhone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtPhone.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.txtPhone.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.txtPhone.Location = new System.Drawing.Point(120, 210);
- this.txtPhone.Name = "txtPhone";
- this.txtPhone.Size = new System.Drawing.Size(380, 25);
- this.txtPhone.TabIndex = 3;
- //
- // labelEmail
- //
- this.labelEmail.AutoSize = true;
- this.labelEmail.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.labelEmail.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.labelEmail.Location = new System.Drawing.Point(40, 250);
- this.labelEmail.Name = "labelEmail";
- this.labelEmail.Size = new System.Drawing.Size(39, 15);
- this.labelEmail.TabIndex = 12;
- this.labelEmail.Text = "Email:";
- //
- // txtEmail
- //
- this.txtEmail.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.txtEmail.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtEmail.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.txtEmail.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.txtEmail.Location = new System.Drawing.Point(120, 245);
- this.txtEmail.Name = "txtEmail";
- this.txtEmail.Size = new System.Drawing.Size(380, 25);
- this.txtEmail.TabIndex = 4;
- //
- // labelRole
- //
- this.labelRole.AutoSize = true;
- this.labelRole.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.labelRole.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.labelRole.Location = new System.Drawing.Point(40, 285);
- this.labelRole.Name = "labelRole";
- this.labelRole.Size = new System.Drawing.Size(37, 15);
- this.labelRole.TabIndex = 11;
- this.labelRole.Text = "Роль:";
- //
- // comboBoxRole
- //
- this.comboBoxRole.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.comboBoxRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBoxRole.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.comboBoxRole.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.comboBoxRole.FormattingEnabled = true;
- this.comboBoxRole.Items.AddRange(new object[] {
- "reader",
- "employe",
- "admin"});
- this.comboBoxRole.Location = new System.Drawing.Point(120, 280);
- this.comboBoxRole.Name = "comboBoxRole";
- this.comboBoxRole.Size = new System.Drawing.Size(380, 25);
- this.comboBoxRole.TabIndex = 5;
- //
- // labelLibrary
- //
- this.labelLibrary.AutoSize = true;
- this.labelLibrary.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.labelLibrary.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.labelLibrary.Location = new System.Drawing.Point(40, 320);
- this.labelLibrary.Name = "labelLibrary";
- this.labelLibrary.Size = new System.Drawing.Size(75, 15);
- this.labelLibrary.TabIndex = 10;
- this.labelLibrary.Text = "Библиотека:";
- //
- // comboBoxLibrary
- //
- this.comboBoxLibrary.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.comboBoxLibrary.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBoxLibrary.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.comboBoxLibrary.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.comboBoxLibrary.FormattingEnabled = true;
- this.comboBoxLibrary.Location = new System.Drawing.Point(120, 315);
- this.comboBoxLibrary.Name = "comboBoxLibrary";
- this.comboBoxLibrary.Size = new System.Drawing.Size(380, 25);
- this.comboBoxLibrary.TabIndex = 6;
- //
- // checkBoxActive
- //
- this.checkBoxActive.AutoSize = true;
- this.checkBoxActive.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.checkBoxActive.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.checkBoxActive.Location = new System.Drawing.Point(120, 355);
- this.checkBoxActive.Name = "checkBoxActive";
- this.checkBoxActive.Size = new System.Drawing.Size(104, 19);
- this.checkBoxActive.TabIndex = 7;
- this.checkBoxActive.Text = "Билет активен";
- this.checkBoxActive.UseVisualStyleBackColor = true;
- //
- // btnSave
- //
- this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
- this.btnSave.FlatAppearance.BorderSize = 0;
- this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnSave.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
- this.btnSave.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
- this.btnSave.Location = new System.Drawing.Point(187, 462);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(110, 35);
- this.btnSave.TabIndex = 8;
- this.btnSave.Text = "💾 Сохранить";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // btnCancel
- //
- this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
- this.btnCancel.FlatAppearance.BorderSize = 0;
- this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnCancel.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
- this.btnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
- this.btnCancel.Location = new System.Drawing.Point(303, 462);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(110, 35);
- this.btnCancel.TabIndex = 9;
- this.btnCancel.Text = "Отмена";
- this.btnCancel.UseVisualStyleBackColor = false;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // labelNewPassword
- //
- this.labelNewPassword.AutoSize = true;
- this.labelNewPassword.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.labelNewPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.labelNewPassword.Location = new System.Drawing.Point(24, 385);
- this.labelNewPassword.Name = "labelNewPassword";
- this.labelNewPassword.Size = new System.Drawing.Size(91, 15);
- this.labelNewPassword.TabIndex = 18;
- this.labelNewPassword.Text = "Новый пароль:";
- //
- // txtNewPassword
- //
- this.txtNewPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.txtNewPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtNewPassword.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.txtNewPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.txtNewPassword.Location = new System.Drawing.Point(120, 381);
- this.txtNewPassword.Name = "txtNewPassword";
- this.txtNewPassword.PasswordChar = '*';
- this.txtNewPassword.Size = new System.Drawing.Size(380, 25);
- this.txtNewPassword.TabIndex = 8;
- //
- // labelConfirmPassword
- //
- this.labelConfirmPassword.AutoSize = true;
- this.labelConfirmPassword.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.labelConfirmPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.labelConfirmPassword.Location = new System.Drawing.Point(18, 419);
- this.labelConfirmPassword.Name = "labelConfirmPassword";
- this.labelConfirmPassword.Size = new System.Drawing.Size(97, 15);
- this.labelConfirmPassword.TabIndex = 17;
- this.labelConfirmPassword.Text = "Подтверждение:";
- this.labelConfirmPassword.Click += new System.EventHandler(this.labelConfirmPassword_Click);
- //
- // txtConfirmPassword
- //
- this.txtConfirmPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.txtConfirmPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtConfirmPassword.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.txtConfirmPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.txtConfirmPassword.Location = new System.Drawing.Point(120, 415);
- this.txtConfirmPassword.Name = "txtConfirmPassword";
- this.txtConfirmPassword.PasswordChar = '*';
- this.txtConfirmPassword.Size = new System.Drawing.Size(380, 25);
- this.txtConfirmPassword.TabIndex = 9;
- //
- // AdminUserEditForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
- this.ClientSize = new System.Drawing.Size(550, 578);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.checkBoxActive);
- this.Controls.Add(this.comboBoxLibrary);
- this.Controls.Add(this.labelLibrary);
- this.Controls.Add(this.comboBoxRole);
- this.Controls.Add(this.labelRole);
- this.Controls.Add(this.txtEmail);
- this.Controls.Add(this.labelEmail);
- this.Controls.Add(this.txtPhone);
- this.Controls.Add(this.labelPhone);
- this.Controls.Add(this.txtLastname);
- this.Controls.Add(this.labelLastname);
- this.Controls.Add(this.txtName);
- this.Controls.Add(this.labelName);
- this.Controls.Add(this.txtUserId);
- this.Controls.Add(this.labelUserId);
- this.Controls.Add(this.labelConfirmPassword);
- this.Controls.Add(this.txtConfirmPassword);
- this.Controls.Add(this.labelNewPassword);
- this.Controls.Add(this.txtNewPassword);
- this.Controls.Add(this.headerPanel);
- this.Controls.Add(this.labelTitle);
- this.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.Name = "AdminUserEditForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "Редактирование пользователя";
- this.Load += new System.EventHandler(this.AdminUserEditForm_Load);
- this.headerPanel.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBoxHeader)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- }
- }
|