575 lines
25 KiB
C#

namespace WinApp
{
partial class frmUser
{
/// <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 cfgNameLabel;
System.Windows.Forms.Label configLabel;
System.Windows.Forms.Label courtesyTitleLabel;
System.Windows.Forms.Label firstNameLabel;
System.Windows.Forms.Label lastNameLabel;
System.Windows.Forms.Label middleNameLabel;
System.Windows.Forms.Label phoneNumberLabel;
System.Windows.Forms.Label suffixLabel;
System.Windows.Forms.Label userLoginLabel;
System.Windows.Forms.Label userNameLabel;
System.Windows.Forms.Label useridLabel;
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.lbUsers = new System.Windows.Forms.ListBox();
this.userInfoListBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.btnPop = new System.Windows.Forms.Button();
this.btnStack = new System.Windows.Forms.Button();
this.useridTextBox = new System.Windows.Forms.TextBox();
this.userBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.btnRemoveGA = new System.Windows.Forms.Button();
this.btnNewGA = new System.Windows.Forms.Button();
this.btnGroups = new System.Windows.Forms.Button();
this.btnNew = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
this.userMembershipsDataGridView = new System.Windows.Forms.DataGridView();
this.Gid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Group_GroupName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.userMembershipsBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.cfgNameTextBox = new System.Windows.Forms.TextBox();
this.configTextBox = new System.Windows.Forms.TextBox();
this.courtesyTitleTextBox = new System.Windows.Forms.TextBox();
this.firstNameTextBox = new System.Windows.Forms.TextBox();
this.lastNameTextBox = new System.Windows.Forms.TextBox();
this.middleNameTextBox = new System.Windows.Forms.TextBox();
this.phoneNumberTextBox = new System.Windows.Forms.TextBox();
this.suffixTextBox = new System.Windows.Forms.TextBox();
this.uidTextBox = new System.Windows.Forms.TextBox();
this.userLoginTextBox = new System.Windows.Forms.TextBox();
this.userNameTextBox = new System.Windows.Forms.TextBox();
this.groupInfoListBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
cfgNameLabel = new System.Windows.Forms.Label();
configLabel = new System.Windows.Forms.Label();
courtesyTitleLabel = new System.Windows.Forms.Label();
firstNameLabel = new System.Windows.Forms.Label();
lastNameLabel = new System.Windows.Forms.Label();
middleNameLabel = new System.Windows.Forms.Label();
phoneNumberLabel = new System.Windows.Forms.Label();
suffixLabel = new System.Windows.Forms.Label();
userLoginLabel = new System.Windows.Forms.Label();
userNameLabel = new System.Windows.Forms.Label();
useridLabel = new System.Windows.Forms.Label();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.userInfoListBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.userBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.userMembershipsDataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.userMembershipsBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.groupInfoListBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
this.SuspendLayout();
//
// cfgNameLabel
//
cfgNameLabel.AutoSize = true;
cfgNameLabel.Location = new System.Drawing.Point(252, 45);
cfgNameLabel.Name = "cfgNameLabel";
cfgNameLabel.Size = new System.Drawing.Size(74, 17);
cfgNameLabel.TabIndex = 0;
cfgNameLabel.Text = "Cfg Name:";
//
// configLabel
//
configLabel.AutoSize = true;
configLabel.Location = new System.Drawing.Point(35, 158);
configLabel.Name = "configLabel";
configLabel.Size = new System.Drawing.Size(52, 17);
configLabel.TabIndex = 2;
configLabel.Text = "Config:";
//
// courtesyTitleLabel
//
courtesyTitleLabel.AutoSize = true;
courtesyTitleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
courtesyTitleLabel.Location = new System.Drawing.Point(35, 103);
courtesyTitleLabel.Name = "courtesyTitleLabel";
courtesyTitleLabel.Size = new System.Drawing.Size(35, 17);
courtesyTitleLabel.TabIndex = 4;
courtesyTitleLabel.Text = "Title";
//
// firstNameLabel
//
firstNameLabel.AutoSize = true;
firstNameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
firstNameLabel.Location = new System.Drawing.Point(77, 103);
firstNameLabel.Name = "firstNameLabel";
firstNameLabel.Size = new System.Drawing.Size(35, 17);
firstNameLabel.TabIndex = 8;
firstNameLabel.Text = "First";
//
// lastNameLabel
//
lastNameLabel.AutoSize = true;
lastNameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
lastNameLabel.Location = new System.Drawing.Point(289, 103);
lastNameLabel.Name = "lastNameLabel";
lastNameLabel.Size = new System.Drawing.Size(35, 17);
lastNameLabel.TabIndex = 10;
lastNameLabel.Text = "Last";
//
// middleNameLabel
//
middleNameLabel.AutoSize = true;
middleNameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
middleNameLabel.Location = new System.Drawing.Point(183, 103);
middleNameLabel.Name = "middleNameLabel";
middleNameLabel.Size = new System.Drawing.Size(49, 17);
middleNameLabel.TabIndex = 12;
middleNameLabel.Text = "Middle";
//
// phoneNumberLabel
//
phoneNumberLabel.AutoSize = true;
phoneNumberLabel.Location = new System.Drawing.Point(252, 17);
phoneNumberLabel.Name = "phoneNumberLabel";
phoneNumberLabel.Size = new System.Drawing.Size(107, 17);
phoneNumberLabel.TabIndex = 14;
phoneNumberLabel.Text = "Phone Number:";
//
// suffixLabel
//
suffixLabel.AutoSize = true;
suffixLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
suffixLabel.Location = new System.Drawing.Point(395, 103);
suffixLabel.Name = "suffixLabel";
suffixLabel.Size = new System.Drawing.Size(46, 17);
suffixLabel.TabIndex = 16;
suffixLabel.Text = "Suffix:";
//
// userLoginLabel
//
userLoginLabel.AutoSize = true;
userLoginLabel.Location = new System.Drawing.Point(35, 17);
userLoginLabel.Name = "userLoginLabel";
userLoginLabel.Size = new System.Drawing.Size(81, 17);
userLoginLabel.TabIndex = 24;
userLoginLabel.Text = "User Login:";
//
// userNameLabel
//
userNameLabel.AutoSize = true;
userNameLabel.Location = new System.Drawing.Point(35, 45);
userNameLabel.Name = "userNameLabel";
userNameLabel.Size = new System.Drawing.Size(83, 17);
userNameLabel.TabIndex = 26;
userNameLabel.Text = "User Name:";
//
// useridLabel
//
useridLabel.AutoSize = true;
useridLabel.Location = new System.Drawing.Point(178, 133);
useridLabel.Name = "useridLabel";
useridLabel.Size = new System.Drawing.Size(53, 17);
useridLabel.TabIndex = 35;
useridLabel.Text = "Userid:";
//
// 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.lbUsers);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.AutoScroll = true;
this.splitContainer1.Panel2.Controls.Add(this.btnPop);
this.splitContainer1.Panel2.Controls.Add(this.btnStack);
this.splitContainer1.Panel2.Controls.Add(useridLabel);
this.splitContainer1.Panel2.Controls.Add(this.useridTextBox);
this.splitContainer1.Panel2.Controls.Add(this.btnRemoveGA);
this.splitContainer1.Panel2.Controls.Add(this.btnNewGA);
this.splitContainer1.Panel2.Controls.Add(this.btnGroups);
this.splitContainer1.Panel2.Controls.Add(this.btnNew);
this.splitContainer1.Panel2.Controls.Add(this.btnCancel);
this.splitContainer1.Panel2.Controls.Add(this.btnSave);
this.splitContainer1.Panel2.Controls.Add(this.userMembershipsDataGridView);
this.splitContainer1.Panel2.Controls.Add(cfgNameLabel);
this.splitContainer1.Panel2.Controls.Add(this.cfgNameTextBox);
this.splitContainer1.Panel2.Controls.Add(configLabel);
this.splitContainer1.Panel2.Controls.Add(this.configTextBox);
this.splitContainer1.Panel2.Controls.Add(courtesyTitleLabel);
this.splitContainer1.Panel2.Controls.Add(this.courtesyTitleTextBox);
this.splitContainer1.Panel2.Controls.Add(firstNameLabel);
this.splitContainer1.Panel2.Controls.Add(this.firstNameTextBox);
this.splitContainer1.Panel2.Controls.Add(lastNameLabel);
this.splitContainer1.Panel2.Controls.Add(this.lastNameTextBox);
this.splitContainer1.Panel2.Controls.Add(middleNameLabel);
this.splitContainer1.Panel2.Controls.Add(this.middleNameTextBox);
this.splitContainer1.Panel2.Controls.Add(phoneNumberLabel);
this.splitContainer1.Panel2.Controls.Add(this.phoneNumberTextBox);
this.splitContainer1.Panel2.Controls.Add(suffixLabel);
this.splitContainer1.Panel2.Controls.Add(this.suffixTextBox);
this.splitContainer1.Panel2.Controls.Add(this.uidTextBox);
this.splitContainer1.Panel2.Controls.Add(userLoginLabel);
this.splitContainer1.Panel2.Controls.Add(this.userLoginTextBox);
this.splitContainer1.Panel2.Controls.Add(userNameLabel);
this.splitContainer1.Panel2.Controls.Add(this.userNameTextBox);
this.splitContainer1.Size = new System.Drawing.Size(841, 462);
this.splitContainer1.SplitterDistance = 280;
this.splitContainer1.TabIndex = 0;
//
// lbUsers
//
this.lbUsers.DataSource = this.userInfoListBindingSource;
this.lbUsers.DisplayMember = "FullName";
this.lbUsers.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbUsers.FormattingEnabled = true;
this.lbUsers.ItemHeight = 16;
this.lbUsers.Location = new System.Drawing.Point(0, 0);
this.lbUsers.Name = "lbUsers";
this.lbUsers.Size = new System.Drawing.Size(280, 452);
this.lbUsers.TabIndex = 0;
this.lbUsers.ValueMember = "Uid";
this.lbUsers.SelectedValueChanged += new System.EventHandler(this.lbUser_SelectedValueChanged);
//
// userInfoListBindingSource
//
this.userInfoListBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.UserInfo);
//
// btnPop
//
this.btnPop.Location = new System.Drawing.Point(470, 127);
this.btnPop.Name = "btnPop";
this.btnPop.Size = new System.Drawing.Size(75, 23);
this.btnPop.TabIndex = 38;
this.btnPop.Text = "Push";
this.btnPop.UseVisualStyleBackColor = true;
this.btnPop.Click += new System.EventHandler(this.btnPop_Click);
//
// btnStack
//
this.btnStack.Location = new System.Drawing.Point(471, 100);
this.btnStack.Name = "btnStack";
this.btnStack.Size = new System.Drawing.Size(75, 23);
this.btnStack.TabIndex = 37;
this.btnStack.Text = "Push";
this.btnStack.UseVisualStyleBackColor = true;
this.btnStack.Click += new System.EventHandler(this.btnStack_Click);
//
// useridTextBox
//
this.useridTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "Userid", true));
this.useridTextBox.Location = new System.Drawing.Point(237, 130);
this.useridTextBox.Name = "useridTextBox";
this.useridTextBox.Size = new System.Drawing.Size(100, 22);
this.useridTextBox.TabIndex = 36;
//
// userBindingSource
//
this.userBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.User);
this.userBindingSource.CurrentItemChanged += new System.EventHandler(this.CurrentItemChanged);
//
// btnRemoveGA
//
this.btnRemoveGA.Location = new System.Drawing.Point(177, 227);
this.btnRemoveGA.Name = "btnRemoveGA";
this.btnRemoveGA.Size = new System.Drawing.Size(149, 23);
this.btnRemoveGA.TabIndex = 35;
this.btnRemoveGA.TabStop = false;
this.btnRemoveGA.Text = "Remove Membership";
this.btnRemoveGA.UseVisualStyleBackColor = true;
this.btnRemoveGA.Click += new System.EventHandler(this.btnRemoveGA_Click);
//
// btnNewGA
//
this.btnNewGA.Location = new System.Drawing.Point(38, 227);
this.btnNewGA.Name = "btnNewGA";
this.btnNewGA.Size = new System.Drawing.Size(133, 23);
this.btnNewGA.TabIndex = 34;
this.btnNewGA.TabStop = false;
this.btnNewGA.Text = "New Membership";
this.btnNewGA.UseVisualStyleBackColor = true;
this.btnNewGA.Click += new System.EventHandler(this.btnNewGA_Click);
//
// btnGroups
//
this.btnGroups.Location = new System.Drawing.Point(423, 227);
this.btnGroups.Name = "btnGroups";
this.btnGroups.Size = new System.Drawing.Size(100, 23);
this.btnGroups.TabIndex = 33;
this.btnGroups.TabStop = false;
this.btnGroups.Text = "Group Edit";
this.btnGroups.UseVisualStyleBackColor = true;
this.btnGroups.Click += new System.EventHandler(this.btnGroups_Click);
//
// btnNew
//
this.btnNew.Location = new System.Drawing.Point(471, 72);
this.btnNew.Name = "btnNew";
this.btnNew.Size = new System.Drawing.Size(75, 23);
this.btnNew.TabIndex = 30;
this.btnNew.Text = "New";
this.btnNew.UseVisualStyleBackColor = true;
this.btnNew.Click += new System.EventHandler(this.btnNewGA_Click);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(471, 43);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 29;
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(471, 14);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 28;
this.btnSave.Text = "Save";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// userMembershipsDataGridView
//
this.userMembershipsDataGridView.AllowUserToAddRows = false;
this.userMembershipsDataGridView.AllowUserToDeleteRows = false;
this.userMembershipsDataGridView.AutoGenerateColumns = false;
this.userMembershipsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Gid,
this.Group_GroupName,
this.dataGridViewTextBoxColumn8,
this.dataGridViewTextBoxColumn4});
this.userMembershipsDataGridView.DataSource = this.userMembershipsBindingSource;
this.userMembershipsDataGridView.Location = new System.Drawing.Point(38, 256);
this.userMembershipsDataGridView.Name = "userMembershipsDataGridView";
this.userMembershipsDataGridView.RowTemplate.Height = 24;
this.userMembershipsDataGridView.Size = new System.Drawing.Size(485, 157);
this.userMembershipsDataGridView.TabIndex = 27;
this.userMembershipsDataGridView.SelectionChanged += new System.EventHandler(this.userMembershipsDataGridView_SelectionChanged);
//
// Gid
//
this.Gid.DataPropertyName = "Gid";
this.Gid.HeaderText = "Gid";
this.Gid.Name = "Gid";
this.Gid.Visible = false;
//
// Group_GroupName
//
this.Group_GroupName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.Group_GroupName.DataPropertyName = "Group_GroupName";
this.Group_GroupName.HeaderText = "Group";
this.Group_GroupName.Name = "Group_GroupName";
this.Group_GroupName.ReadOnly = true;
//
// dataGridViewTextBoxColumn8
//
this.dataGridViewTextBoxColumn8.DataPropertyName = "StartDate";
this.dataGridViewTextBoxColumn8.HeaderText = "StartDate";
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "EndDate";
this.dataGridViewTextBoxColumn4.HeaderText = "EndDate";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
//
// userMembershipsBindingSource
//
this.userMembershipsBindingSource.DataMember = "UserMemberships";
this.userMembershipsBindingSource.DataSource = this.userBindingSource;
this.userMembershipsBindingSource.CurrentItemChanged += new System.EventHandler(this.CurrentItemChanged);
//
// cfgNameTextBox
//
this.cfgNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "CfgName", true));
this.cfgNameTextBox.Location = new System.Drawing.Point(365, 42);
this.cfgNameTextBox.Name = "cfgNameTextBox";
this.cfgNameTextBox.Size = new System.Drawing.Size(100, 22);
this.cfgNameTextBox.TabIndex = 1;
//
// configTextBox
//
this.configTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "Config", true));
this.configTextBox.Location = new System.Drawing.Point(93, 158);
this.configTextBox.Multiline = true;
this.configTextBox.Name = "configTextBox";
this.configTextBox.Size = new System.Drawing.Size(430, 63);
this.configTextBox.TabIndex = 3;
//
// courtesyTitleTextBox
//
this.courtesyTitleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "CourtesyTitle", true));
this.courtesyTitleTextBox.Location = new System.Drawing.Point(38, 78);
this.courtesyTitleTextBox.Name = "courtesyTitleTextBox";
this.courtesyTitleTextBox.Size = new System.Drawing.Size(36, 22);
this.courtesyTitleTextBox.TabIndex = 5;
//
// firstNameTextBox
//
this.firstNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "FirstName", true));
this.firstNameTextBox.Location = new System.Drawing.Point(80, 78);
this.firstNameTextBox.Name = "firstNameTextBox";
this.firstNameTextBox.Size = new System.Drawing.Size(100, 22);
this.firstNameTextBox.TabIndex = 9;
//
// lastNameTextBox
//
this.lastNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "LastName", true));
this.lastNameTextBox.Location = new System.Drawing.Point(292, 78);
this.lastNameTextBox.Name = "lastNameTextBox";
this.lastNameTextBox.Size = new System.Drawing.Size(100, 22);
this.lastNameTextBox.TabIndex = 11;
//
// middleNameTextBox
//
this.middleNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "MiddleName", true));
this.middleNameTextBox.Location = new System.Drawing.Point(186, 78);
this.middleNameTextBox.Name = "middleNameTextBox";
this.middleNameTextBox.Size = new System.Drawing.Size(100, 22);
this.middleNameTextBox.TabIndex = 13;
//
// phoneNumberTextBox
//
this.phoneNumberTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "PhoneNumber", true));
this.phoneNumberTextBox.Location = new System.Drawing.Point(365, 14);
this.phoneNumberTextBox.Name = "phoneNumberTextBox";
this.phoneNumberTextBox.Size = new System.Drawing.Size(100, 22);
this.phoneNumberTextBox.TabIndex = 15;
//
// suffixTextBox
//
this.suffixTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "Suffix", true));
this.suffixTextBox.Location = new System.Drawing.Point(398, 78);
this.suffixTextBox.Name = "suffixTextBox";
this.suffixTextBox.Size = new System.Drawing.Size(38, 22);
this.suffixTextBox.TabIndex = 17;
//
// uidTextBox
//
this.uidTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "Uid", true));
this.uidTextBox.Enabled = false;
this.uidTextBox.Location = new System.Drawing.Point(3, 3);
this.uidTextBox.Name = "uidTextBox";
this.uidTextBox.Size = new System.Drawing.Size(33, 22);
this.uidTextBox.TabIndex = 19;
//
// userLoginTextBox
//
this.userLoginTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "UserLogin", true));
this.userLoginTextBox.Location = new System.Drawing.Point(148, 12);
this.userLoginTextBox.Name = "userLoginTextBox";
this.userLoginTextBox.Size = new System.Drawing.Size(100, 22);
this.userLoginTextBox.TabIndex = 25;
//
// userNameTextBox
//
this.userNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "UserName", true));
this.userNameTextBox.Location = new System.Drawing.Point(148, 42);
this.userNameTextBox.Name = "userNameTextBox";
this.userNameTextBox.Size = new System.Drawing.Size(100, 22);
this.userNameTextBox.TabIndex = 27;
//
// groupInfoListBindingSource
//
this.groupInfoListBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.GroupInfo);
//
// errorProvider1
//
this.errorProvider1.ContainerControl = this;
this.errorProvider1.DataSource = this.userBindingSource;
//
// frmUser
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(841, 462);
this.Controls.Add(this.splitContainer1);
this.Name = "frmUser";
this.Text = "Users";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BeforeFormClosing);
this.Load += new System.EventHandler(this.frmUser_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.Panel2.PerformLayout();
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.userInfoListBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.userBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.userMembershipsDataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.userMembershipsBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.groupInfoListBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.ListBox lbUsers;
private System.Windows.Forms.BindingSource userInfoListBindingSource;
private System.Windows.Forms.TextBox cfgNameTextBox;
private System.Windows.Forms.BindingSource userBindingSource;
private System.Windows.Forms.TextBox configTextBox;
private System.Windows.Forms.TextBox courtesyTitleTextBox;
private System.Windows.Forms.TextBox firstNameTextBox;
private System.Windows.Forms.TextBox lastNameTextBox;
private System.Windows.Forms.TextBox middleNameTextBox;
private System.Windows.Forms.TextBox phoneNumberTextBox;
private System.Windows.Forms.TextBox suffixTextBox;
private System.Windows.Forms.TextBox uidTextBox;
private System.Windows.Forms.TextBox userLoginTextBox;
private System.Windows.Forms.TextBox userNameTextBox;
private System.Windows.Forms.DataGridView userMembershipsDataGridView;
private System.Windows.Forms.BindingSource groupInfoListBindingSource;
private System.Windows.Forms.BindingSource userMembershipsBindingSource;
private System.Windows.Forms.Button btnRemoveGA;
private System.Windows.Forms.Button btnNewGA;
private System.Windows.Forms.Button btnGroups;
private System.Windows.Forms.Button btnNew;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.ErrorProvider errorProvider1;
private System.Windows.Forms.TextBox useridTextBox;
private System.Windows.Forms.DataGridViewTextBoxColumn Gid;
private System.Windows.Forms.DataGridViewTextBoxColumn Group_GroupName;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.Button btnStack;
private System.Windows.Forms.Button btnPop;
}
}