Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Client.Console/HiveClientConsole.Designer.cs @ 717

Last change on this file since 717 was 717, checked in by aleitner, 16 years ago

created Hive Client Console (#334)

File size: 11.1 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.Client.Console {
23  partial class HiveClientConsole {
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.msClientConsole = new System.Windows.Forms.MenuStrip();
48      this.tsmiConsole = new System.Windows.Forms.ToolStripMenuItem();
49      this.tsmiExit = new System.Windows.Forms.ToolStripMenuItem();
50      this.tcClientConsole = new System.Windows.Forms.TabControl();
51      this.tpConnection = new System.Windows.Forms.TabPage();
52      this.btnDisconnect = new System.Windows.Forms.Button();
53      this.btnConnect = new System.Windows.Forms.Button();
54      this.gbUser = new System.Windows.Forms.GroupBox();
55      this.tbUuid = new System.Windows.Forms.TextBox();
56      this.lblUuid = new System.Windows.Forms.Label();
57      this.rtbInfoClient = new System.Windows.Forms.RichTextBox();
58      this.gbManager = new System.Windows.Forms.GroupBox();
59      this.lblPort = new System.Windows.Forms.Label();
60      this.lblIp = new System.Windows.Forms.Label();
61      this.tbPort = new System.Windows.Forms.TextBox();
62      this.tbIp = new IPAddressTextBox();
63      this.tabPage2 = new System.Windows.Forms.TabPage();
64      this.msClientConsole.SuspendLayout();
65      this.tcClientConsole.SuspendLayout();
66      this.tpConnection.SuspendLayout();
67      this.gbUser.SuspendLayout();
68      this.gbManager.SuspendLayout();
69      this.SuspendLayout();
70      //
71      // msClientConsole
72      //
73      this.msClientConsole.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
74            this.tsmiConsole});
75      this.msClientConsole.Location = new System.Drawing.Point(0, 0);
76      this.msClientConsole.Name = "msClientConsole";
77      this.msClientConsole.Size = new System.Drawing.Size(434, 24);
78      this.msClientConsole.TabIndex = 0;
79      this.msClientConsole.Text = "menuStrip1";
80      //
81      // tsmiConsole
82      //
83      this.tsmiConsole.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
84            this.tsmiExit});
85      this.tsmiConsole.Name = "tsmiConsole";
86      this.tsmiConsole.Size = new System.Drawing.Size(82, 20);
87      this.tsmiConsole.Text = "Clientconsole";
88      //
89      // tsmiExit
90      //
91      this.tsmiExit.Name = "tsmiExit";
92      this.tsmiExit.Size = new System.Drawing.Size(103, 22);
93      this.tsmiExit.Text = "Exit";
94      this.tsmiExit.Click += new System.EventHandler(this.tsmiExit_Click);
95      //
96      // tcClientConsole
97      //
98      this.tcClientConsole.Controls.Add(this.tpConnection);
99      this.tcClientConsole.Controls.Add(this.tabPage2);
100      this.tcClientConsole.Dock = System.Windows.Forms.DockStyle.Fill;
101      this.tcClientConsole.Location = new System.Drawing.Point(0, 24);
102      this.tcClientConsole.Name = "tcClientConsole";
103      this.tcClientConsole.SelectedIndex = 0;
104      this.tcClientConsole.Size = new System.Drawing.Size(434, 481);
105      this.tcClientConsole.TabIndex = 1;
106      //
107      // tpConnection
108      //
109      this.tpConnection.Controls.Add(this.btnDisconnect);
110      this.tpConnection.Controls.Add(this.btnConnect);
111      this.tpConnection.Controls.Add(this.gbUser);
112      this.tpConnection.Controls.Add(this.rtbInfoClient);
113      this.tpConnection.Controls.Add(this.gbManager);
114      this.tpConnection.Location = new System.Drawing.Point(4, 22);
115      this.tpConnection.Name = "tpConnection";
116      this.tpConnection.Padding = new System.Windows.Forms.Padding(3);
117      this.tpConnection.RightToLeft = System.Windows.Forms.RightToLeft.No;
118      this.tpConnection.Size = new System.Drawing.Size(426, 455);
119      this.tpConnection.TabIndex = 0;
120      this.tpConnection.Text = "Connection";
121      this.tpConnection.UseVisualStyleBackColor = true;
122      //
123      // btnDisconnect
124      //
125      this.btnDisconnect.Enabled = false;
126      this.btnDisconnect.Location = new System.Drawing.Point(213, 182);
127      this.btnDisconnect.Name = "btnDisconnect";
128      this.btnDisconnect.Size = new System.Drawing.Size(134, 23);
129      this.btnDisconnect.TabIndex = 4;
130      this.btnDisconnect.Text = "Disconnect";
131      this.btnDisconnect.UseVisualStyleBackColor = true;
132      this.btnDisconnect.Click += new System.EventHandler(this.btnDisconnect_Click);
133      //
134      // btnConnect
135      //
136      this.btnConnect.Location = new System.Drawing.Point(66, 182);
137      this.btnConnect.Name = "btnConnect";
138      this.btnConnect.Size = new System.Drawing.Size(131, 23);
139      this.btnConnect.TabIndex = 3;
140      this.btnConnect.Text = "Connect";
141      this.btnConnect.UseVisualStyleBackColor = true;
142      this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
143      //
144      // gbUser
145      //
146      this.gbUser.Controls.Add(this.tbUuid);
147      this.gbUser.Controls.Add(this.lblUuid);
148      this.gbUser.Location = new System.Drawing.Point(67, 117);
149      this.gbUser.Name = "gbUser";
150      this.gbUser.Size = new System.Drawing.Size(281, 51);
151      this.gbUser.TabIndex = 2;
152      this.gbUser.TabStop = false;
153      this.gbUser.Text = "User";
154      //
155      // tbUuid
156      //
157      this.tbUuid.Location = new System.Drawing.Point(56, 22);
158      this.tbUuid.Name = "tbUuid";
159      this.tbUuid.Size = new System.Drawing.Size(209, 20);
160      this.tbUuid.TabIndex = 2;
161      //
162      // lblUuid
163      //
164      this.lblUuid.AutoSize = true;
165      this.lblUuid.Location = new System.Drawing.Point(15, 25);
166      this.lblUuid.Name = "lblUuid";
167      this.lblUuid.Size = new System.Drawing.Size(34, 13);
168      this.lblUuid.TabIndex = 0;
169      this.lblUuid.Text = "UUID";
170      //
171      // rtbInfoClient
172      //
173      this.rtbInfoClient.Location = new System.Drawing.Point(18, 218);
174      this.rtbInfoClient.Name = "rtbInfoClient";
175      this.rtbInfoClient.Size = new System.Drawing.Size(387, 229);
176      this.rtbInfoClient.TabIndex = 1;
177      this.rtbInfoClient.Text = "";
178      //
179      // gbManager
180      //
181      this.gbManager.Controls.Add(this.lblPort);
182      this.gbManager.Controls.Add(this.lblIp);
183      this.gbManager.Controls.Add(this.tbPort);
184      this.gbManager.Controls.Add(this.tbIp);
185      this.gbManager.Location = new System.Drawing.Point(66, 19);
186      this.gbManager.Name = "gbManager";
187      this.gbManager.Size = new System.Drawing.Size(283, 82);
188      this.gbManager.TabIndex = 0;
189      this.gbManager.TabStop = false;
190      this.gbManager.Text = "Manager";
191      //
192      // lblPort
193      //
194      this.lblPort.AutoSize = true;
195      this.lblPort.Location = new System.Drawing.Point(16, 54);
196      this.lblPort.Name = "lblPort";
197      this.lblPort.Size = new System.Drawing.Size(26, 13);
198      this.lblPort.TabIndex = 3;
199      this.lblPort.Text = "Port";
200      //
201      // lblIp
202      //
203      this.lblIp.AutoSize = true;
204      this.lblIp.Location = new System.Drawing.Point(16, 26);
205      this.lblIp.Name = "lblIp";
206      this.lblIp.Size = new System.Drawing.Size(17, 13);
207      this.lblIp.TabIndex = 2;
208      this.lblIp.Text = "IP";
209      //
210      // tbPort
211      //
212      this.tbPort.Location = new System.Drawing.Point(57, 47);
213      this.tbPort.Name = "tbPort";
214      this.tbPort.Size = new System.Drawing.Size(209, 20);
215      this.tbPort.TabIndex = 1;
216      //
217      // tbIp
218      //
219      this.tbIp.Location = new System.Drawing.Point(57, 19);
220      this.tbIp.Name = "tbIp";
221      this.tbIp.Size = new System.Drawing.Size(211, 20);
222      this.tbIp.TabIndex = 0;
223      //
224      // tabPage2
225      //
226      this.tabPage2.Location = new System.Drawing.Point(4, 22);
227      this.tabPage2.Name = "tabPage2";
228      this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
229      this.tabPage2.Size = new System.Drawing.Size(426, 455);
230      this.tabPage2.TabIndex = 1;
231      this.tabPage2.Text = "tabPage2";
232      this.tabPage2.UseVisualStyleBackColor = true;
233      //
234      // HiveClientConsole
235      //
236      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
237      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
238      this.ClientSize = new System.Drawing.Size(434, 505);
239      this.Controls.Add(this.tcClientConsole);
240      this.Controls.Add(this.msClientConsole);
241      this.MainMenuStrip = this.msClientConsole;
242      this.Name = "HiveClientConsole";
243      this.Text = "Client Console";
244      this.msClientConsole.ResumeLayout(false);
245      this.msClientConsole.PerformLayout();
246      this.tcClientConsole.ResumeLayout(false);
247      this.tpConnection.ResumeLayout(false);
248      this.gbUser.ResumeLayout(false);
249      this.gbUser.PerformLayout();
250      this.gbManager.ResumeLayout(false);
251      this.gbManager.PerformLayout();
252      this.ResumeLayout(false);
253      this.PerformLayout();
254
255    }
256
257    #endregion
258
259    private System.Windows.Forms.MenuStrip msClientConsole;
260    private System.Windows.Forms.ToolStripMenuItem tsmiConsole;
261    private System.Windows.Forms.TabControl tcClientConsole;
262    private System.Windows.Forms.TabPage tpConnection;
263    private System.Windows.Forms.TabPage tabPage2;
264    private System.Windows.Forms.RichTextBox rtbInfoClient;
265    private System.Windows.Forms.GroupBox gbManager;
266    private System.Windows.Forms.TextBox tbPort;
267    private IPAddressTextBox tbIp;
268    private System.Windows.Forms.Label lblIp;
269    private System.Windows.Forms.GroupBox gbUser;
270    private System.Windows.Forms.Label lblUuid;
271    private System.Windows.Forms.Label lblPort;
272    private System.Windows.Forms.Button btnDisconnect;
273    private System.Windows.Forms.Button btnConnect;
274    private System.Windows.Forms.TextBox tbUuid;
275    private System.Windows.Forms.ToolStripMenuItem tsmiExit;
276  }
277}
278
Note: See TracBrowser for help on using the repository browser.