namespace HeuristicLab.Hive.Server
{
partial class MainForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
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.label1 = new System.Windows.Forms.Label();
this.lblAddress1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.lblAddress2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.lblAddress3 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(18, 18);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(183, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Hive Server Client Facade running @";
//
// lblAddress1
//
this.lblAddress1.AutoSize = true;
this.lblAddress1.Location = new System.Drawing.Point(18, 43);
this.lblAddress1.Name = "lblAddress1";
this.lblAddress1.Size = new System.Drawing.Size(44, 13);
this.lblAddress1.TabIndex = 1;
this.lblAddress1.Text = "address";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(18, 76);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(195, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Hive Server Console Facade running @";
//
// lblAddress2
//
this.lblAddress2.AutoSize = true;
this.lblAddress2.Location = new System.Drawing.Point(18, 102);
this.lblAddress2.Name = "lblAddress2";
this.lblAddress2.Size = new System.Drawing.Size(44, 13);
this.lblAddress2.TabIndex = 3;
this.lblAddress2.Text = "address";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(18, 131);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(206, 13);
this.label3.TabIndex = 4;
this.label3.Text = "Hive Execution Engine Facade running @";
//
// lblAddress3
//
this.lblAddress3.AutoSize = true;
this.lblAddress3.Location = new System.Drawing.Point(18, 159);
this.lblAddress3.Name = "lblAddress3";
this.lblAddress3.Size = new System.Drawing.Size(44, 13);
this.lblAddress3.TabIndex = 5;
this.lblAddress3.Text = "address";
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(304, 181);
this.Controls.Add(this.lblAddress3);
this.Controls.Add(this.label3);
this.Controls.Add(this.lblAddress2);
this.Controls.Add(this.label2);
this.Controls.Add(this.lblAddress1);
this.Controls.Add(this.label1);
this.Name = "MainForm";
this.Text = "Hive Server";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblAddress1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lblAddress2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label lblAddress3;
}
}