namespace EnvironmentSample {
partial class MainForm {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
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.companyNameTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.productNameTextBox = new System.Windows.Forms.TextBox();
this.productVersionTextBox = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.executablePathTextBox = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.startupPathTextBox = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.userDomainNameTextBox = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.userNameTextBox = new System.Windows.Forms.TextBox();
this.userInteractiveCheckBox = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// companyNameTextBox
//
this.companyNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.companyNameTextBox.Location = new System.Drawing.Point(120, 13);
this.companyNameTextBox.Name = "companyNameTextBox";
this.companyNameTextBox.Size = new System.Drawing.Size(400, 20);
this.companyNameTextBox.TabIndex = 9;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(78, 13);
this.label1.TabIndex = 5;
this.label1.Text = "Company Name";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(13, 40);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(71, 13);
this.label2.TabIndex = 6;
this.label2.Text = "Product Name";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(13, 63);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(78, 13);
this.label3.TabIndex = 2;
this.label3.Text = "Product Version";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// productNameTextBox
//
this.productNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.productNameTextBox.Location = new System.Drawing.Point(120, 37);
this.productNameTextBox.Name = "productNameTextBox";
this.productNameTextBox.Size = new System.Drawing.Size(400, 20);
this.productNameTextBox.TabIndex = 10;
//
// productVersionTextBox
//
this.productVersionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.productVersionTextBox.Location = new System.Drawing.Point(120, 61);
this.productVersionTextBox.Name = "productVersionTextBox";
this.productVersionTextBox.Size = new System.Drawing.Size(400, 20);
this.productVersionTextBox.TabIndex = 11;
//
// label4
//
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(13, 88);
this.label4.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(81, 13);
this.label4.TabIndex = 13;
this.label4.Text = "Executable Path";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// executablePathTextBox
//
this.executablePathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.executablePathTextBox.Location = new System.Drawing.Point(120, 85);
this.executablePathTextBox.Name = "executablePathTextBox";
this.executablePathTextBox.Size = new System.Drawing.Size(400, 20);
this.executablePathTextBox.TabIndex = 15;
//
// label5
//
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(13, 111);
this.label5.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(62, 13);
this.label5.TabIndex = 12;
this.label5.Text = "Startup Path";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// startupPathTextBox
//
this.startupPathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.startupPathTextBox.Location = new System.Drawing.Point(120, 109);
this.startupPathTextBox.Name = "startupPathTextBox";
this.startupPathTextBox.Size = new System.Drawing.Size(400, 20);
this.startupPathTextBox.TabIndex = 14;
//
// label7
//
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(13, 160);
this.label7.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(95, 13);
this.label7.TabIndex = 19;
this.label7.Text = "User Domain Name";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// userDomainNameTextBox
//
this.userDomainNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.userDomainNameTextBox.Location = new System.Drawing.Point(120, 157);
this.userDomainNameTextBox.Name = "userDomainNameTextBox";
this.userDomainNameTextBox.Size = new System.Drawing.Size(400, 20);
this.userDomainNameTextBox.TabIndex = 21;
//
// label8
//
this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(13, 135);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(56, 13);
this.label8.TabIndex = 16;
this.label8.Text = "User Name";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// userNameTextBox
//
this.userNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.userNameTextBox.Location = new System.Drawing.Point(120, 133);
this.userNameTextBox.Name = "userNameTextBox";
this.userNameTextBox.Size = new System.Drawing.Size(400, 20);
this.userNameTextBox.TabIndex = 17;
//
// userInteractiveCheckBox
//
this.userInteractiveCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.userInteractiveCheckBox.Location = new System.Drawing.Point(13, 181);
this.userInteractiveCheckBox.Name = "userInteractiveCheckBox";
this.userInteractiveCheckBox.Size = new System.Drawing.Size(121, 17);
this.userInteractiveCheckBox.TabIndex = 22;
this.userInteractiveCheckBox.Text = "User Interactive?";
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(532, 210);
this.Controls.Add(this.userInteractiveCheckBox);
this.Controls.Add(this.label7);
this.Controls.Add(this.userDomainNameTextBox);
this.Controls.Add(this.label8);
this.Controls.Add(this.userNameTextBox);
this.Controls.Add(this.label4);
this.Controls.Add(this.executablePathTextBox);
this.Controls.Add(this.label5);
this.Controls.Add(this.startupPathTextBox);
this.Controls.Add(this.companyNameTextBox);
this.Controls.Add(this.label1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label3);
this.Controls.Add(this.productNameTextBox);
this.Controls.Add(this.productVersionTextBox);
this.Name = "MainForm";
this.Text = "Environment Details";
this.Load += new System.EventHandler(this.MainForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox companyNameTextBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox productNameTextBox;
private System.Windows.Forms.TextBox productVersionTextBox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox executablePathTextBox;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox startupPathTextBox;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox userDomainNameTextBox;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox userNameTextBox;
private System.Windows.Forms.CheckBox userInteractiveCheckBox;
}
}