Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Server.Console/HiveServerConsole.Designer.cs @ 1164

Last change on this file since 1164 was 1164, checked in by aleitner, 15 years ago

updated details panels, onclick methods on TreeView (#452)

File size: 10.0 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Hive.Server.ServerConsole {
23  partial class HiveServerConsole {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Windows Form Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.msServerConsole = new System.Windows.Forms.MenuStrip();
48      this.tsmiConsole = new System.Windows.Forms.ToolStripMenuItem();
49      this.tsmiExit = new System.Windows.Forms.ToolStripMenuItem();
50      this.gbManager = new System.Windows.Forms.GroupBox();
51      this.lblPort = new System.Windows.Forms.Label();
52      this.lblIp = new System.Windows.Forms.Label();
53      this.tbPort = new System.Windows.Forms.TextBox();
54      this.tbIp = new System.Windows.Forms.TextBox();
55      this.btnLogin = new System.Windows.Forms.Button();
56      this.groupBox1 = new System.Windows.Forms.GroupBox();
57      this.tbUserName = new System.Windows.Forms.TextBox();
58      this.lblPwd = new System.Windows.Forms.Label();
59      this.lblUsername = new System.Windows.Forms.Label();
60      this.tbPwd = new System.Windows.Forms.TextBox();
61      this.lblError = new System.Windows.Forms.Label();
62      this.msServerConsole.SuspendLayout();
63      this.gbManager.SuspendLayout();
64      this.groupBox1.SuspendLayout();
65      this.SuspendLayout();
66      //
67      // msServerConsole
68      //
69      this.msServerConsole.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
70            this.tsmiConsole});
71      this.msServerConsole.Location = new System.Drawing.Point(0, 0);
72      this.msServerConsole.Name = "msServerConsole";
73      this.msServerConsole.Size = new System.Drawing.Size(311, 24);
74      this.msServerConsole.TabIndex = 0;
75      this.msServerConsole.Text = "menuStrip1";
76      //
77      // tsmiConsole
78      //
79      this.tsmiConsole.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
80            this.tsmiExit});
81      this.tsmiConsole.Name = "tsmiConsole";
82      this.tsmiConsole.Size = new System.Drawing.Size(87, 20);
83      this.tsmiConsole.Text = "Serverconsole";
84      //
85      // tsmiExit
86      //
87      this.tsmiExit.Name = "tsmiExit";
88      this.tsmiExit.Size = new System.Drawing.Size(103, 22);
89      this.tsmiExit.Text = "Exit";
90      this.tsmiExit.Click += new System.EventHandler(this.tsmiExit_Click);
91      //
92      // gbManager
93      //
94      this.gbManager.Controls.Add(this.lblPort);
95      this.gbManager.Controls.Add(this.lblIp);
96      this.gbManager.Controls.Add(this.tbPort);
97      this.gbManager.Controls.Add(this.tbIp);
98      this.gbManager.Location = new System.Drawing.Point(16, 124);
99      this.gbManager.Name = "gbManager";
100      this.gbManager.Size = new System.Drawing.Size(283, 82);
101      this.gbManager.TabIndex = 4;
102      this.gbManager.TabStop = false;
103      this.gbManager.Text = "Manager";
104      //
105      // lblPort
106      //
107      this.lblPort.AutoSize = true;
108      this.lblPort.Location = new System.Drawing.Point(16, 54);
109      this.lblPort.Name = "lblPort";
110      this.lblPort.Size = new System.Drawing.Size(26, 13);
111      this.lblPort.TabIndex = 3;
112      this.lblPort.Text = "Port";
113      //
114      // lblIp
115      //
116      this.lblIp.AutoSize = true;
117      this.lblIp.Location = new System.Drawing.Point(16, 26);
118      this.lblIp.Name = "lblIp";
119      this.lblIp.Size = new System.Drawing.Size(17, 13);
120      this.lblIp.TabIndex = 2;
121      this.lblIp.Text = "IP";
122      //
123      // tbPort
124      //
125      this.tbPort.Location = new System.Drawing.Point(77, 47);
126      this.tbPort.Name = "tbPort";
127      this.tbPort.Size = new System.Drawing.Size(189, 20);
128      this.tbPort.TabIndex = 6;
129      this.tbPort.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HiveServerConsole_KeyPress);
130      //
131      // tbIp
132      //
133      this.tbIp.Location = new System.Drawing.Point(77, 19);
134      this.tbIp.Name = "tbIp";
135      this.tbIp.Size = new System.Drawing.Size(191, 20);
136      this.tbIp.TabIndex = 5;
137      this.tbIp.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HiveServerConsole_KeyPress);
138      //
139      // btnLogin
140      //
141      this.btnLogin.Location = new System.Drawing.Point(183, 212);
142      this.btnLogin.Name = "btnLogin";
143      this.btnLogin.Size = new System.Drawing.Size(116, 23);
144      this.btnLogin.TabIndex = 7;
145      this.btnLogin.Text = "Login";
146      this.btnLogin.UseVisualStyleBackColor = true;
147      this.btnLogin.Click += new System.EventHandler(this.BtnLogin_Click);
148      this.btnLogin.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HiveServerConsole_KeyPress);
149      //
150      // groupBox1
151      //
152      this.groupBox1.Controls.Add(this.tbUserName);
153      this.groupBox1.Controls.Add(this.lblPwd);
154      this.groupBox1.Controls.Add(this.lblUsername);
155      this.groupBox1.Controls.Add(this.tbPwd);
156      this.groupBox1.Location = new System.Drawing.Point(16, 36);
157      this.groupBox1.Name = "groupBox1";
158      this.groupBox1.Size = new System.Drawing.Size(283, 82);
159      this.groupBox1.TabIndex = 1;
160      this.groupBox1.TabStop = false;
161      this.groupBox1.Text = "Manager";
162      //
163      // tbUserName
164      //
165      this.tbUserName.Location = new System.Drawing.Point(77, 19);
166      this.tbUserName.Name = "tbUserName";
167      this.tbUserName.Size = new System.Drawing.Size(189, 20);
168      this.tbUserName.TabIndex = 2;
169      this.tbUserName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HiveServerConsole_KeyPress);
170      //
171      // lblPwd
172      //
173      this.lblPwd.AutoSize = true;
174      this.lblPwd.Location = new System.Drawing.Point(16, 54);
175      this.lblPwd.Name = "lblPwd";
176      this.lblPwd.Size = new System.Drawing.Size(53, 13);
177      this.lblPwd.TabIndex = 3;
178      this.lblPwd.Text = "Password";
179      //
180      // lblUsername
181      //
182      this.lblUsername.AutoSize = true;
183      this.lblUsername.Location = new System.Drawing.Point(16, 26);
184      this.lblUsername.Name = "lblUsername";
185      this.lblUsername.Size = new System.Drawing.Size(55, 13);
186      this.lblUsername.TabIndex = 2;
187      this.lblUsername.Text = "Username";
188      //
189      // tbPwd
190      //
191      this.tbPwd.Location = new System.Drawing.Point(77, 47);
192      this.tbPwd.Name = "tbPwd";
193      this.tbPwd.Size = new System.Drawing.Size(189, 20);
194      this.tbPwd.TabIndex = 3;
195      this.tbPwd.UseSystemPasswordChar = true;
196      this.tbPwd.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HiveServerConsole_KeyPress);
197      //
198      // lblError
199      //
200      this.lblError.AutoSize = true;
201      this.lblError.ForeColor = System.Drawing.Color.Red;
202      this.lblError.Location = new System.Drawing.Point(16, 238);
203      this.lblError.Name = "lblError";
204      this.lblError.Size = new System.Drawing.Size(0, 13);
205      this.lblError.TabIndex = 5;
206      //
207      // HiveServerConsole
208      //
209      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
210      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
211      this.ClientSize = new System.Drawing.Size(311, 263);
212      this.Controls.Add(this.lblError);
213      this.Controls.Add(this.groupBox1);
214      this.Controls.Add(this.btnLogin);
215      this.Controls.Add(this.gbManager);
216      this.Controls.Add(this.msServerConsole);
217      this.MainMenuStrip = this.msServerConsole;
218      this.Name = "HiveServerConsole";
219      this.Text = "Server Console";
220      this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HiveServerConsole_KeyPress);
221      this.msServerConsole.ResumeLayout(false);
222      this.msServerConsole.PerformLayout();
223      this.gbManager.ResumeLayout(false);
224      this.gbManager.PerformLayout();
225      this.groupBox1.ResumeLayout(false);
226      this.groupBox1.PerformLayout();
227      this.ResumeLayout(false);
228      this.PerformLayout();
229
230    }
231
232    #endregion
233
234    private System.Windows.Forms.MenuStrip msServerConsole;
235    private System.Windows.Forms.ToolStripMenuItem tsmiConsole;
236    private System.Windows.Forms.ToolStripMenuItem tsmiExit;
237    private System.Windows.Forms.GroupBox gbManager;
238    private System.Windows.Forms.Label lblPort;
239    private System.Windows.Forms.Label lblIp;
240    private System.Windows.Forms.TextBox tbPort;
241    private System.Windows.Forms.TextBox tbIp;
242    private System.Windows.Forms.Button btnLogin;
243    private System.Windows.Forms.GroupBox groupBox1;
244    private System.Windows.Forms.TextBox tbUserName;
245    private System.Windows.Forms.Label lblPwd;
246    private System.Windows.Forms.Label lblUsername;
247    private System.Windows.Forms.TextBox tbPwd;
248    private System.Windows.Forms.Label lblError;
249  }
250}
251
Note: See TracBrowser for help on using the repository browser.