523 lines
23 KiB
C#
523 lines
23 KiB
C#
namespace WinApp
|
|
{
|
|
partial class frmGroups
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.Windows.Forms.Label configLabel;
|
|
System.Windows.Forms.Label groupNameLabel;
|
|
System.Windows.Forms.Label groupTypeLabel;
|
|
this.btnNew = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.lbGroups = new System.Windows.Forms.ListBox();
|
|
this.groupInfoListBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.groupMembershipsDataGridView = new System.Windows.Forms.DataGridView();
|
|
this.Uid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.User_FullName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.groupMembershipsBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
this.groupBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.btnRemoveGA = new System.Windows.Forms.Button();
|
|
this.btnNewGA = new System.Windows.Forms.Button();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.groupAssignmentsDataGridView = new System.Windows.Forms.DataGridView();
|
|
this.Aid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.folderNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.roleNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.startDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.endDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.groupAssignmentsBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.btnRemoveAssign = new System.Windows.Forms.Button();
|
|
this.btnNewAssign = new System.Windows.Forms.Button();
|
|
this.configTextBox = new System.Windows.Forms.TextBox();
|
|
this.gidTextBox = new System.Windows.Forms.TextBox();
|
|
this.groupNameTextBox = new System.Windows.Forms.TextBox();
|
|
this.groupTypeTextBox = new System.Windows.Forms.TextBox();
|
|
this.userInfoListBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
configLabel = new System.Windows.Forms.Label();
|
|
groupNameLabel = new System.Windows.Forms.Label();
|
|
groupTypeLabel = new System.Windows.Forms.Label();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupInfoListBindingSource)).BeginInit();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupMembershipsDataGridView)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupMembershipsBindingSource)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupBindingSource)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
this.tabPage2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupAssignmentsDataGridView)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupAssignmentsBindingSource)).BeginInit();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.userInfoListBindingSource)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// configLabel
|
|
//
|
|
configLabel.AutoSize = true;
|
|
configLabel.Location = new System.Drawing.Point(14, 92);
|
|
configLabel.Name = "configLabel";
|
|
configLabel.Size = new System.Drawing.Size(52, 17);
|
|
configLabel.TabIndex = 5;
|
|
configLabel.Text = "Config:";
|
|
//
|
|
// groupNameLabel
|
|
//
|
|
groupNameLabel.AutoSize = true;
|
|
groupNameLabel.Location = new System.Drawing.Point(14, 36);
|
|
groupNameLabel.Name = "groupNameLabel";
|
|
groupNameLabel.Size = new System.Drawing.Size(93, 17);
|
|
groupNameLabel.TabIndex = 11;
|
|
groupNameLabel.Text = "Group Name:";
|
|
//
|
|
// groupTypeLabel
|
|
//
|
|
groupTypeLabel.AutoSize = true;
|
|
groupTypeLabel.Location = new System.Drawing.Point(14, 64);
|
|
groupTypeLabel.Name = "groupTypeLabel";
|
|
groupTypeLabel.Size = new System.Drawing.Size(88, 17);
|
|
groupTypeLabel.TabIndex = 13;
|
|
groupTypeLabel.Text = "Group Type:";
|
|
//
|
|
// btnNew
|
|
//
|
|
this.btnNew.Location = new System.Drawing.Point(505, 61);
|
|
this.btnNew.Name = "btnNew";
|
|
this.btnNew.Size = new System.Drawing.Size(75, 23);
|
|
this.btnNew.TabIndex = 5;
|
|
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(505, 32);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
|
this.btnCancel.TabIndex = 4;
|
|
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(505, 3);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(75, 23);
|
|
this.btnSave.TabIndex = 3;
|
|
this.btnSave.Text = "Save";
|
|
this.btnSave.UseVisualStyleBackColor = true;
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// 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.lbGroups);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.AutoScroll = true;
|
|
this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
|
|
this.splitContainer1.Panel2.Controls.Add(configLabel);
|
|
this.splitContainer1.Panel2.Controls.Add(this.configTextBox);
|
|
this.splitContainer1.Panel2.Controls.Add(this.gidTextBox);
|
|
this.splitContainer1.Panel2.Controls.Add(groupNameLabel);
|
|
this.splitContainer1.Panel2.Controls.Add(this.groupNameTextBox);
|
|
this.splitContainer1.Panel2.Controls.Add(groupTypeLabel);
|
|
this.splitContainer1.Panel2.Controls.Add(this.groupTypeTextBox);
|
|
this.splitContainer1.Panel2.Controls.Add(this.btnNew);
|
|
this.splitContainer1.Panel2.Controls.Add(this.btnCancel);
|
|
this.splitContainer1.Panel2.Controls.Add(this.btnSave);
|
|
this.splitContainer1.Size = new System.Drawing.Size(892, 488);
|
|
this.splitContainer1.SplitterDistance = 296;
|
|
this.splitContainer1.TabIndex = 1;
|
|
//
|
|
// lbGroups
|
|
//
|
|
this.lbGroups.DataSource = this.groupInfoListBindingSource;
|
|
this.lbGroups.DisplayMember = "GroupName";
|
|
this.lbGroups.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lbGroups.FormattingEnabled = true;
|
|
this.lbGroups.ItemHeight = 16;
|
|
this.lbGroups.Location = new System.Drawing.Point(0, 0);
|
|
this.lbGroups.Name = "lbGroups";
|
|
this.lbGroups.Size = new System.Drawing.Size(296, 484);
|
|
this.lbGroups.TabIndex = 0;
|
|
this.lbGroups.ValueMember = "Gid";
|
|
this.lbGroups.SelectedValueChanged += new System.EventHandler(this.lbGroup_SelectedValueChanged);
|
|
//
|
|
// groupInfoListBindingSource
|
|
//
|
|
this.groupInfoListBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.GroupInfo);
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
this.tabControl1.Location = new System.Drawing.Point(23, 213);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(557, 260);
|
|
this.tabControl1.TabIndex = 15;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.AutoScroll = true;
|
|
this.tabPage1.Controls.Add(this.groupMembershipsDataGridView);
|
|
this.tabPage1.Controls.Add(this.panel1);
|
|
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(549, 231);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "Members";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupMembershipsDataGridView
|
|
//
|
|
this.groupMembershipsDataGridView.AutoGenerateColumns = false;
|
|
this.groupMembershipsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.Uid,
|
|
this.User_FullName,
|
|
this.dataGridViewTextBoxColumn4,
|
|
this.dataGridViewTextBoxColumn8});
|
|
this.groupMembershipsDataGridView.DataSource = this.groupMembershipsBindingSource;
|
|
this.groupMembershipsDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupMembershipsDataGridView.Location = new System.Drawing.Point(3, 35);
|
|
this.groupMembershipsDataGridView.Name = "groupMembershipsDataGridView";
|
|
this.groupMembershipsDataGridView.RowTemplate.Height = 24;
|
|
this.groupMembershipsDataGridView.Size = new System.Drawing.Size(543, 193);
|
|
this.groupMembershipsDataGridView.TabIndex = 0;
|
|
//
|
|
// Uid
|
|
//
|
|
this.Uid.DataPropertyName = "Uid";
|
|
this.Uid.HeaderText = "Uid";
|
|
this.Uid.Name = "Uid";
|
|
this.Uid.ReadOnly = true;
|
|
this.Uid.Visible = false;
|
|
//
|
|
// User_FullName
|
|
//
|
|
this.User_FullName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.User_FullName.DataPropertyName = "User_FullName";
|
|
this.User_FullName.HeaderText = "User";
|
|
this.User_FullName.Name = "User_FullName";
|
|
this.User_FullName.ReadOnly = true;
|
|
//
|
|
// dataGridViewTextBoxColumn4
|
|
//
|
|
this.dataGridViewTextBoxColumn4.DataPropertyName = "StartDate";
|
|
this.dataGridViewTextBoxColumn4.HeaderText = "StartDate";
|
|
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
//
|
|
// dataGridViewTextBoxColumn8
|
|
//
|
|
this.dataGridViewTextBoxColumn8.DataPropertyName = "EndDate";
|
|
this.dataGridViewTextBoxColumn8.HeaderText = "EndDate";
|
|
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
|
|
//
|
|
// groupMembershipsBindingSource
|
|
//
|
|
this.groupMembershipsBindingSource.DataMember = "GroupMemberships";
|
|
this.groupMembershipsBindingSource.DataSource = this.groupBindingSource;
|
|
this.groupMembershipsBindingSource.CurrentItemChanged += new System.EventHandler(this.CurrentItemChanged);
|
|
//
|
|
// groupBindingSource
|
|
//
|
|
this.groupBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.Group);
|
|
this.groupBindingSource.CurrentItemChanged += new System.EventHandler(this.CurrentItemChanged);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.btnRemoveGA);
|
|
this.panel1.Controls.Add(this.btnNewGA);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(3, 3);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(543, 32);
|
|
this.panel1.TabIndex = 1;
|
|
//
|
|
// btnRemoveGA
|
|
//
|
|
this.btnRemoveGA.AutoSize = true;
|
|
this.btnRemoveGA.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.btnRemoveGA.Location = new System.Drawing.Point(72, 0);
|
|
this.btnRemoveGA.Name = "btnRemoveGA";
|
|
this.btnRemoveGA.Size = new System.Drawing.Size(75, 32);
|
|
this.btnRemoveGA.TabIndex = 37;
|
|
this.btnRemoveGA.TabStop = false;
|
|
this.btnRemoveGA.Text = "Remove";
|
|
this.btnRemoveGA.UseVisualStyleBackColor = true;
|
|
this.btnRemoveGA.Click += new System.EventHandler(this.btnRemoveGA_Click);
|
|
//
|
|
// btnNewGA
|
|
//
|
|
this.btnNewGA.AutoSize = true;
|
|
this.btnNewGA.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.btnNewGA.Location = new System.Drawing.Point(0, 0);
|
|
this.btnNewGA.Name = "btnNewGA";
|
|
this.btnNewGA.Size = new System.Drawing.Size(72, 32);
|
|
this.btnNewGA.TabIndex = 36;
|
|
this.btnNewGA.TabStop = false;
|
|
this.btnNewGA.Text = "New";
|
|
this.btnNewGA.UseVisualStyleBackColor = true;
|
|
this.btnNewGA.Click += new System.EventHandler(this.btnNewGA_Click);
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.AutoScroll = true;
|
|
this.tabPage2.Controls.Add(this.groupAssignmentsDataGridView);
|
|
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(549, 231);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "Assignments";
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupAssignmentsDataGridView
|
|
//
|
|
this.groupAssignmentsDataGridView.AutoGenerateColumns = false;
|
|
this.groupAssignmentsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.Aid,
|
|
this.folderNameDataGridViewTextBoxColumn,
|
|
this.roleNameDataGridViewTextBoxColumn,
|
|
this.startDateDataGridViewTextBoxColumn,
|
|
this.endDateDataGridViewTextBoxColumn});
|
|
this.groupAssignmentsDataGridView.DataSource = this.groupAssignmentsBindingSource;
|
|
this.groupAssignmentsDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupAssignmentsDataGridView.Location = new System.Drawing.Point(3, 35);
|
|
this.groupAssignmentsDataGridView.Name = "groupAssignmentsDataGridView";
|
|
this.groupAssignmentsDataGridView.RowTemplate.Height = 24;
|
|
this.groupAssignmentsDataGridView.Size = new System.Drawing.Size(543, 193);
|
|
this.groupAssignmentsDataGridView.TabIndex = 0;
|
|
//
|
|
// Aid
|
|
//
|
|
this.Aid.DataPropertyName = "Aid";
|
|
this.Aid.HeaderText = "Aid";
|
|
this.Aid.Name = "Aid";
|
|
this.Aid.ReadOnly = true;
|
|
this.Aid.Visible = false;
|
|
//
|
|
// folderNameDataGridViewTextBoxColumn
|
|
//
|
|
this.folderNameDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.folderNameDataGridViewTextBoxColumn.DataPropertyName = "Folder_Name";
|
|
this.folderNameDataGridViewTextBoxColumn.HeaderText = "Folder";
|
|
this.folderNameDataGridViewTextBoxColumn.Name = "folderNameDataGridViewTextBoxColumn";
|
|
this.folderNameDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// roleNameDataGridViewTextBoxColumn
|
|
//
|
|
this.roleNameDataGridViewTextBoxColumn.DataPropertyName = "Role_Name";
|
|
this.roleNameDataGridViewTextBoxColumn.HeaderText = "Role";
|
|
this.roleNameDataGridViewTextBoxColumn.Name = "roleNameDataGridViewTextBoxColumn";
|
|
this.roleNameDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// startDateDataGridViewTextBoxColumn
|
|
//
|
|
this.startDateDataGridViewTextBoxColumn.DataPropertyName = "StartDate";
|
|
this.startDateDataGridViewTextBoxColumn.HeaderText = "Start";
|
|
this.startDateDataGridViewTextBoxColumn.Name = "startDateDataGridViewTextBoxColumn";
|
|
//
|
|
// endDateDataGridViewTextBoxColumn
|
|
//
|
|
this.endDateDataGridViewTextBoxColumn.DataPropertyName = "EndDate";
|
|
this.endDateDataGridViewTextBoxColumn.HeaderText = "End";
|
|
this.endDateDataGridViewTextBoxColumn.Name = "endDateDataGridViewTextBoxColumn";
|
|
//
|
|
// groupAssignmentsBindingSource
|
|
//
|
|
this.groupAssignmentsBindingSource.DataMember = "GroupAssignments";
|
|
this.groupAssignmentsBindingSource.DataSource = this.groupBindingSource;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.btnRemoveAssign);
|
|
this.panel2.Controls.Add(this.btnNewAssign);
|
|
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(543, 32);
|
|
this.panel2.TabIndex = 2;
|
|
//
|
|
// btnRemoveAssign
|
|
//
|
|
this.btnRemoveAssign.AutoSize = true;
|
|
this.btnRemoveAssign.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.btnRemoveAssign.Location = new System.Drawing.Point(72, 0);
|
|
this.btnRemoveAssign.Name = "btnRemoveAssign";
|
|
this.btnRemoveAssign.Size = new System.Drawing.Size(83, 32);
|
|
this.btnRemoveAssign.TabIndex = 37;
|
|
this.btnRemoveAssign.TabStop = false;
|
|
this.btnRemoveAssign.Text = "Remove";
|
|
this.btnRemoveAssign.UseVisualStyleBackColor = true;
|
|
this.btnRemoveAssign.Click += new System.EventHandler(this.btnRemoveAssign_Click);
|
|
//
|
|
// 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(72, 32);
|
|
this.btnNewAssign.TabIndex = 36;
|
|
this.btnNewAssign.TabStop = false;
|
|
this.btnNewAssign.Text = "New";
|
|
this.btnNewAssign.UseVisualStyleBackColor = true;
|
|
this.btnNewAssign.Click += new System.EventHandler(this.btnNewAssign_Click);
|
|
//
|
|
// configTextBox
|
|
//
|
|
this.configTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.groupBindingSource, "Config", true));
|
|
this.configTextBox.Location = new System.Drawing.Point(113, 89);
|
|
this.configTextBox.Multiline = true;
|
|
this.configTextBox.Name = "configTextBox";
|
|
this.configTextBox.Size = new System.Drawing.Size(381, 108);
|
|
this.configTextBox.TabIndex = 6;
|
|
//
|
|
// gidTextBox
|
|
//
|
|
this.gidTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.groupBindingSource, "Gid", true));
|
|
this.gidTextBox.Enabled = false;
|
|
this.gidTextBox.Location = new System.Drawing.Point(2, 0);
|
|
this.gidTextBox.Name = "gidTextBox";
|
|
this.gidTextBox.Size = new System.Drawing.Size(34, 22);
|
|
this.gidTextBox.TabIndex = 10;
|
|
//
|
|
// groupNameTextBox
|
|
//
|
|
this.groupNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.groupBindingSource, "GroupName", true));
|
|
this.groupNameTextBox.Location = new System.Drawing.Point(113, 33);
|
|
this.groupNameTextBox.Name = "groupNameTextBox";
|
|
this.groupNameTextBox.Size = new System.Drawing.Size(381, 22);
|
|
this.groupNameTextBox.TabIndex = 12;
|
|
//
|
|
// groupTypeTextBox
|
|
//
|
|
this.groupTypeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.groupBindingSource, "GroupType", true));
|
|
this.groupTypeTextBox.Location = new System.Drawing.Point(113, 61);
|
|
this.groupTypeTextBox.Name = "groupTypeTextBox";
|
|
this.groupTypeTextBox.Size = new System.Drawing.Size(381, 22);
|
|
this.groupTypeTextBox.TabIndex = 14;
|
|
//
|
|
// userInfoListBindingSource
|
|
//
|
|
this.userInfoListBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.UserInfo);
|
|
//
|
|
// frmGroups
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(892, 488);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Name = "frmGroups";
|
|
this.Text = "frmGroups";
|
|
this.Load += new System.EventHandler(this.frmGroup_Load);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BeforeFormClosing);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.PerformLayout();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.groupInfoListBindingSource)).EndInit();
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.groupMembershipsDataGridView)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupMembershipsBindingSource)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupBindingSource)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.tabPage2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.groupAssignmentsDataGridView)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupAssignmentsBindingSource)).EndInit();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.userInfoListBindingSource)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnNew;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Button btnSave;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.ListBox lbGroups;
|
|
private System.Windows.Forms.TextBox configTextBox;
|
|
private System.Windows.Forms.BindingSource groupBindingSource;
|
|
private System.Windows.Forms.TextBox gidTextBox;
|
|
private System.Windows.Forms.TextBox groupNameTextBox;
|
|
private System.Windows.Forms.TextBox groupTypeTextBox;
|
|
private System.Windows.Forms.BindingSource groupInfoListBindingSource;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.BindingSource groupMembershipsBindingSource;
|
|
private System.Windows.Forms.DataGridView groupMembershipsDataGridView;
|
|
private System.Windows.Forms.BindingSource userInfoListBindingSource;
|
|
private System.Windows.Forms.DataGridView groupAssignmentsDataGridView;
|
|
// private System.Windows.Forms.BindingSource groupPermissionsBindingSource;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button btnRemoveGA;
|
|
private System.Windows.Forms.Button btnNewGA;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Uid;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn User_FullName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
|
|
private System.Windows.Forms.BindingSource groupAssignmentsBindingSource;
|
|
// private System.Windows.Forms.DataGridViewTextBoxColumn roleGidDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Button btnRemoveAssign;
|
|
private System.Windows.Forms.Button btnNewAssign;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Aid;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ridDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn folderidDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn folderNameDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn roleNameDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn startDateDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn endDateDataGridViewTextBoxColumn;
|
|
}
|
|
} |