namespace VEPROMS { partial class dlgManageSecurity { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.tcSecurity = new System.Windows.Forms.TabControl(); this.tpManageFolders = new System.Windows.Forms.TabPage(); this.label6 = new System.Windows.Forms.Label(); this.tvFolders = new System.Windows.Forms.TreeView(); this.cmFolders = new System.Windows.Forms.ContextMenuStrip(this.components); this.createSetAdministratorGroupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.createWriterGroupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.createROEToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.createReviewerGroupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tpManageGroups = new System.Windows.Forms.TabPage(); this.btnAddMember = new System.Windows.Forms.Button(); this.btnRemoveMember = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.lbNonMembers = new System.Windows.Forms.Label(); this.btnDeleteGroup = new System.Windows.Forms.Button(); this.cbGroupSelection = new System.Windows.Forms.ComboBox(); this.lstNonMembers = new System.Windows.Forms.ListBox(); this.pnlMembers = new System.Windows.Forms.Panel(); this.lstMembers = new System.Windows.Forms.ListBox(); this.lblMembers = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.tpManageUsers = new System.Windows.Forms.TabPage(); this.lblUserGroups = new System.Windows.Forms.Label(); this.lstGroups = new System.Windows.Forms.ListBox(); this.lstUsers = new System.Windows.Forms.ListBox(); this.lblUsers = new System.Windows.Forms.Label(); this.tpDefault = new System.Windows.Forms.TabPage(); this.label8 = new System.Windows.Forms.Label(); this.pnlGroups = new System.Windows.Forms.Panel(); this.cmMembers = new System.Windows.Forms.ContextMenuStrip(this.components); this.removeMemberToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cmUsers = new System.Windows.Forms.ContextMenuStrip(this.components); this.addUserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editUserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deleteUserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tt = new System.Windows.Forms.ToolTip(this.components); this.tcSecurity.SuspendLayout(); this.tpManageFolders.SuspendLayout(); this.cmFolders.SuspendLayout(); this.tpManageGroups.SuspendLayout(); this.pnlMembers.SuspendLayout(); this.tpManageUsers.SuspendLayout(); this.tpDefault.SuspendLayout(); this.cmUsers.SuspendLayout(); this.SuspendLayout(); // // tcSecurity // this.tcSecurity.Controls.Add(this.tpManageFolders); this.tcSecurity.Controls.Add(this.tpManageGroups); this.tcSecurity.Controls.Add(this.tpManageUsers); this.tcSecurity.Controls.Add(this.tpDefault); this.tcSecurity.Dock = System.Windows.Forms.DockStyle.Fill; this.tcSecurity.Location = new System.Drawing.Point(0, 0); this.tcSecurity.Name = "tcSecurity"; this.tcSecurity.SelectedIndex = 0; this.tcSecurity.Size = new System.Drawing.Size(784, 564); this.tcSecurity.TabIndex = 0; this.tcSecurity.SelectedIndexChanged += new System.EventHandler(this.changedTab); // // tpManageFolders // this.tpManageFolders.BackColor = System.Drawing.SystemColors.ButtonFace; this.tpManageFolders.Controls.Add(this.label6); this.tpManageFolders.Controls.Add(this.tvFolders); this.tpManageFolders.Location = new System.Drawing.Point(4, 22); this.tpManageFolders.Name = "tpManageFolders"; this.tpManageFolders.Padding = new System.Windows.Forms.Padding(3); this.tpManageFolders.Size = new System.Drawing.Size(776, 538); this.tpManageFolders.TabIndex = 2; this.tpManageFolders.Text = "Manage Folders / Add Groups"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(8, 5); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(55, 15); this.label6.TabIndex = 7; this.label6.Text = "Folders"; // // tvFolders // this.tvFolders.ContextMenuStrip = this.cmFolders; this.tvFolders.Dock = System.Windows.Forms.DockStyle.Bottom; this.tvFolders.HideSelection = false; this.tvFolders.Location = new System.Drawing.Point(3, 32); this.tvFolders.Name = "tvFolders"; this.tvFolders.Size = new System.Drawing.Size(770, 503); this.tvFolders.TabIndex = 6; this.tvFolders.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvFolders_NodeMouseClick); // // cmFolders // this.cmFolders.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.createSetAdministratorGroupToolStripMenuItem, this.createWriterGroupToolStripMenuItem, this.createROEToolStripMenuItem, this.createReviewerGroupToolStripMenuItem}); this.cmFolders.Name = "cmFolders"; this.cmFolders.Size = new System.Drawing.Size(249, 92); // // createSetAdministratorGroupToolStripMenuItem // this.createSetAdministratorGroupToolStripMenuItem.Name = "createSetAdministratorGroupToolStripMenuItem"; this.createSetAdministratorGroupToolStripMenuItem.Size = new System.Drawing.Size(248, 22); this.createSetAdministratorGroupToolStripMenuItem.Text = "Create a Set Administrator Group"; this.createSetAdministratorGroupToolStripMenuItem.Click += new System.EventHandler(this.createGroupMenuItem); // // createWriterGroupToolStripMenuItem // this.createWriterGroupToolStripMenuItem.Name = "createWriterGroupToolStripMenuItem"; this.createWriterGroupToolStripMenuItem.Size = new System.Drawing.Size(248, 22); this.createWriterGroupToolStripMenuItem.Text = "Create a Writer Group"; this.createWriterGroupToolStripMenuItem.Click += new System.EventHandler(this.createGroupMenuItem); // // createROEToolStripMenuItem // this.createROEToolStripMenuItem.Name = "createROEToolStripMenuItem"; this.createROEToolStripMenuItem.Size = new System.Drawing.Size(248, 22); this.createROEToolStripMenuItem.Text = "Create a RO Editor Group"; this.createROEToolStripMenuItem.Click += new System.EventHandler(this.createGroupMenuItem); // // createReviewerGroupToolStripMenuItem // this.createReviewerGroupToolStripMenuItem.Name = "createReviewerGroupToolStripMenuItem"; this.createReviewerGroupToolStripMenuItem.Size = new System.Drawing.Size(248, 22); this.createReviewerGroupToolStripMenuItem.Text = "Create a Reviewer Group"; this.createReviewerGroupToolStripMenuItem.Click += new System.EventHandler(this.createGroupMenuItem); // // tpManageGroups // this.tpManageGroups.Controls.Add(this.btnAddMember); this.tpManageGroups.Controls.Add(this.btnRemoveMember); this.tpManageGroups.Controls.Add(this.label1); this.tpManageGroups.Controls.Add(this.lbNonMembers); this.tpManageGroups.Controls.Add(this.btnDeleteGroup); this.tpManageGroups.Controls.Add(this.cbGroupSelection); this.tpManageGroups.Controls.Add(this.lstNonMembers); this.tpManageGroups.Controls.Add(this.pnlMembers); this.tpManageGroups.Controls.Add(this.label3); this.tpManageGroups.Location = new System.Drawing.Point(4, 22); this.tpManageGroups.Name = "tpManageGroups"; this.tpManageGroups.Padding = new System.Windows.Forms.Padding(3); this.tpManageGroups.Size = new System.Drawing.Size(776, 538); this.tpManageGroups.TabIndex = 3; this.tpManageGroups.Text = "Manage Groups"; this.tpManageGroups.UseVisualStyleBackColor = true; // // btnAddMember // this.btnAddMember.Location = new System.Drawing.Point(337, 190); this.btnAddMember.Name = "btnAddMember"; this.btnAddMember.Size = new System.Drawing.Size(36, 29); this.btnAddMember.TabIndex = 19; this.btnAddMember.Text = "<<"; this.tt.SetToolTip(this.btnAddMember, "Add User as Members of Group"); this.btnAddMember.UseVisualStyleBackColor = true; this.btnAddMember.Click += new System.EventHandler(this.addMember_Click); // // btnRemoveMember // this.btnRemoveMember.Location = new System.Drawing.Point(337, 254); this.btnRemoveMember.Name = "btnRemoveMember"; this.btnRemoveMember.Size = new System.Drawing.Size(36, 29); this.btnRemoveMember.TabIndex = 18; this.btnRemoveMember.Text = ">>"; this.tt.SetToolTip(this.btnRemoveMember, "Remove User From Group"); this.btnRemoveMember.UseVisualStyleBackColor = true; this.btnRemoveMember.Click += new System.EventHandler(this.removeMember_Click); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(386, 42); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(97, 15); this.label1.TabIndex = 17; this.label1.Text = "Non Members"; // // lbNonMembers // this.lbNonMembers.AutoSize = true; this.lbNonMembers.Location = new System.Drawing.Point(386, 42); this.lbNonMembers.Name = "lbNonMembers"; this.lbNonMembers.Size = new System.Drawing.Size(73, 13); this.lbNonMembers.TabIndex = 17; this.lbNonMembers.Text = "Non Members"; // // btnDeleteGroup // this.btnDeleteGroup.ForeColor = System.Drawing.Color.Red; this.btnDeleteGroup.Location = new System.Drawing.Point(668, 12); this.btnDeleteGroup.Name = "btnDeleteGroup"; this.btnDeleteGroup.Size = new System.Drawing.Size(89, 23); this.btnDeleteGroup.TabIndex = 16; this.btnDeleteGroup.Text = "Delete Group"; this.btnDeleteGroup.UseVisualStyleBackColor = true; this.btnDeleteGroup.Click += new System.EventHandler(this.deleteGroup_Click); // // cbGroupSelection // this.cbGroupSelection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbGroupSelection.FormattingEnabled = true; this.cbGroupSelection.Location = new System.Drawing.Point(50, 9); this.cbGroupSelection.Name = "cbGroupSelection"; this.cbGroupSelection.Size = new System.Drawing.Size(272, 21); this.cbGroupSelection.TabIndex = 15; this.cbGroupSelection.SelectedIndexChanged += new System.EventHandler(this.cbGroupSelection_SelectedIndexChanged); // // lstNonMembers // this.lstNonMembers.FormattingEnabled = true; this.lstNonMembers.Location = new System.Drawing.Point(389, 61); this.lstNonMembers.Name = "lstNonMembers"; this.lstNonMembers.Size = new System.Drawing.Size(316, 472); this.lstNonMembers.TabIndex = 14; // // pnlMembers // this.pnlMembers.Controls.Add(this.lstMembers); this.pnlMembers.Controls.Add(this.lblMembers); this.pnlMembers.Location = new System.Drawing.Point(6, 42); this.pnlMembers.Name = "pnlMembers"; this.pnlMembers.Size = new System.Drawing.Size(316, 493); this.pnlMembers.TabIndex = 13; // // lstMembers // this.lstMembers.Dock = System.Windows.Forms.DockStyle.Fill; this.lstMembers.FormattingEnabled = true; this.lstMembers.Location = new System.Drawing.Point(0, 19); this.lstMembers.Name = "lstMembers"; this.lstMembers.Size = new System.Drawing.Size(316, 474); this.lstMembers.TabIndex = 10; // // lblMembers // this.lblMembers.Dock = System.Windows.Forms.DockStyle.Top; this.lblMembers.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblMembers.Location = new System.Drawing.Point(0, 0); this.lblMembers.Name = "lblMembers"; this.lblMembers.Size = new System.Drawing.Size(316, 19); this.lblMembers.TabIndex = 2; this.lblMembers.Text = "Selected Group Users"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 12); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(39, 13); this.label3.TabIndex = 3; this.label3.Text = "Group:"; // // tpManageUsers // this.tpManageUsers.Controls.Add(this.lblUserGroups); this.tpManageUsers.Controls.Add(this.lstGroups); this.tpManageUsers.Controls.Add(this.lstUsers); this.tpManageUsers.Controls.Add(this.lblUsers); this.tpManageUsers.Location = new System.Drawing.Point(4, 22); this.tpManageUsers.Name = "tpManageUsers"; this.tpManageUsers.Size = new System.Drawing.Size(776, 538); this.tpManageUsers.TabIndex = 4; this.tpManageUsers.Text = "Manage Users"; this.tpManageUsers.UseVisualStyleBackColor = true; // // lblUserGroups // this.lblUserGroups.AutoSize = true; this.lblUserGroups.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblUserGroups.Location = new System.Drawing.Point(268, 11); this.lblUserGroups.Name = "lblUserGroups"; this.lblUserGroups.Size = new System.Drawing.Size(225, 15); this.lblUserGroups.TabIndex = 9; this.lblUserGroups.Text = "Groups That User Is a Member Of:"; // // lstGroups // this.lstGroups.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.lstGroups.FormattingEnabled = true; this.lstGroups.Location = new System.Drawing.Point(271, 36); this.lstGroups.Name = "lstGroups"; this.lstGroups.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.lstGroups.Size = new System.Drawing.Size(502, 498); this.lstGroups.TabIndex = 8; this.lstGroups.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lstGroups_MouseUp); // // lstUsers // this.lstUsers.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.lstUsers.FormattingEnabled = true; this.lstUsers.Location = new System.Drawing.Point(8, 36); this.lstUsers.Name = "lstUsers"; this.lstUsers.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.lstUsers.Size = new System.Drawing.Size(217, 498); this.lstUsers.TabIndex = 7; this.lstUsers.SelectedIndexChanged += new System.EventHandler(this.lstUsers_SelectedIndexChanged); this.lstUsers.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lstUsers_MouseUp); // // lblUsers // this.lblUsers.AutoSize = true; this.lblUsers.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblUsers.Location = new System.Drawing.Point(8, 11); this.lblUsers.Name = "lblUsers"; this.lblUsers.Size = new System.Drawing.Size(44, 15); this.lblUsers.TabIndex = 6; this.lblUsers.Text = "Users"; // // tpDefault // this.tpDefault.BackColor = System.Drawing.SystemColors.ButtonFace; this.tpDefault.Controls.Add(this.label8); this.tpDefault.Controls.Add(this.pnlGroups); this.tpDefault.Location = new System.Drawing.Point(4, 22); this.tpDefault.Name = "tpDefault"; this.tpDefault.Padding = new System.Windows.Forms.Padding(3); this.tpDefault.Size = new System.Drawing.Size(776, 538); this.tpDefault.TabIndex = 0; this.tpDefault.Text = "Default Group"; // // label8 // this.label8.Location = new System.Drawing.Point(308, 6); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(460, 172); this.label8.TabIndex = 5; this.label8.Text = "label8"; // // pnlGroups // this.pnlGroups.AutoScroll = true; this.pnlGroups.Location = new System.Drawing.Point(3, 6); this.pnlGroups.Name = "pnlGroups"; this.pnlGroups.Size = new System.Drawing.Size(299, 526); this.pnlGroups.TabIndex = 4; // // cmMembers // this.cmMembers.Name = "cmGroupMembers"; this.cmMembers.Size = new System.Drawing.Size(61, 4); // // removeMemberToolStripMenuItem // this.removeMemberToolStripMenuItem.Name = "removeMemberToolStripMenuItem"; this.removeMemberToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.removeMemberToolStripMenuItem.Text = "Remove Member"; this.removeMemberToolStripMenuItem.Click += new System.EventHandler(this.removeMemberToolStripMenuItem_Click); // // cmUsers // this.cmUsers.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addUserToolStripMenuItem, this.editUserToolStripMenuItem, this.deleteUserToolStripMenuItem}); this.cmUsers.Name = "cmUsers"; this.cmUsers.Size = new System.Drawing.Size(145, 92); // // addUserToolStripMenuItem // this.addUserToolStripMenuItem.Name = "addUserToolStripMenuItem"; this.addUserToolStripMenuItem.Size = new System.Drawing.Size(144, 22); this.addUserToolStripMenuItem.Text = "Add User"; this.addUserToolStripMenuItem.Click += new System.EventHandler(this.addUserToolStripMenuItem_Click); // // editUserToolStripMenuItem // this.editUserToolStripMenuItem.Name = "editUserToolStripMenuItem"; this.editUserToolStripMenuItem.Size = new System.Drawing.Size(144, 22); this.editUserToolStripMenuItem.Text = "Edit User"; this.editUserToolStripMenuItem.Click += new System.EventHandler(this.editUserToolStripMenuItem_Click); // // deleteUserToolStripMenuItem // this.deleteUserToolStripMenuItem.Name = "deleteUserToolStripMenuItem"; this.deleteUserToolStripMenuItem.Size = new System.Drawing.Size(144, 22); this.deleteUserToolStripMenuItem.Text = "Delete User"; this.deleteUserToolStripMenuItem.Click += new System.EventHandler(this.deleteUserToolStripMenuItem_Click); // // dlgManageSecurity // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(784, 564); this.Controls.Add(this.tcSecurity); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "dlgManageSecurity"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Manage Security"; this.Load += new System.EventHandler(this.dlgManageSecurity_Load); this.tcSecurity.ResumeLayout(false); this.tpManageFolders.ResumeLayout(false); this.tpManageFolders.PerformLayout(); this.cmFolders.ResumeLayout(false); this.tpManageGroups.ResumeLayout(false); this.tpManageGroups.PerformLayout(); this.pnlMembers.ResumeLayout(false); this.tpManageUsers.ResumeLayout(false); this.tpManageUsers.PerformLayout(); this.tpDefault.ResumeLayout(false); this.cmUsers.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tcSecurity; private System.Windows.Forms.TabPage tpDefault; private System.Windows.Forms.TabPage tpManageFolders; private System.Windows.Forms.ContextMenuStrip cmUsers; private System.Windows.Forms.ToolStripMenuItem addUserToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem editUserToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem deleteUserToolStripMenuItem; private System.Windows.Forms.ContextMenuStrip cmMembers; private System.Windows.Forms.ToolStripMenuItem removeMemberToolStripMenuItem; private System.Windows.Forms.Label label6; private System.Windows.Forms.TreeView tvFolders; private System.Windows.Forms.ContextMenuStrip cmFolders; private System.Windows.Forms.ToolStripMenuItem createSetAdministratorGroupToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem createWriterGroupToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem createROEToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem createReviewerGroupToolStripMenuItem; private System.Windows.Forms.Panel pnlGroups; private System.Windows.Forms.Label label8; private System.Windows.Forms.TabPage tpManageGroups; private System.Windows.Forms.TabPage tpManageUsers; private System.Windows.Forms.Panel pnlMembers; private System.Windows.Forms.ListBox lstMembers; private System.Windows.Forms.Label lblMembers; private System.Windows.Forms.ListBox lstUsers; private System.Windows.Forms.Label lblUsers; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox cbGroupSelection; private System.Windows.Forms.ListBox lstNonMembers; private System.Windows.Forms.Button btnDeleteGroup; private System.Windows.Forms.Label lbNonMembers; private System.Windows.Forms.ListBox lstGroups; private System.Windows.Forms.Button btnAddMember; private System.Windows.Forms.Button btnRemoveMember; private System.Windows.Forms.ToolTip tt; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lblUserGroups; } }