websitepanel/WebsitePanel.Installer/Sources/WebsitePanel.Installer/Controls/ServiceControl.Designer.cs
ptsurbeleu 85fdf37a52 Items being checked-in:
- WebsitePanel.Installer project;
2011-07-18 17:03:33 -07:00

250 lines
11 KiB
C#

namespace WebsitePanel.Installer.Controls
{
partial class ServiceControl
{
/// <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 Component 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServiceControl));
this.grpConnectionSettings = new System.Windows.Forms.GroupBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.btnAdd = new System.Windows.Forms.Button();
this.btnTest = new System.Windows.Forms.Button();
this.lblStatus = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.textBox3 = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.grpConnectionSettings.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// grpConnectionSettings
//
this.grpConnectionSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.grpConnectionSettings.Controls.Add(this.pictureBox1);
this.grpConnectionSettings.Controls.Add(this.btnAdd);
this.grpConnectionSettings.Controls.Add(this.btnTest);
this.grpConnectionSettings.Controls.Add(this.lblStatus);
this.grpConnectionSettings.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.grpConnectionSettings.Location = new System.Drawing.Point(14, 3);
this.grpConnectionSettings.Name = "grpConnectionSettings";
this.grpConnectionSettings.Size = new System.Drawing.Size(379, 66);
this.grpConnectionSettings.TabIndex = 0;
this.grpConnectionSettings.TabStop = false;
this.grpConnectionSettings.Text = "Status";
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(13, 20);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(32, 32);
this.pictureBox1.TabIndex = 12;
this.pictureBox1.TabStop = false;
//
// btnAdd
//
this.btnAdd.Enabled = false;
this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
this.btnAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnAdd.Location = new System.Drawing.Point(258, 20);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(83, 28);
this.btnAdd.TabIndex = 11;
this.btnAdd.Text = "Stop";
this.btnAdd.UseVisualStyleBackColor = true;
//
// btnTest
//
this.btnTest.Enabled = false;
this.btnTest.Image = ((System.Drawing.Image)(resources.GetObject("btnTest.Image")));
this.btnTest.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnTest.Location = new System.Drawing.Point(169, 20);
this.btnTest.Name = "btnTest";
this.btnTest.Size = new System.Drawing.Size(83, 28);
this.btnTest.TabIndex = 10;
this.btnTest.Text = "Start";
this.btnTest.UseVisualStyleBackColor = true;
//
// lblStatus
//
this.lblStatus.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.lblStatus.Location = new System.Drawing.Point(51, 26);
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(112, 21);
this.lblStatus.TabIndex = 0;
this.lblStatus.Text = "Not installed";
//
// label1
//
this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(16, 82);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(100, 21);
this.label1.TabIndex = 4;
this.label1.Text = "Password";
//
// label2
//
this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label2.Location = new System.Drawing.Point(16, 55);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(100, 21);
this.label2.TabIndex = 2;
this.label2.Text = "Port";
//
// textBox1
//
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox1.Location = new System.Drawing.Point(122, 28);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(234, 21);
this.textBox1.TabIndex = 1;
//
// label3
//
this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label3.Location = new System.Drawing.Point(16, 28);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(100, 21);
this.label3.TabIndex = 0;
this.label3.Text = "Server";
//
// textBox2
//
this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox2.Location = new System.Drawing.Point(122, 55);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(234, 21);
this.textBox2.TabIndex = 3;
//
// button2
//
this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button2.Location = new System.Drawing.Point(14, 240);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(128, 28);
this.button2.TabIndex = 11;
this.button2.Text = "Update settings";
this.button2.UseVisualStyleBackColor = true;
//
// textBox3
//
this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox3.Location = new System.Drawing.Point(122, 82);
this.textBox3.Name = "textBox3";
this.textBox3.PasswordChar = '*';
this.textBox3.Size = new System.Drawing.Size(234, 21);
this.textBox3.TabIndex = 5;
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.textBox4);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.textBox3);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.textBox2);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.groupBox1.Location = new System.Drawing.Point(14, 81);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(379, 150);
this.groupBox1.TabIndex = 10;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Connection settings";
//
// textBox4
//
this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox4.Location = new System.Drawing.Point(122, 109);
this.textBox4.Name = "textBox4";
this.textBox4.PasswordChar = '*';
this.textBox4.Size = new System.Drawing.Size(234, 21);
this.textBox4.TabIndex = 7;
//
// label4
//
this.label4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label4.Location = new System.Drawing.Point(16, 109);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(100, 21);
this.label4.TabIndex = 6;
this.label4.Text = "Confirm password";
//
// ServiceControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.button2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.grpConnectionSettings);
this.Name = "ServiceControl";
this.Size = new System.Drawing.Size(406, 327);
this.grpConnectionSettings.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox grpConnectionSettings;
private System.Windows.Forms.Label lblStatus;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnTest;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.Label label4;
}
}