403 lines
25 KiB
C#
403 lines
25 KiB
C#
namespace UserPermissionTest_CS_WinForms
|
|
{
|
|
partial class UserSettings
|
|
{
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
private void InitializeComponent()
|
|
{
|
|
this.pnlHeader = new System.Windows.Forms.Panel();
|
|
this.lblTitle = new System.Windows.Forms.Label();
|
|
this.lblSubtitle = new System.Windows.Forms.Label();
|
|
this.splitContainer = new System.Windows.Forms.SplitContainer();
|
|
this.btnDeleteUser = new System.Windows.Forms.Button();
|
|
this.btnAddUser = new System.Windows.Forms.Button();
|
|
this.lstUsers = new System.Windows.Forms.ListBox();
|
|
this.lblUsersList = new System.Windows.Forms.Label();
|
|
this.grpPermissions = new System.Windows.Forms.GroupBox();
|
|
this.btnAddNewPermission = new System.Windows.Forms.Button();
|
|
this.txtNewPermission = new System.Windows.Forms.TextBox();
|
|
this.lblNewPermission = new System.Windows.Forms.Label();
|
|
this.chkPermissions = new System.Windows.Forms.CheckedListBox();
|
|
this.btnSaveUser = new System.Windows.Forms.Button();
|
|
this.txtPassword = new System.Windows.Forms.TextBox();
|
|
this.btnTogglePassword = new System.Windows.Forms.Button();
|
|
this.lblPassword = new System.Windows.Forms.Label();
|
|
this.txtFullName = new System.Windows.Forms.TextBox();
|
|
this.lblFullName = new System.Windows.Forms.Label();
|
|
this.txtUsername = new System.Windows.Forms.TextBox();
|
|
this.lblUsername = new System.Windows.Forms.Label();
|
|
this.lblDetailsHeader = new System.Windows.Forms.Label();
|
|
this.pnlHeader.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
|
this.splitContainer.Panel1.SuspendLayout();
|
|
this.splitContainer.Panel2.SuspendLayout();
|
|
this.splitContainer.SuspendLayout();
|
|
this.grpPermissions.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// pnlHeader
|
|
//
|
|
this.pnlHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(41)))), ((int)(((byte)(59)))));
|
|
this.pnlHeader.Controls.Add(this.lblTitle);
|
|
this.pnlHeader.Controls.Add(this.lblSubtitle);
|
|
this.pnlHeader.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pnlHeader.Location = new System.Drawing.Point(0, 0);
|
|
this.pnlHeader.Name = "pnlHeader";
|
|
this.pnlHeader.Size = new System.Drawing.Size(834, 80);
|
|
this.pnlHeader.TabIndex = 0;
|
|
//
|
|
// lblTitle
|
|
//
|
|
this.lblTitle.AutoSize = true;
|
|
this.lblTitle.Font = new System.Drawing.Font("Segoe UI Semibold", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblTitle.ForeColor = System.Drawing.Color.White;
|
|
this.lblTitle.Location = new System.Drawing.Point(20, 15);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(262, 30);
|
|
this.lblTitle.TabIndex = 0;
|
|
this.lblTitle.Text = "UserSettings && Directory";
|
|
//
|
|
// lblSubtitle
|
|
//
|
|
this.lblSubtitle.AutoSize = true;
|
|
this.lblSubtitle.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblSubtitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(148)))), ((int)(((byte)(163)))), ((int)(((byte)(184)))));
|
|
this.lblSubtitle.Location = new System.Drawing.Point(22, 45);
|
|
this.lblSubtitle.Name = "lblSubtitle";
|
|
this.lblSubtitle.Size = new System.Drawing.Size(325, 15);
|
|
this.lblSubtitle.TabIndex = 1;
|
|
this.lblSubtitle.Text = "Manage user credentials, personal details, and security roles.";
|
|
//
|
|
// splitContainer
|
|
//
|
|
this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer.Location = new System.Drawing.Point(0, 80);
|
|
this.splitContainer.Name = "splitContainer";
|
|
//
|
|
// splitContainer.Panel1
|
|
//
|
|
this.splitContainer.Panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(250)))), ((int)(((byte)(252)))));
|
|
this.splitContainer.Panel1.Controls.Add(this.btnDeleteUser);
|
|
this.splitContainer.Panel1.Controls.Add(this.btnAddUser);
|
|
this.splitContainer.Panel1.Controls.Add(this.lstUsers);
|
|
this.splitContainer.Panel1.Controls.Add(this.lblUsersList);
|
|
this.splitContainer.Panel1.Padding = new System.Windows.Forms.Padding(15);
|
|
//
|
|
// splitContainer.Panel2
|
|
//
|
|
this.splitContainer.Panel2.BackColor = System.Drawing.Color.White;
|
|
this.splitContainer.Panel2.Controls.Add(this.grpPermissions);
|
|
this.splitContainer.Panel2.Controls.Add(this.btnSaveUser);
|
|
this.splitContainer.Panel2.Controls.Add(this.txtPassword);
|
|
this.splitContainer.Panel2.Controls.Add(this.btnTogglePassword);
|
|
this.splitContainer.Panel2.Controls.Add(this.lblPassword);
|
|
this.splitContainer.Panel2.Controls.Add(this.txtFullName);
|
|
this.splitContainer.Panel2.Controls.Add(this.lblFullName);
|
|
this.splitContainer.Panel2.Controls.Add(this.txtUsername);
|
|
this.splitContainer.Panel2.Controls.Add(this.lblUsername);
|
|
this.splitContainer.Panel2.Controls.Add(this.lblDetailsHeader);
|
|
this.splitContainer.Panel2.Padding = new System.Windows.Forms.Padding(20);
|
|
this.splitContainer.Size = new System.Drawing.Size(834, 461);
|
|
this.splitContainer.SplitterDistance = 250;
|
|
this.splitContainer.TabIndex = 1;
|
|
//
|
|
// btnDeleteUser
|
|
//
|
|
this.btnDeleteUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
|
|
this.btnDeleteUser.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnDeleteUser.FlatAppearance.BorderSize = 0;
|
|
this.btnDeleteUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnDeleteUser.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnDeleteUser.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
|
|
this.btnDeleteUser.Location = new System.Drawing.Point(130, 410);
|
|
this.btnDeleteUser.Name = "btnDeleteUser";
|
|
this.btnDeleteUser.Size = new System.Drawing.Size(105, 36);
|
|
this.btnDeleteUser.TabIndex = 3;
|
|
this.btnDeleteUser.Text = "Delete User";
|
|
this.btnDeleteUser.UseVisualStyleBackColor = false;
|
|
this.btnDeleteUser.Click += new System.EventHandler(this.btnDeleteUser_Click);
|
|
//
|
|
// btnAddUser
|
|
//
|
|
this.btnAddUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(102)))), ((int)(((byte)(241)))));
|
|
this.btnAddUser.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnAddUser.FlatAppearance.BorderSize = 0;
|
|
this.btnAddUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnAddUser.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnAddUser.ForeColor = System.Drawing.Color.White;
|
|
this.btnAddUser.Location = new System.Drawing.Point(15, 410);
|
|
this.btnAddUser.Name = "btnAddUser";
|
|
this.btnAddUser.Size = new System.Drawing.Size(105, 36);
|
|
this.btnAddUser.TabIndex = 2;
|
|
this.btnAddUser.Text = "+ Add User";
|
|
this.btnAddUser.UseVisualStyleBackColor = false;
|
|
this.btnAddUser.Click += new System.EventHandler(this.btnAddUser_Click);
|
|
//
|
|
// lstUsers
|
|
//
|
|
this.lstUsers.BackColor = System.Drawing.Color.White;
|
|
this.lstUsers.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lstUsers.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lstUsers.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(23)))), ((int)(((byte)(42)))));
|
|
this.lstUsers.FormattingEnabled = true;
|
|
this.lstUsers.ItemHeight = 17;
|
|
this.lstUsers.Location = new System.Drawing.Point(15, 40);
|
|
this.lstUsers.Name = "lstUsers";
|
|
this.lstUsers.Size = new System.Drawing.Size(220, 359);
|
|
this.lstUsers.TabIndex = 1;
|
|
this.lstUsers.SelectedIndexChanged += new System.EventHandler(this.lstUsers_SelectedIndexChanged);
|
|
//
|
|
// lblUsersList
|
|
//
|
|
this.lblUsersList.AutoSize = true;
|
|
this.lblUsersList.Font = new System.Drawing.Font("Segoe UI Semibold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblUsersList.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(65)))), ((int)(((byte)(85)))));
|
|
this.lblUsersList.Location = new System.Drawing.Point(15, 12);
|
|
this.lblUsersList.Name = "lblUsersList";
|
|
this.lblUsersList.Size = new System.Drawing.Size(114, 20);
|
|
this.lblUsersList.TabIndex = 0;
|
|
this.lblUsersList.Text = "Users Directory";
|
|
//
|
|
// grpPermissions
|
|
//
|
|
this.grpPermissions.Controls.Add(this.btnAddNewPermission);
|
|
this.grpPermissions.Controls.Add(this.txtNewPermission);
|
|
this.grpPermissions.Controls.Add(this.lblNewPermission);
|
|
this.grpPermissions.Controls.Add(this.chkPermissions);
|
|
this.grpPermissions.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.grpPermissions.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(65)))), ((int)(((byte)(85)))));
|
|
this.grpPermissions.Location = new System.Drawing.Point(240, 50);
|
|
this.grpPermissions.Name = "grpPermissions";
|
|
this.grpPermissions.Size = new System.Drawing.Size(320, 335);
|
|
this.grpPermissions.TabIndex = 8;
|
|
this.grpPermissions.TabStop = false;
|
|
this.grpPermissions.Text = "User Permissions";
|
|
//
|
|
// btnAddNewPermission
|
|
//
|
|
this.btnAddNewPermission.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(245)))), ((int)(((byte)(249)))));
|
|
this.btnAddNewPermission.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnAddNewPermission.FlatAppearance.BorderSize = 0;
|
|
this.btnAddNewPermission.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnAddNewPermission.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnAddNewPermission.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(85)))), ((int)(((byte)(105)))));
|
|
this.btnAddNewPermission.Location = new System.Drawing.Point(240, 292);
|
|
this.btnAddNewPermission.Name = "btnAddNewPermission";
|
|
this.btnAddNewPermission.Size = new System.Drawing.Size(65, 27);
|
|
this.btnAddNewPermission.TabIndex = 3;
|
|
this.btnAddNewPermission.Text = "Add";
|
|
this.btnAddNewPermission.UseVisualStyleBackColor = false;
|
|
this.btnAddNewPermission.Click += new System.EventHandler(this.btnAddNewPermission_Click);
|
|
//
|
|
// txtNewPermission
|
|
//
|
|
this.txtNewPermission.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(250)))), ((int)(((byte)(252)))));
|
|
this.txtNewPermission.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txtNewPermission.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(23)))), ((int)(((byte)(42)))));
|
|
this.txtNewPermission.Location = new System.Drawing.Point(15, 293);
|
|
this.txtNewPermission.Name = "txtNewPermission";
|
|
this.txtNewPermission.Size = new System.Drawing.Size(220, 25);
|
|
this.txtNewPermission.TabIndex = 2;
|
|
//
|
|
// lblNewPermission
|
|
//
|
|
this.lblNewPermission.AutoSize = true;
|
|
this.lblNewPermission.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblNewPermission.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(116)))), ((int)(((byte)(139)))));
|
|
this.lblNewPermission.Location = new System.Drawing.Point(15, 275);
|
|
this.lblNewPermission.Name = "lblNewPermission";
|
|
this.lblNewPermission.Size = new System.Drawing.Size(127, 13);
|
|
this.lblNewPermission.TabIndex = 1;
|
|
this.lblNewPermission.Text = "Define New Permission:";
|
|
//
|
|
// chkPermissions
|
|
//
|
|
this.chkPermissions.BackColor = System.Drawing.Color.White;
|
|
this.chkPermissions.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.chkPermissions.CheckOnClick = true;
|
|
this.chkPermissions.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.chkPermissions.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(23)))), ((int)(((byte)(42)))));
|
|
this.chkPermissions.FormattingEnabled = true;
|
|
this.chkPermissions.Location = new System.Drawing.Point(15, 25);
|
|
this.chkPermissions.Name = "chkPermissions";
|
|
this.chkPermissions.Size = new System.Drawing.Size(290, 240);
|
|
this.chkPermissions.TabIndex = 0;
|
|
//
|
|
// btnSaveUser
|
|
//
|
|
this.btnSaveUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(185)))), ((int)(((byte)(129)))));
|
|
this.btnSaveUser.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnSaveUser.FlatAppearance.BorderSize = 0;
|
|
this.btnSaveUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnSaveUser.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnSaveUser.ForeColor = System.Drawing.Color.White;
|
|
this.btnSaveUser.Location = new System.Drawing.Point(20, 395);
|
|
this.btnSaveUser.Name = "btnSaveUser";
|
|
this.btnSaveUser.Size = new System.Drawing.Size(540, 40);
|
|
this.btnSaveUser.TabIndex = 7;
|
|
this.btnSaveUser.Text = "Save Profile Changes";
|
|
this.btnSaveUser.UseVisualStyleBackColor = false;
|
|
this.btnSaveUser.Click += new System.EventHandler(this.btnSaveUser_Click);
|
|
//
|
|
// txtPassword
|
|
//
|
|
this.txtPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(250)))), ((int)(((byte)(252)))));
|
|
this.txtPassword.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txtPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(23)))), ((int)(((byte)(42)))));
|
|
this.txtPassword.Location = new System.Drawing.Point(20, 205);
|
|
this.txtPassword.Name = "txtPassword";
|
|
this.txtPassword.PasswordChar = '•';
|
|
this.txtPassword.Size = new System.Drawing.Size(165, 25);
|
|
this.txtPassword.TabIndex = 6;
|
|
//
|
|
// btnTogglePassword
|
|
//
|
|
this.btnTogglePassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(245)))), ((int)(((byte)(249)))));
|
|
this.btnTogglePassword.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnTogglePassword.FlatAppearance.BorderSize = 0;
|
|
this.btnTogglePassword.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnTogglePassword.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnTogglePassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(85)))), ((int)(((byte)(105)))));
|
|
this.btnTogglePassword.Location = new System.Drawing.Point(190, 205);
|
|
this.btnTogglePassword.Name = "btnTogglePassword";
|
|
this.btnTogglePassword.Size = new System.Drawing.Size(30, 25);
|
|
this.btnTogglePassword.TabIndex = 9;
|
|
this.btnTogglePassword.Text = "👁";
|
|
this.btnTogglePassword.UseVisualStyleBackColor = false;
|
|
this.btnTogglePassword.Click += new System.EventHandler(this.btnTogglePassword_Click);
|
|
//
|
|
// lblPassword
|
|
//
|
|
this.lblPassword.AutoSize = true;
|
|
this.lblPassword.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(85)))), ((int)(((byte)(105)))));
|
|
this.lblPassword.Location = new System.Drawing.Point(20, 185);
|
|
this.lblPassword.Name = "lblPassword";
|
|
this.lblPassword.Size = new System.Drawing.Size(66, 17);
|
|
this.lblPassword.TabIndex = 5;
|
|
this.lblPassword.Text = "Password";
|
|
//
|
|
// txtFullName
|
|
//
|
|
this.txtFullName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(250)))), ((int)(((byte)(252)))));
|
|
this.txtFullName.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txtFullName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(23)))), ((int)(((byte)(42)))));
|
|
this.txtFullName.Location = new System.Drawing.Point(20, 145);
|
|
this.txtFullName.Name = "txtFullName";
|
|
this.txtFullName.Size = new System.Drawing.Size(200, 25);
|
|
this.txtFullName.TabIndex = 4;
|
|
//
|
|
// lblFullName
|
|
//
|
|
this.lblFullName.AutoSize = true;
|
|
this.lblFullName.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblFullName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(85)))), ((int)(((byte)(105)))));
|
|
this.lblFullName.Location = new System.Drawing.Point(20, 125);
|
|
this.lblFullName.Name = "lblFullName";
|
|
this.lblFullName.Size = new System.Drawing.Size(69, 17);
|
|
this.lblFullName.TabIndex = 3;
|
|
this.lblFullName.Text = "Full Name";
|
|
//
|
|
// txtUsername
|
|
//
|
|
this.txtUsername.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(250)))), ((int)(((byte)(252)))));
|
|
this.txtUsername.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txtUsername.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(23)))), ((int)(((byte)(42)))));
|
|
this.txtUsername.Location = new System.Drawing.Point(20, 85);
|
|
this.txtUsername.Name = "txtUsername";
|
|
this.txtUsername.Size = new System.Drawing.Size(200, 25);
|
|
this.txtUsername.TabIndex = 2;
|
|
//
|
|
// lblUsername
|
|
//
|
|
this.lblUsername.AutoSize = true;
|
|
this.lblUsername.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblUsername.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(85)))), ((int)(((byte)(105)))));
|
|
this.lblUsername.Location = new System.Drawing.Point(20, 65);
|
|
this.lblUsername.Name = "lblUsername";
|
|
this.lblUsername.Size = new System.Drawing.Size(75, 17);
|
|
this.lblUsername.TabIndex = 1;
|
|
this.lblUsername.Text = "User Name";
|
|
//
|
|
// lblDetailsHeader
|
|
//
|
|
this.lblDetailsHeader.AutoSize = true;
|
|
this.lblDetailsHeader.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblDetailsHeader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(41)))), ((int)(((byte)(59)))));
|
|
this.lblDetailsHeader.Location = new System.Drawing.Point(16, 12);
|
|
this.lblDetailsHeader.Name = "lblDetailsHeader";
|
|
this.lblDetailsHeader.Size = new System.Drawing.Size(150, 21);
|
|
this.lblDetailsHeader.TabIndex = 0;
|
|
this.lblDetailsHeader.Text = "User Profile Details";
|
|
//
|
|
// UserSettings
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.ClientSize = new System.Drawing.Size(834, 541);
|
|
this.Controls.Add(this.splitContainer);
|
|
this.Controls.Add(this.pnlHeader);
|
|
this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "UserSettings";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Directory & Security Manager";
|
|
this.Load += new System.EventHandler(this.UserSettings_Load);
|
|
this.pnlHeader.ResumeLayout(false);
|
|
this.pnlHeader.PerformLayout();
|
|
this.splitContainer.Panel1.ResumeLayout(false);
|
|
this.splitContainer.Panel1.PerformLayout();
|
|
this.splitContainer.Panel2.ResumeLayout(false);
|
|
this.splitContainer.Panel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
|
this.splitContainer.ResumeLayout(false);
|
|
this.grpPermissions.ResumeLayout(false);
|
|
this.grpPermissions.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel pnlHeader;
|
|
private System.Windows.Forms.Label lblTitle;
|
|
private System.Windows.Forms.Label lblSubtitle;
|
|
private System.Windows.Forms.SplitContainer splitContainer;
|
|
private System.Windows.Forms.Label lblUsersList;
|
|
private System.Windows.Forms.ListBox lstUsers;
|
|
private System.Windows.Forms.Button btnDeleteUser;
|
|
private System.Windows.Forms.Button btnAddUser;
|
|
private System.Windows.Forms.Label lblDetailsHeader;
|
|
private System.Windows.Forms.TextBox txtUsername;
|
|
private System.Windows.Forms.Label lblUsername;
|
|
private System.Windows.Forms.TextBox txtPassword;
|
|
private System.Windows.Forms.Label lblPassword;
|
|
private System.Windows.Forms.TextBox txtFullName;
|
|
private System.Windows.Forms.Label lblFullName;
|
|
private System.Windows.Forms.Button btnSaveUser;
|
|
private System.Windows.Forms.GroupBox grpPermissions;
|
|
private System.Windows.Forms.CheckedListBox chkPermissions;
|
|
private System.Windows.Forms.Button btnAddNewPermission;
|
|
private System.Windows.Forms.TextBox txtNewPermission;
|
|
private System.Windows.Forms.Label lblNewPermission;
|
|
private System.Windows.Forms.Button btnTogglePassword;
|
|
}
|
|
}
|