#region License Information /* HeuristicLab * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL) * * This file is part of HeuristicLab. * * HeuristicLab is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * HeuristicLab is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with HeuristicLab. If not, see . */ #endregion namespace HeuristicLab.Hive.Server.ServerConsole { partial class HiveServerConsole { /// /// 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.gbConfiguration = new System.Windows.Forms.GroupBox(); this.lblPort = new System.Windows.Forms.Label(); this.lblIp = new System.Windows.Forms.Label(); this.tbPort = new System.Windows.Forms.TextBox(); this.tbIp = new System.Windows.Forms.TextBox(); this.btnLogin = new System.Windows.Forms.Button(); this.gpUser = new System.Windows.Forms.GroupBox(); this.tbUserName = new System.Windows.Forms.TextBox(); this.lblPwd = new System.Windows.Forms.Label(); this.lblUsername = new System.Windows.Forms.Label(); this.tbPwd = new System.Windows.Forms.TextBox(); this.lblError = new System.Windows.Forms.Label(); this.gbConfiguration.SuspendLayout(); this.gpUser.SuspendLayout(); this.SuspendLayout(); // // gbConfiguration // this.gbConfiguration.Controls.Add(this.lblPort); this.gbConfiguration.Controls.Add(this.lblIp); this.gbConfiguration.Controls.Add(this.tbPort); this.gbConfiguration.Controls.Add(this.tbIp); this.gbConfiguration.Location = new System.Drawing.Point(12, 100); this.gbConfiguration.Name = "gbConfiguration"; this.gbConfiguration.Size = new System.Drawing.Size(283, 82); this.gbConfiguration.TabIndex = 4; this.gbConfiguration.TabStop = false; this.gbConfiguration.Text = "Configuration"; // // lblPort // this.lblPort.AutoSize = true; this.lblPort.Location = new System.Drawing.Point(16, 54); this.lblPort.Name = "lblPort"; this.lblPort.Size = new System.Drawing.Size(26, 13); this.lblPort.TabIndex = 3; this.lblPort.Text = "Port"; // // lblIp // this.lblIp.AutoSize = true; this.lblIp.Location = new System.Drawing.Point(16, 26); this.lblIp.Name = "lblIp"; this.lblIp.Size = new System.Drawing.Size(17, 13); this.lblIp.TabIndex = 2; this.lblIp.Text = "IP"; // // tbPort // this.tbPort.Location = new System.Drawing.Point(77, 47); this.tbPort.Name = "tbPort"; this.tbPort.Size = new System.Drawing.Size(189, 20); this.tbPort.TabIndex = 6; this.tbPort.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HiveServerConsole_KeyPress); // // tbIp // this.tbIp.Location = new System.Drawing.Point(77, 19); this.tbIp.Name = "tbIp"; this.tbIp.Size = new System.Drawing.Size(191, 20); this.tbIp.TabIndex = 5; this.tbIp.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HiveServerConsole_KeyPress); // // btnLogin // this.btnLogin.Location = new System.Drawing.Point(179, 188); this.btnLogin.Name = "btnLogin"; this.btnLogin.Size = new System.Drawing.Size(116, 23); this.btnLogin.TabIndex = 7; this.btnLogin.Text = "Login"; this.btnLogin.UseVisualStyleBackColor = true; this.btnLogin.Click += new System.EventHandler(this.BtnLogin_Click); this.btnLogin.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HiveServerConsole_KeyPress); // // gpUser // this.gpUser.Controls.Add(this.tbUserName); this.gpUser.Controls.Add(this.lblPwd); this.gpUser.Controls.Add(this.lblUsername); this.gpUser.Controls.Add(this.tbPwd); this.gpUser.Location = new System.Drawing.Point(12, 12); this.gpUser.Name = "gpUser"; this.gpUser.Size = new System.Drawing.Size(283, 82); this.gpUser.TabIndex = 1; this.gpUser.TabStop = false; this.gpUser.Text = "User"; // // tbUserName // this.tbUserName.Location = new System.Drawing.Point(77, 19); this.tbUserName.Name = "tbUserName"; this.tbUserName.Size = new System.Drawing.Size(189, 20); this.tbUserName.TabIndex = 2; this.tbUserName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HiveServerConsole_KeyPress); // // lblPwd // this.lblPwd.AutoSize = true; this.lblPwd.Location = new System.Drawing.Point(16, 54); this.lblPwd.Name = "lblPwd"; this.lblPwd.Size = new System.Drawing.Size(53, 13); this.lblPwd.TabIndex = 3; this.lblPwd.Text = "Password"; // // lblUsername // this.lblUsername.AutoSize = true; this.lblUsername.Location = new System.Drawing.Point(16, 26); this.lblUsername.Name = "lblUsername"; this.lblUsername.Size = new System.Drawing.Size(55, 13); this.lblUsername.TabIndex = 2; this.lblUsername.Text = "Username"; // // tbPwd // this.tbPwd.Location = new System.Drawing.Point(77, 47); this.tbPwd.Name = "tbPwd"; this.tbPwd.Size = new System.Drawing.Size(189, 20); this.tbPwd.TabIndex = 3; this.tbPwd.UseSystemPasswordChar = true; this.tbPwd.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HiveServerConsole_KeyPress); // // lblError // this.lblError.AutoSize = true; this.lblError.ForeColor = System.Drawing.Color.Red; this.lblError.Location = new System.Drawing.Point(16, 238); this.lblError.Name = "lblError"; this.lblError.Size = new System.Drawing.Size(0, 13); this.lblError.TabIndex = 5; // // HiveServerConsole // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(311, 225); this.Controls.Add(this.lblError); this.Controls.Add(this.gpUser); this.Controls.Add(this.btnLogin); this.Controls.Add(this.gbConfiguration); this.Name = "HiveServerConsole"; this.Text = "Server Console"; this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HiveServerConsole_KeyPress); this.gbConfiguration.ResumeLayout(false); this.gbConfiguration.PerformLayout(); this.gpUser.ResumeLayout(false); this.gpUser.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox gbConfiguration; private System.Windows.Forms.Label lblPort; private System.Windows.Forms.Label lblIp; private System.Windows.Forms.TextBox tbPort; private System.Windows.Forms.TextBox tbIp; private System.Windows.Forms.Button btnLogin; private System.Windows.Forms.GroupBox gpUser; private System.Windows.Forms.TextBox tbUserName; private System.Windows.Forms.Label lblPwd; private System.Windows.Forms.Label lblUsername; private System.Windows.Forms.TextBox tbPwd; private System.Windows.Forms.Label lblError; } }