namespace WinApp
{
	partial class frmRoles
	{
		/// 
		/// 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();
			System.Windows.Forms.Label nameLabel;
			System.Windows.Forms.Label titleLabel;
			this.splitContainer1 = new System.Windows.Forms.SplitContainer();
			this.lbRoles = new System.Windows.Forms.ListBox();
			this.roleInfoListBindingSource = new System.Windows.Forms.BindingSource(this.components);
			this.tabControl1 = new System.Windows.Forms.TabControl();
			this.tabPage1 = new System.Windows.Forms.TabPage();
			this.roleAssignmentsDataGridView = new System.Windows.Forms.DataGridView();
			this.StartDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.EndDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.roleAssignmentsBindingSource = new System.Windows.Forms.BindingSource(this.components);
			this.panel3 = new System.Windows.Forms.Panel();
			this.btnRemoveAssign = new System.Windows.Forms.Button();
			this.btnNewAssign = new System.Windows.Forms.Button();
			this.tabPage2 = new System.Windows.Forms.TabPage();
			this.rolePermissionsDataGridView = new System.Windows.Forms.DataGridView();
			this.Pid = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.permADLookupBindingSource = new System.Windows.Forms.BindingSource(this.components);
			this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
			this.dataGridViewCheckBoxColumn4 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
			this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
			this.dataGridViewCheckBoxColumn3 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
			this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.rolePermissionsBindingSource = new System.Windows.Forms.BindingSource(this.components);
			this.roleBindingSource = new System.Windows.Forms.BindingSource(this.components);
			this.panel2 = new System.Windows.Forms.Panel();
			this.button1 = new System.Windows.Forms.Button();
			this.btnNewPermission = new System.Windows.Forms.Button();
			this.panel1 = new System.Windows.Forms.Panel();
			this.nameTextBox = new System.Windows.Forms.TextBox();
			this.ridTextBox = new System.Windows.Forms.TextBox();
			this.titleTextBox = new System.Windows.Forms.TextBox();
			this.btnNew = new System.Windows.Forms.Button();
			this.btnCancel = new System.Windows.Forms.Button();
			this.btnSave = new System.Windows.Forms.Button();
			this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
			nameLabel = new System.Windows.Forms.Label();
			titleLabel = new System.Windows.Forms.Label();
			this.splitContainer1.Panel1.SuspendLayout();
			this.splitContainer1.Panel2.SuspendLayout();
			this.splitContainer1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.roleInfoListBindingSource)).BeginInit();
			this.tabControl1.SuspendLayout();
			this.tabPage1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.roleAssignmentsDataGridView)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.roleAssignmentsBindingSource)).BeginInit();
			this.panel3.SuspendLayout();
			this.tabPage2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.rolePermissionsDataGridView)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.permADLookupBindingSource)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.rolePermissionsBindingSource)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.roleBindingSource)).BeginInit();
			this.panel2.SuspendLayout();
			this.panel1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
			this.SuspendLayout();
			// 
			// nameLabel
			// 
			nameLabel.AutoSize = true;
			nameLabel.Location = new System.Drawing.Point(69, 11);
			nameLabel.Name = "nameLabel";
			nameLabel.Size = new System.Drawing.Size(49, 17);
			nameLabel.TabIndex = 21;
			nameLabel.Text = "Name:";
			// 
			// titleLabel
			// 
			titleLabel.AutoSize = true;
			titleLabel.Location = new System.Drawing.Point(6, 38);
			titleLabel.Name = "titleLabel";
			titleLabel.Size = new System.Drawing.Size(39, 17);
			titleLabel.TabIndex = 24;
			titleLabel.Text = "Title:";
			// 
			// splitContainer1
			// 
			this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer1.Location = new System.Drawing.Point(0, 0);
			this.splitContainer1.Name = "splitContainer1";
			// 
			// splitContainer1.Panel1
			// 
			this.splitContainer1.Panel1.Controls.Add(this.lbRoles);
			// 
			// splitContainer1.Panel2
			// 
			this.splitContainer1.Panel2.AutoScroll = true;
			this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
			this.splitContainer1.Panel2.Controls.Add(this.panel1);
			this.splitContainer1.Size = new System.Drawing.Size(863, 550);
			this.splitContainer1.SplitterDistance = 225;
			this.splitContainer1.TabIndex = 0;
			// 
			// lbRoles
			// 
			this.lbRoles.DataSource = this.roleInfoListBindingSource;
			this.lbRoles.DisplayMember = "Name";
			this.lbRoles.Dock = System.Windows.Forms.DockStyle.Fill;
			this.lbRoles.FormattingEnabled = true;
			this.lbRoles.ItemHeight = 16;
			this.lbRoles.Location = new System.Drawing.Point(0, 0);
			this.lbRoles.Name = "lbRoles";
			this.lbRoles.Size = new System.Drawing.Size(225, 548);
			this.lbRoles.TabIndex = 0;
			this.lbRoles.ValueMember = "Rid";
			this.lbRoles.SelectedValueChanged += new System.EventHandler(this.lbRole_SelectedValueChanged);
			// 
			// roleInfoListBindingSource
			// 
			this.roleInfoListBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.RoleInfo);
			// 
			// tabControl1
			// 
			this.tabControl1.Controls.Add(this.tabPage1);
			this.tabControl1.Controls.Add(this.tabPage2);
			this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tabControl1.Location = new System.Drawing.Point(0, 102);
			this.tabControl1.Name = "tabControl1";
			this.tabControl1.SelectedIndex = 0;
			this.tabControl1.Size = new System.Drawing.Size(634, 448);
			this.tabControl1.TabIndex = 18;
			// 
			// tabPage1
			// 
			this.tabPage1.Controls.Add(this.roleAssignmentsDataGridView);
			this.tabPage1.Controls.Add(this.panel3);
			this.tabPage1.Location = new System.Drawing.Point(4, 25);
			this.tabPage1.Name = "tabPage1";
			this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
			this.tabPage1.Size = new System.Drawing.Size(626, 419);
			this.tabPage1.TabIndex = 0;
			this.tabPage1.Text = "Assignments";
			this.tabPage1.UseVisualStyleBackColor = true;
			// 
			// roleAssignmentsDataGridView
			// 
			this.roleAssignmentsDataGridView.AutoGenerateColumns = false;
			this.roleAssignmentsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.StartDate,
            this.EndDate});
			this.roleAssignmentsDataGridView.DataSource = this.roleAssignmentsBindingSource;
			this.roleAssignmentsDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
			this.roleAssignmentsDataGridView.Location = new System.Drawing.Point(3, 35);
			this.roleAssignmentsDataGridView.Name = "roleAssignmentsDataGridView";
			this.roleAssignmentsDataGridView.RowTemplate.Height = 24;
			this.roleAssignmentsDataGridView.Size = new System.Drawing.Size(620, 381);
			this.roleAssignmentsDataGridView.TabIndex = 18;
			// 
			// StartDate
			// 
			this.StartDate.DataPropertyName = "StartDate";
			this.StartDate.HeaderText = "StartDate";
			this.StartDate.Name = "StartDate";
			// 
			// EndDate
			// 
			this.EndDate.DataPropertyName = "EndDate";
			this.EndDate.HeaderText = "EndDate";
			this.EndDate.Name = "EndDate";
			// 
			// roleAssignmentsBindingSource
			// 
			this.roleAssignmentsBindingSource.CurrentItemChanged += new System.EventHandler(this.CurrentItemChanged);
			// 
			// panel3
			// 
			this.panel3.AutoScroll = true;
			this.panel3.Controls.Add(this.btnRemoveAssign);
			this.panel3.Controls.Add(this.btnNewAssign);
			this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel3.Location = new System.Drawing.Point(3, 3);
			this.panel3.Name = "panel3";
			this.panel3.Size = new System.Drawing.Size(620, 32);
			this.panel3.TabIndex = 19;
			// 
			// btnRemoveAssign
			// 
			this.btnRemoveAssign.AutoSize = true;
			this.btnRemoveAssign.Dock = System.Windows.Forms.DockStyle.Left;
			this.btnRemoveAssign.Location = new System.Drawing.Point(75, 0);
			this.btnRemoveAssign.Name = "btnRemoveAssign";
			this.btnRemoveAssign.Size = new System.Drawing.Size(75, 32);
			this.btnRemoveAssign.TabIndex = 20;
			this.btnRemoveAssign.Text = "Remove";
			this.btnRemoveAssign.UseVisualStyleBackColor = true;
			// 
			// btnNewAssign
			// 
			this.btnNewAssign.AutoSize = true;
			this.btnNewAssign.Dock = System.Windows.Forms.DockStyle.Left;
			this.btnNewAssign.Location = new System.Drawing.Point(0, 0);
			this.btnNewAssign.Name = "btnNewAssign";
			this.btnNewAssign.Size = new System.Drawing.Size(75, 32);
			this.btnNewAssign.TabIndex = 19;
			this.btnNewAssign.Text = "New";
			this.btnNewAssign.UseVisualStyleBackColor = true;
			// 
			// tabPage2
			// 
			this.tabPage2.AutoScroll = true;
			this.tabPage2.Controls.Add(this.rolePermissionsDataGridView);
			this.tabPage2.Controls.Add(this.panel2);
			this.tabPage2.Location = new System.Drawing.Point(4, 25);
			this.tabPage2.Name = "tabPage2";
			this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
			this.tabPage2.Size = new System.Drawing.Size(626, 419);
			this.tabPage2.TabIndex = 1;
			this.tabPage2.Text = "Permissions";
			this.tabPage2.UseVisualStyleBackColor = true;
			// 
			// rolePermissionsDataGridView
			// 
			this.rolePermissionsDataGridView.AutoGenerateColumns = false;
			this.rolePermissionsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Pid,
            this.dataGridViewTextBoxColumn13,
            this.dataGridViewTextBoxColumn19,
            this.dataGridViewTextBoxColumn7,
            this.dataGridViewCheckBoxColumn2,
            this.dataGridViewCheckBoxColumn4,
            this.dataGridViewCheckBoxColumn1,
            this.dataGridViewCheckBoxColumn3,
            this.dataGridViewTextBoxColumn16,
            this.dataGridViewTextBoxColumn12});
			this.rolePermissionsDataGridView.DataSource = this.rolePermissionsBindingSource;
			this.rolePermissionsDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
			this.rolePermissionsDataGridView.Location = new System.Drawing.Point(3, 37);
			this.rolePermissionsDataGridView.Name = "rolePermissionsDataGridView";
			this.rolePermissionsDataGridView.RowTemplate.Height = 24;
			this.rolePermissionsDataGridView.Size = new System.Drawing.Size(620, 379);
			this.rolePermissionsDataGridView.TabIndex = 20;
			// 
			// Pid
			// 
			this.Pid.DataPropertyName = "Pid";
			this.Pid.HeaderText = "Pid";
			this.Pid.MinimumWidth = 2;
			this.Pid.Name = "Pid";
			this.Pid.ReadOnly = true;
			this.Pid.Visible = false;
			this.Pid.Width = 2;
			// 
			// permADLookupBindingSource
			// 
			this.permADLookupBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.vlnValueKey);
			// 
			// dataGridViewTextBoxColumn13
			// 
			this.dataGridViewTextBoxColumn13.DataPropertyName = "VersionType";
			this.dataGridViewTextBoxColumn13.HeaderText = "VersionType";
			this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
			// 
			// dataGridViewTextBoxColumn19
			// 
			this.dataGridViewTextBoxColumn19.DataPropertyName = "PermLevel";
			this.dataGridViewTextBoxColumn19.HeaderText = "PermLevel";
			this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
			this.dataGridViewTextBoxColumn19.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			// 
			// dataGridViewTextBoxColumn7
			// 
			this.dataGridViewTextBoxColumn7.DataPropertyName = "PermValue";
			this.dataGridViewTextBoxColumn7.HeaderText = "PermValue";
			this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
			this.dataGridViewTextBoxColumn7.Visible = false;
			// 
			// dataGridViewCheckBoxColumn2
			// 
			this.dataGridViewCheckBoxColumn2.DataPropertyName = "ReadAccess";
			this.dataGridViewCheckBoxColumn2.HeaderText = "R";
			this.dataGridViewCheckBoxColumn2.Name = "dataGridViewCheckBoxColumn2";
			this.dataGridViewCheckBoxColumn2.ToolTipText = "Read Access";
			this.dataGridViewCheckBoxColumn2.Width = 30;
			// 
			// dataGridViewCheckBoxColumn4
			// 
			this.dataGridViewCheckBoxColumn4.DataPropertyName = "WriteAccess";
			this.dataGridViewCheckBoxColumn4.HeaderText = "W";
			this.dataGridViewCheckBoxColumn4.Name = "dataGridViewCheckBoxColumn4";
			this.dataGridViewCheckBoxColumn4.ToolTipText = "Write Access";
			this.dataGridViewCheckBoxColumn4.Width = 30;
			// 
			// dataGridViewCheckBoxColumn1
			// 
			this.dataGridViewCheckBoxColumn1.DataPropertyName = "CreateAccess";
			this.dataGridViewCheckBoxColumn1.HeaderText = "C";
			this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
			this.dataGridViewCheckBoxColumn1.ToolTipText = "Create Access";
			this.dataGridViewCheckBoxColumn1.Width = 30;
			// 
			// dataGridViewCheckBoxColumn3
			// 
			this.dataGridViewCheckBoxColumn3.DataPropertyName = "DeleteAccess";
			this.dataGridViewCheckBoxColumn3.HeaderText = "D";
			this.dataGridViewCheckBoxColumn3.Name = "dataGridViewCheckBoxColumn3";
			this.dataGridViewCheckBoxColumn3.ToolTipText = "Delete Access";
			this.dataGridViewCheckBoxColumn3.Width = 30;
			// 
			// dataGridViewTextBoxColumn16
			// 
			this.dataGridViewTextBoxColumn16.DataPropertyName = "EndDate";
			this.dataGridViewTextBoxColumn16.HeaderText = "EndDate";
			this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
			// 
			// dataGridViewTextBoxColumn12
			// 
			this.dataGridViewTextBoxColumn12.DataPropertyName = "StartDate";
			this.dataGridViewTextBoxColumn12.HeaderText = "StartDate";
			this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
			// 
			// rolePermissionsBindingSource
			// 
			this.rolePermissionsBindingSource.DataMember = "RolePermissions";
			this.rolePermissionsBindingSource.DataSource = this.roleBindingSource;
			this.rolePermissionsBindingSource.CurrentItemChanged += new System.EventHandler(this.CurrentItemChanged);
			// 
			// roleBindingSource
			// 
			this.roleBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.Role);
			this.roleBindingSource.CurrentItemChanged += new System.EventHandler(this.CurrentItemChanged);
			// 
			// panel2
			// 
			this.panel2.Controls.Add(this.button1);
			this.panel2.Controls.Add(this.btnNewPermission);
			this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel2.Location = new System.Drawing.Point(3, 3);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(620, 34);
			this.panel2.TabIndex = 20;
			// 
			// button1
			// 
			this.button1.AutoSize = true;
			this.button1.Dock = System.Windows.Forms.DockStyle.Left;
			this.button1.Location = new System.Drawing.Point(75, 0);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(75, 34);
			this.button1.TabIndex = 20;
			this.button1.Text = "Remove";
			this.button1.UseVisualStyleBackColor = true;
			// 
			// btnNewPermission
			// 
			this.btnNewPermission.AutoSize = true;
			this.btnNewPermission.Dock = System.Windows.Forms.DockStyle.Left;
			this.btnNewPermission.Location = new System.Drawing.Point(0, 0);
			this.btnNewPermission.Name = "btnNewPermission";
			this.btnNewPermission.Size = new System.Drawing.Size(75, 34);
			this.btnNewPermission.TabIndex = 19;
			this.btnNewPermission.Text = "New";
			this.btnNewPermission.UseVisualStyleBackColor = true;
			this.btnNewPermission.Click += new System.EventHandler(this.btnNewPermission_Click);
			// 
			// panel1
			// 
			this.panel1.AutoScroll = true;
			this.panel1.Controls.Add(nameLabel);
			this.panel1.Controls.Add(this.nameTextBox);
			this.panel1.Controls.Add(this.ridTextBox);
			this.panel1.Controls.Add(titleLabel);
			this.panel1.Controls.Add(this.titleTextBox);
			this.panel1.Controls.Add(this.btnNew);
			this.panel1.Controls.Add(this.btnCancel);
			this.panel1.Controls.Add(this.btnSave);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel1.Location = new System.Drawing.Point(0, 0);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(634, 102);
			this.panel1.TabIndex = 19;
			// 
			// nameTextBox
			// 
			this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.roleBindingSource, "Name", true));
			this.nameTextBox.Location = new System.Drawing.Point(124, 6);
			this.nameTextBox.Name = "nameTextBox";
			this.nameTextBox.Size = new System.Drawing.Size(417, 22);
			this.nameTextBox.TabIndex = 22;
			// 
			// ridTextBox
			// 
			this.ridTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.roleBindingSource, "Rid", true));
			this.ridTextBox.Enabled = false;
			this.ridTextBox.Location = new System.Drawing.Point(7, 5);
			this.ridTextBox.Name = "ridTextBox";
			this.ridTextBox.Size = new System.Drawing.Size(47, 22);
			this.ridTextBox.TabIndex = 23;
			// 
			// titleTextBox
			// 
			this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.roleBindingSource, "Title", true));
			this.titleTextBox.Location = new System.Drawing.Point(61, 35);
			this.titleTextBox.Multiline = true;
			this.titleTextBox.Name = "titleTextBox";
			this.titleTextBox.Size = new System.Drawing.Size(480, 51);
			this.titleTextBox.TabIndex = 25;
			// 
			// btnNew
			// 
			this.btnNew.Location = new System.Drawing.Point(547, 62);
			this.btnNew.Name = "btnNew";
			this.btnNew.Size = new System.Drawing.Size(75, 23);
			this.btnNew.TabIndex = 20;
			this.btnNew.Text = "New";
			this.btnNew.UseVisualStyleBackColor = true;
			this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
			// 
			// btnCancel
			// 
			this.btnCancel.Location = new System.Drawing.Point(547, 33);
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.Size = new System.Drawing.Size(75, 23);
			this.btnCancel.TabIndex = 19;
			this.btnCancel.Text = "Cancel";
			this.btnCancel.UseVisualStyleBackColor = true;
			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
			// 
			// btnSave
			// 
			this.btnSave.Location = new System.Drawing.Point(547, 4);
			this.btnSave.Name = "btnSave";
			this.btnSave.Size = new System.Drawing.Size(75, 23);
			this.btnSave.TabIndex = 18;
			this.btnSave.Text = "Save";
			this.btnSave.UseVisualStyleBackColor = true;
			this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
			// 
			// dataGridViewTextBoxColumn10
			// 
			this.dataGridViewTextBoxColumn10.DataPropertyName = "Pid";
			this.dataGridViewTextBoxColumn10.HeaderText = "Pid";
			this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
			this.dataGridViewTextBoxColumn10.ReadOnly = true;
			this.dataGridViewTextBoxColumn10.Visible = false;
			// 
			// errorProvider1
			// 
			this.errorProvider1.ContainerControl = this;
			this.errorProvider1.DataSource = this.roleBindingSource;
			// 
			// frmRoles
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(863, 550);
			this.Controls.Add(this.splitContainer1);
			this.Name = "frmRoles";
			this.Text = "Roles";
			this.Load += new System.EventHandler(this.frmRoles_Load);
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BeforeFormClosing);
			this.splitContainer1.Panel1.ResumeLayout(false);
			this.splitContainer1.Panel2.ResumeLayout(false);
			this.splitContainer1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.roleInfoListBindingSource)).EndInit();
			this.tabControl1.ResumeLayout(false);
			this.tabPage1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.roleAssignmentsDataGridView)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.roleAssignmentsBindingSource)).EndInit();
			this.panel3.ResumeLayout(false);
			this.panel3.PerformLayout();
			this.tabPage2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.rolePermissionsDataGridView)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.permADLookupBindingSource)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.rolePermissionsBindingSource)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.roleBindingSource)).EndInit();
			this.panel2.ResumeLayout(false);
			this.panel2.PerformLayout();
			this.panel1.ResumeLayout(false);
			this.panel1.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
			this.ResumeLayout(false);
		}
		#endregion
		private System.Windows.Forms.SplitContainer splitContainer1;
		private System.Windows.Forms.ListBox lbRoles;
		private System.Windows.Forms.BindingSource roleInfoListBindingSource;
		private System.Windows.Forms.BindingSource roleAssignmentsBindingSource;
		private System.Windows.Forms.BindingSource roleBindingSource;
		private System.Windows.Forms.TabControl tabControl1;
		private System.Windows.Forms.TabPage tabPage1;
		private System.Windows.Forms.DataGridView roleAssignmentsDataGridView;
		private System.Windows.Forms.DataGridViewTextBoxColumn StartDate;
		private System.Windows.Forms.DataGridViewTextBoxColumn EndDate;
		private System.Windows.Forms.TabPage tabPage2;
		private System.Windows.Forms.Panel panel1;
		private System.Windows.Forms.TextBox nameTextBox;
		private System.Windows.Forms.TextBox ridTextBox;
		private System.Windows.Forms.TextBox titleTextBox;
		private System.Windows.Forms.Button btnNew;
		private System.Windows.Forms.Button btnCancel;
		private System.Windows.Forms.Button btnSave;
		private System.Windows.Forms.Panel panel3;
		private System.Windows.Forms.Button btnRemoveAssign;
		private System.Windows.Forms.Button btnNewAssign;
		private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
		private System.Windows.Forms.Panel panel2;
		private System.Windows.Forms.Button button1;
		private System.Windows.Forms.Button btnNewPermission;
		private System.Windows.Forms.DataGridView rolePermissionsDataGridView;
		private System.Windows.Forms.BindingSource rolePermissionsBindingSource;
		private System.Windows.Forms.ErrorProvider errorProvider1;
		private System.Windows.Forms.BindingSource permADLookupBindingSource;
		private System.Windows.Forms.DataGridViewTextBoxColumn Pid;
		private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewTextBoxColumn15;
		private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
		private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
		private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
		private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn2;
		private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn4;
		private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
		private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn3;
		private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
		private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
	}
}