Designer Update for GroupManager pt 1
This commit is contained in:
@@ -29,19 +29,21 @@ namespace groupmanager
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.groupBox = new System.Windows.Forms.GroupBox();
|
||||
this.cmdInfo = new System.Windows.Forms.Button();
|
||||
this.cmdActivate = new System.Windows.Forms.Button();
|
||||
this.cmdCreate = new System.Windows.Forms.Button();
|
||||
this.cmdLeave = new System.Windows.Forms.Button();
|
||||
this.lstGroups = new System.Windows.Forms.ListBox();
|
||||
this.grpLogin = new System.Windows.Forms.GroupBox();
|
||||
this.comboGrid = new System.Windows.Forms.ComboBox();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.cmdConnect = new System.Windows.Forms.Button();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.txtPassword = new System.Windows.Forms.TextBox();
|
||||
this.txtLastName = new System.Windows.Forms.TextBox();
|
||||
this.cmdConnect = new System.Windows.Forms.Button();
|
||||
this.txtFirstName = new System.Windows.Forms.TextBox();
|
||||
this.cmdLeave = new System.Windows.Forms.Button();
|
||||
this.cmdCreate = new System.Windows.Forms.Button();
|
||||
this.cmdActivate = new System.Windows.Forms.Button();
|
||||
this.cmdInfo = new System.Windows.Forms.Button();
|
||||
this.groupBox.SuspendLayout();
|
||||
this.grpLogin.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
@@ -61,114 +63,6 @@ namespace groupmanager
|
||||
this.groupBox.TabStop = false;
|
||||
this.groupBox.Text = "Groups";
|
||||
//
|
||||
// lstGroups
|
||||
//
|
||||
this.lstGroups.FormattingEnabled = true;
|
||||
this.lstGroups.Location = new System.Drawing.Point(19, 31);
|
||||
this.lstGroups.Name = "lstGroups";
|
||||
this.lstGroups.Size = new System.Drawing.Size(384, 134);
|
||||
this.lstGroups.TabIndex = 0;
|
||||
this.lstGroups.SelectedIndexChanged += new System.EventHandler(this.lstGroups_SelectedIndexChanged);
|
||||
//
|
||||
// grpLogin
|
||||
//
|
||||
this.grpLogin.Controls.Add(this.label3);
|
||||
this.grpLogin.Controls.Add(this.label2);
|
||||
this.grpLogin.Controls.Add(this.label1);
|
||||
this.grpLogin.Controls.Add(this.txtPassword);
|
||||
this.grpLogin.Controls.Add(this.txtLastName);
|
||||
this.grpLogin.Controls.Add(this.cmdConnect);
|
||||
this.grpLogin.Controls.Add(this.txtFirstName);
|
||||
this.grpLogin.Location = new System.Drawing.Point(12, 232);
|
||||
this.grpLogin.Name = "grpLogin";
|
||||
this.grpLogin.Size = new System.Drawing.Size(419, 108);
|
||||
this.grpLogin.TabIndex = 51;
|
||||
this.grpLogin.TabStop = false;
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.Location = new System.Drawing.Point(280, 24);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(120, 16);
|
||||
this.label3.TabIndex = 50;
|
||||
this.label3.Text = "Password";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.Location = new System.Drawing.Point(152, 24);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(120, 16);
|
||||
this.label2.TabIndex = 50;
|
||||
this.label2.Text = "Last Name";
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.Location = new System.Drawing.Point(16, 24);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(120, 16);
|
||||
this.label1.TabIndex = 50;
|
||||
this.label1.Text = "First Name";
|
||||
//
|
||||
// txtPassword
|
||||
//
|
||||
this.txtPassword.Location = new System.Drawing.Point(280, 40);
|
||||
this.txtPassword.Name = "txtPassword";
|
||||
this.txtPassword.PasswordChar = '*';
|
||||
this.txtPassword.Size = new System.Drawing.Size(120, 20);
|
||||
this.txtPassword.TabIndex = 2;
|
||||
//
|
||||
// txtLastName
|
||||
//
|
||||
this.txtLastName.Location = new System.Drawing.Point(152, 40);
|
||||
this.txtLastName.Name = "txtLastName";
|
||||
this.txtLastName.Size = new System.Drawing.Size(112, 20);
|
||||
this.txtLastName.TabIndex = 1;
|
||||
//
|
||||
// cmdConnect
|
||||
//
|
||||
this.cmdConnect.Location = new System.Drawing.Point(280, 66);
|
||||
this.cmdConnect.Name = "cmdConnect";
|
||||
this.cmdConnect.Size = new System.Drawing.Size(120, 24);
|
||||
this.cmdConnect.TabIndex = 3;
|
||||
this.cmdConnect.Text = "Connect";
|
||||
this.cmdConnect.Click += new System.EventHandler(this.cmdConnect_Click);
|
||||
//
|
||||
// txtFirstName
|
||||
//
|
||||
this.txtFirstName.Location = new System.Drawing.Point(16, 40);
|
||||
this.txtFirstName.Name = "txtFirstName";
|
||||
this.txtFirstName.Size = new System.Drawing.Size(120, 20);
|
||||
this.txtFirstName.TabIndex = 0;
|
||||
//
|
||||
// cmdLeave
|
||||
//
|
||||
this.cmdLeave.Enabled = false;
|
||||
this.cmdLeave.Location = new System.Drawing.Point(313, 174);
|
||||
this.cmdLeave.Name = "cmdLeave";
|
||||
this.cmdLeave.Size = new System.Drawing.Size(90, 23);
|
||||
this.cmdLeave.TabIndex = 7;
|
||||
this.cmdLeave.Text = "Leave";
|
||||
this.cmdLeave.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// cmdCreate
|
||||
//
|
||||
this.cmdCreate.Location = new System.Drawing.Point(19, 174);
|
||||
this.cmdCreate.Name = "cmdCreate";
|
||||
this.cmdCreate.Size = new System.Drawing.Size(90, 23);
|
||||
this.cmdCreate.TabIndex = 8;
|
||||
this.cmdCreate.Text = "Create";
|
||||
this.cmdCreate.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// cmdActivate
|
||||
//
|
||||
this.cmdActivate.Enabled = false;
|
||||
this.cmdActivate.Location = new System.Drawing.Point(116, 174);
|
||||
this.cmdActivate.Name = "cmdActivate";
|
||||
this.cmdActivate.Size = new System.Drawing.Size(90, 23);
|
||||
this.cmdActivate.TabIndex = 9;
|
||||
this.cmdActivate.Text = "Activate";
|
||||
this.cmdActivate.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// cmdInfo
|
||||
//
|
||||
this.cmdInfo.Enabled = false;
|
||||
@@ -180,19 +74,149 @@ namespace groupmanager
|
||||
this.cmdInfo.UseVisualStyleBackColor = true;
|
||||
this.cmdInfo.Click += new System.EventHandler(this.cmdInfo_Click);
|
||||
//
|
||||
// cmdActivate
|
||||
//
|
||||
this.cmdActivate.Enabled = false;
|
||||
this.cmdActivate.Location = new System.Drawing.Point(116, 174);
|
||||
this.cmdActivate.Name = "cmdActivate";
|
||||
this.cmdActivate.Size = new System.Drawing.Size(90, 23);
|
||||
this.cmdActivate.TabIndex = 9;
|
||||
this.cmdActivate.Text = "Activate";
|
||||
this.cmdActivate.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// cmdCreate
|
||||
//
|
||||
this.cmdCreate.Location = new System.Drawing.Point(19, 174);
|
||||
this.cmdCreate.Name = "cmdCreate";
|
||||
this.cmdCreate.Size = new System.Drawing.Size(90, 23);
|
||||
this.cmdCreate.TabIndex = 8;
|
||||
this.cmdCreate.Text = "Create";
|
||||
this.cmdCreate.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// cmdLeave
|
||||
//
|
||||
this.cmdLeave.Enabled = false;
|
||||
this.cmdLeave.Location = new System.Drawing.Point(313, 174);
|
||||
this.cmdLeave.Name = "cmdLeave";
|
||||
this.cmdLeave.Size = new System.Drawing.Size(90, 23);
|
||||
this.cmdLeave.TabIndex = 7;
|
||||
this.cmdLeave.Text = "Leave";
|
||||
this.cmdLeave.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// lstGroups
|
||||
//
|
||||
this.lstGroups.FormattingEnabled = true;
|
||||
this.lstGroups.Location = new System.Drawing.Point(19, 31);
|
||||
this.lstGroups.Name = "lstGroups";
|
||||
this.lstGroups.Size = new System.Drawing.Size(384, 134);
|
||||
this.lstGroups.TabIndex = 0;
|
||||
this.lstGroups.SelectedIndexChanged += new System.EventHandler(this.lstGroups_SelectedIndexChanged);
|
||||
//
|
||||
// grpLogin
|
||||
//
|
||||
this.grpLogin.Controls.Add(this.comboGrid);
|
||||
this.grpLogin.Controls.Add(this.label4);
|
||||
this.grpLogin.Controls.Add(this.cmdConnect);
|
||||
this.grpLogin.Controls.Add(this.label3);
|
||||
this.grpLogin.Controls.Add(this.label2);
|
||||
this.grpLogin.Controls.Add(this.label1);
|
||||
this.grpLogin.Controls.Add(this.txtPassword);
|
||||
this.grpLogin.Controls.Add(this.txtLastName);
|
||||
this.grpLogin.Controls.Add(this.txtFirstName);
|
||||
this.grpLogin.Location = new System.Drawing.Point(12, 232);
|
||||
this.grpLogin.Name = "grpLogin";
|
||||
this.grpLogin.Size = new System.Drawing.Size(419, 176);
|
||||
this.grpLogin.TabIndex = 51;
|
||||
this.grpLogin.TabStop = false;
|
||||
//
|
||||
// comboGrid
|
||||
//
|
||||
this.comboGrid.FormattingEnabled = true;
|
||||
this.comboGrid.Items.AddRange(new object[] {
|
||||
"https://login.agni.lindenlab.com/cgi-bin/login.cgi",
|
||||
"https://login.aditi.lindenlab.com/cgi-bin/login.cgi",
|
||||
"http://127.0.0.1:8002"});
|
||||
this.comboGrid.Location = new System.Drawing.Point(116, 104);
|
||||
this.comboGrid.Name = "comboGrid";
|
||||
this.comboGrid.Size = new System.Drawing.Size(287, 21);
|
||||
this.comboGrid.TabIndex = 52;
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.Location = new System.Drawing.Point(13, 107);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(73, 13);
|
||||
this.label4.TabIndex = 51;
|
||||
this.label4.Text = "Grid Selection";
|
||||
//
|
||||
// cmdConnect
|
||||
//
|
||||
this.cmdConnect.Location = new System.Drawing.Point(116, 146);
|
||||
this.cmdConnect.Name = "cmdConnect";
|
||||
this.cmdConnect.Size = new System.Drawing.Size(176, 24);
|
||||
this.cmdConnect.TabIndex = 3;
|
||||
this.cmdConnect.Text = "Connect";
|
||||
this.cmdConnect.Click += new System.EventHandler(this.cmdConnect_Click);
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.Location = new System.Drawing.Point(13, 77);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(56, 16);
|
||||
this.label3.TabIndex = 50;
|
||||
this.label3.Text = "Password";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.Location = new System.Drawing.Point(13, 51);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(65, 16);
|
||||
this.label2.TabIndex = 50;
|
||||
this.label2.Text = "Last Name";
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.Location = new System.Drawing.Point(13, 25);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(59, 13);
|
||||
this.label1.TabIndex = 50;
|
||||
this.label1.Text = "First Name";
|
||||
//
|
||||
// txtPassword
|
||||
//
|
||||
this.txtPassword.Location = new System.Drawing.Point(116, 74);
|
||||
this.txtPassword.Name = "txtPassword";
|
||||
this.txtPassword.PasswordChar = '*';
|
||||
this.txtPassword.Size = new System.Drawing.Size(176, 20);
|
||||
this.txtPassword.TabIndex = 2;
|
||||
//
|
||||
// txtLastName
|
||||
//
|
||||
this.txtLastName.Location = new System.Drawing.Point(116, 48);
|
||||
this.txtLastName.Name = "txtLastName";
|
||||
this.txtLastName.Size = new System.Drawing.Size(176, 20);
|
||||
this.txtLastName.TabIndex = 1;
|
||||
//
|
||||
// txtFirstName
|
||||
//
|
||||
this.txtFirstName.Location = new System.Drawing.Point(116, 22);
|
||||
this.txtFirstName.Name = "txtFirstName";
|
||||
this.txtFirstName.Size = new System.Drawing.Size(176, 20);
|
||||
this.txtFirstName.TabIndex = 0;
|
||||
//
|
||||
// frmGroupManager
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(445, 351);
|
||||
this.ClientSize = new System.Drawing.Size(437, 422);
|
||||
this.Controls.Add(this.grpLogin);
|
||||
this.Controls.Add(this.groupBox);
|
||||
this.MaximizeBox = false;
|
||||
this.MaximumSize = new System.Drawing.Size(453, 378);
|
||||
this.MinimumSize = new System.Drawing.Size(453, 378);
|
||||
this.MaximumSize = new System.Drawing.Size(453, 460);
|
||||
this.MinimumSize = new System.Drawing.Size(453, 460);
|
||||
this.Name = "frmGroupManager";
|
||||
this.Text = "Group Manager";
|
||||
//this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmGroupManager_FormClosing);
|
||||
this.groupBox.ResumeLayout(false);
|
||||
this.grpLogin.ResumeLayout(false);
|
||||
this.grpLogin.PerformLayout();
|
||||
@@ -216,5 +240,7 @@ namespace groupmanager
|
||||
private System.Windows.Forms.Button cmdActivate;
|
||||
private System.Windows.Forms.Button cmdCreate;
|
||||
private System.Windows.Forms.Button cmdLeave;
|
||||
private System.Windows.Forms.ComboBox comboGrid;
|
||||
private System.Windows.Forms.Label label4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user