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 |
|
---|
22 | namespace 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.components = new System.ComponentModel.Container();
|
---|
48 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveClientConsole));
|
---|
49 | this.tcClientConsole = new System.Windows.Forms.TabControl();
|
---|
50 | this.tpConnection = new System.Windows.Forms.TabPage();
|
---|
51 | this.gbJobCommon = new System.Windows.Forms.GroupBox();
|
---|
52 | this.lvJobDetail = new System.Windows.Forms.ListView();
|
---|
53 | this.chJobId = new System.Windows.Forms.ColumnHeader();
|
---|
54 | this.chSince = new System.Windows.Forms.ColumnHeader();
|
---|
55 | this.chProgress = new System.Windows.Forms.ColumnHeader();
|
---|
56 | this.gbCommon = new System.Windows.Forms.GroupBox();
|
---|
57 | this.lbJobsAborted = new System.Windows.Forms.Label();
|
---|
58 | this.lbJobdone = new System.Windows.Forms.Label();
|
---|
59 | this.lbJobsFetched = new System.Windows.Forms.Label();
|
---|
60 | this.lbGuid = new System.Windows.Forms.Label();
|
---|
61 | this.lbGuidCaption = new System.Windows.Forms.Label();
|
---|
62 | this.lbCs = new System.Windows.Forms.Label();
|
---|
63 | this.lbConnectionStatus = new System.Windows.Forms.Label();
|
---|
64 | this.zGJobs = new ZedGraph.ZedGraphControl();
|
---|
65 | this.lbConnectionStatusCaption = new System.Windows.Forms.Label();
|
---|
66 | this.lbJobsAbortedCaption = new System.Windows.Forms.Label();
|
---|
67 | this.lbJobdoneCaption = new System.Windows.Forms.Label();
|
---|
68 | this.lbJobsFetchedCaption = new System.Windows.Forms.Label();
|
---|
69 | this.lbCsCaption = new System.Windows.Forms.Label();
|
---|
70 | this.gbEventLog = new System.Windows.Forms.GroupBox();
|
---|
71 | this.lvLog = new System.Windows.Forms.ListView();
|
---|
72 | this.chType = new System.Windows.Forms.ColumnHeader();
|
---|
73 | this.chId = new System.Windows.Forms.ColumnHeader();
|
---|
74 | this.chMessage = new System.Windows.Forms.ColumnHeader();
|
---|
75 | this.chDate = new System.Windows.Forms.ColumnHeader();
|
---|
76 | this.chTime = new System.Windows.Forms.ColumnHeader();
|
---|
77 | this.ilEventLog = new System.Windows.Forms.ImageList(this.components);
|
---|
78 | this.tabPage2 = new System.Windows.Forms.TabPage();
|
---|
79 | this.gbOnlineTime = new System.Windows.Forms.GroupBox();
|
---|
80 | this.gbServerConnection = new System.Windows.Forms.GroupBox();
|
---|
81 | this.lbStatus = new System.Windows.Forms.Label();
|
---|
82 | this.lbStatusCaption = new System.Windows.Forms.Label();
|
---|
83 | this.btnDisconnect = new System.Windows.Forms.Button();
|
---|
84 | this.btConnect = new System.Windows.Forms.Button();
|
---|
85 | this.tbPort = new System.Windows.Forms.TextBox();
|
---|
86 | this.tbIPAdress = new System.Windows.Forms.TextBox();
|
---|
87 | this.lbServerIPCaption = new System.Windows.Forms.Label();
|
---|
88 | this.lbPortCaption = new System.Windows.Forms.Label();
|
---|
89 | this.label1 = new System.Windows.Forms.Label();
|
---|
90 | this.tcClientConsole.SuspendLayout();
|
---|
91 | this.tpConnection.SuspendLayout();
|
---|
92 | this.gbJobCommon.SuspendLayout();
|
---|
93 | this.gbCommon.SuspendLayout();
|
---|
94 | this.gbEventLog.SuspendLayout();
|
---|
95 | this.tabPage2.SuspendLayout();
|
---|
96 | this.gbOnlineTime.SuspendLayout();
|
---|
97 | this.gbServerConnection.SuspendLayout();
|
---|
98 | this.SuspendLayout();
|
---|
99 | //
|
---|
100 | // tcClientConsole
|
---|
101 | //
|
---|
102 | this.tcClientConsole.Controls.Add(this.tpConnection);
|
---|
103 | this.tcClientConsole.Controls.Add(this.tabPage2);
|
---|
104 | this.tcClientConsole.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
105 | this.tcClientConsole.Location = new System.Drawing.Point(0, 0);
|
---|
106 | this.tcClientConsole.Name = "tcClientConsole";
|
---|
107 | this.tcClientConsole.SelectedIndex = 0;
|
---|
108 | this.tcClientConsole.Size = new System.Drawing.Size(437, 508);
|
---|
109 | this.tcClientConsole.TabIndex = 1;
|
---|
110 | //
|
---|
111 | // tpConnection
|
---|
112 | //
|
---|
113 | this.tpConnection.Controls.Add(this.gbJobCommon);
|
---|
114 | this.tpConnection.Controls.Add(this.gbCommon);
|
---|
115 | this.tpConnection.Controls.Add(this.gbEventLog);
|
---|
116 | this.tpConnection.Location = new System.Drawing.Point(4, 22);
|
---|
117 | this.tpConnection.Name = "tpConnection";
|
---|
118 | this.tpConnection.Padding = new System.Windows.Forms.Padding(3);
|
---|
119 | this.tpConnection.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
---|
120 | this.tpConnection.Size = new System.Drawing.Size(429, 482);
|
---|
121 | this.tpConnection.TabIndex = 0;
|
---|
122 | this.tpConnection.Text = "Status";
|
---|
123 | this.tpConnection.UseVisualStyleBackColor = true;
|
---|
124 | //
|
---|
125 | // gbJobCommon
|
---|
126 | //
|
---|
127 | this.gbJobCommon.Controls.Add(this.lvJobDetail);
|
---|
128 | this.gbJobCommon.Location = new System.Drawing.Point(8, 152);
|
---|
129 | this.gbJobCommon.Name = "gbJobCommon";
|
---|
130 | this.gbJobCommon.Size = new System.Drawing.Size(412, 106);
|
---|
131 | this.gbJobCommon.TabIndex = 13;
|
---|
132 | this.gbJobCommon.TabStop = false;
|
---|
133 | this.gbJobCommon.Text = "Jobs detail";
|
---|
134 | //
|
---|
135 | // lvJobDetail
|
---|
136 | //
|
---|
137 | this.lvJobDetail.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
---|
138 | this.chJobId,
|
---|
139 | this.chSince,
|
---|
140 | this.chProgress});
|
---|
141 | this.lvJobDetail.FullRowSelect = true;
|
---|
142 | this.lvJobDetail.GridLines = true;
|
---|
143 | this.lvJobDetail.Location = new System.Drawing.Point(6, 19);
|
---|
144 | this.lvJobDetail.Name = "lvJobDetail";
|
---|
145 | this.lvJobDetail.Size = new System.Drawing.Size(398, 76);
|
---|
146 | this.lvJobDetail.TabIndex = 0;
|
---|
147 | this.lvJobDetail.UseCompatibleStateImageBehavior = false;
|
---|
148 | this.lvJobDetail.View = System.Windows.Forms.View.Details;
|
---|
149 | //
|
---|
150 | // chJobId
|
---|
151 | //
|
---|
152 | this.chJobId.Text = "ID";
|
---|
153 | //
|
---|
154 | // chSince
|
---|
155 | //
|
---|
156 | this.chSince.Text = "Since";
|
---|
157 | this.chSince.Width = 74;
|
---|
158 | //
|
---|
159 | // chProgress
|
---|
160 | //
|
---|
161 | this.chProgress.Text = "Progress";
|
---|
162 | this.chProgress.Width = 260;
|
---|
163 | //
|
---|
164 | // gbCommon
|
---|
165 | //
|
---|
166 | this.gbCommon.Controls.Add(this.lbJobsAborted);
|
---|
167 | this.gbCommon.Controls.Add(this.lbJobdone);
|
---|
168 | this.gbCommon.Controls.Add(this.lbJobsFetched);
|
---|
169 | this.gbCommon.Controls.Add(this.lbGuid);
|
---|
170 | this.gbCommon.Controls.Add(this.lbGuidCaption);
|
---|
171 | this.gbCommon.Controls.Add(this.lbCs);
|
---|
172 | this.gbCommon.Controls.Add(this.lbConnectionStatus);
|
---|
173 | this.gbCommon.Controls.Add(this.zGJobs);
|
---|
174 | this.gbCommon.Controls.Add(this.lbConnectionStatusCaption);
|
---|
175 | this.gbCommon.Controls.Add(this.lbJobsAbortedCaption);
|
---|
176 | this.gbCommon.Controls.Add(this.lbJobdoneCaption);
|
---|
177 | this.gbCommon.Controls.Add(this.lbJobsFetchedCaption);
|
---|
178 | this.gbCommon.Controls.Add(this.lbCsCaption);
|
---|
179 | this.gbCommon.Location = new System.Drawing.Point(8, 6);
|
---|
180 | this.gbCommon.Name = "gbCommon";
|
---|
181 | this.gbCommon.Size = new System.Drawing.Size(410, 133);
|
---|
182 | this.gbCommon.TabIndex = 14;
|
---|
183 | this.gbCommon.TabStop = false;
|
---|
184 | this.gbCommon.Text = "Common";
|
---|
185 | //
|
---|
186 | // lbJobsAborted
|
---|
187 | //
|
---|
188 | this.lbJobsAborted.AutoSize = true;
|
---|
189 | this.lbJobsAborted.Location = new System.Drawing.Point(195, 114);
|
---|
190 | this.lbJobsAborted.Name = "lbJobsAborted";
|
---|
191 | this.lbJobsAborted.Size = new System.Drawing.Size(54, 13);
|
---|
192 | this.lbJobsAborted.TabIndex = 20;
|
---|
193 | this.lbJobsAborted.Text = "undefined";
|
---|
194 | //
|
---|
195 | // lbJobdone
|
---|
196 | //
|
---|
197 | this.lbJobdone.AutoSize = true;
|
---|
198 | this.lbJobdone.Location = new System.Drawing.Point(62, 114);
|
---|
199 | this.lbJobdone.Name = "lbJobdone";
|
---|
200 | this.lbJobdone.Size = new System.Drawing.Size(54, 13);
|
---|
201 | this.lbJobdone.TabIndex = 19;
|
---|
202 | this.lbJobdone.Text = "undefined";
|
---|
203 | //
|
---|
204 | // lbJobsFetched
|
---|
205 | //
|
---|
206 | this.lbJobsFetched.AutoSize = true;
|
---|
207 | this.lbJobsFetched.Location = new System.Drawing.Point(74, 90);
|
---|
208 | this.lbJobsFetched.Name = "lbJobsFetched";
|
---|
209 | this.lbJobsFetched.Size = new System.Drawing.Size(54, 13);
|
---|
210 | this.lbJobsFetched.TabIndex = 18;
|
---|
211 | this.lbJobsFetched.Text = "undefined";
|
---|
212 | //
|
---|
213 | // lbGuid
|
---|
214 | //
|
---|
215 | this.lbGuid.AutoSize = true;
|
---|
216 | this.lbGuid.Location = new System.Drawing.Point(41, 16);
|
---|
217 | this.lbGuid.Name = "lbGuid";
|
---|
218 | this.lbGuid.Size = new System.Drawing.Size(39, 13);
|
---|
219 | this.lbGuid.TabIndex = 15;
|
---|
220 | this.lbGuid.Text = "not set";
|
---|
221 | //
|
---|
222 | // lbGuidCaption
|
---|
223 | //
|
---|
224 | this.lbGuidCaption.AutoSize = true;
|
---|
225 | this.lbGuidCaption.Location = new System.Drawing.Point(9, 16);
|
---|
226 | this.lbGuidCaption.Name = "lbGuidCaption";
|
---|
227 | this.lbGuidCaption.Size = new System.Drawing.Size(37, 13);
|
---|
228 | this.lbGuidCaption.TabIndex = 8;
|
---|
229 | this.lbGuidCaption.Text = "GUID:";
|
---|
230 | //
|
---|
231 | // lbCs
|
---|
232 | //
|
---|
233 | this.lbCs.AutoSize = true;
|
---|
234 | this.lbCs.Location = new System.Drawing.Point(94, 40);
|
---|
235 | this.lbCs.Name = "lbCs";
|
---|
236 | this.lbCs.Size = new System.Drawing.Size(54, 13);
|
---|
237 | this.lbCs.TabIndex = 17;
|
---|
238 | this.lbCs.Text = "undefined";
|
---|
239 | //
|
---|
240 | // lbConnectionStatus
|
---|
241 | //
|
---|
242 | this.lbConnectionStatus.AutoSize = true;
|
---|
243 | this.lbConnectionStatus.Location = new System.Drawing.Point(97, 66);
|
---|
244 | this.lbConnectionStatus.Name = "lbConnectionStatus";
|
---|
245 | this.lbConnectionStatus.Size = new System.Drawing.Size(54, 13);
|
---|
246 | this.lbConnectionStatus.TabIndex = 16;
|
---|
247 | this.lbConnectionStatus.Text = "undefined";
|
---|
248 | //
|
---|
249 | // zGJobs
|
---|
250 | //
|
---|
251 | this.zGJobs.Location = new System.Drawing.Point(277, 16);
|
---|
252 | this.zGJobs.Name = "zGJobs";
|
---|
253 | this.zGJobs.ScrollGrace = 0;
|
---|
254 | this.zGJobs.ScrollMaxX = 0;
|
---|
255 | this.zGJobs.ScrollMaxY = 0;
|
---|
256 | this.zGJobs.ScrollMaxY2 = 0;
|
---|
257 | this.zGJobs.ScrollMinX = 0;
|
---|
258 | this.zGJobs.ScrollMinY = 0;
|
---|
259 | this.zGJobs.ScrollMinY2 = 0;
|
---|
260 | this.zGJobs.Size = new System.Drawing.Size(127, 103);
|
---|
261 | this.zGJobs.TabIndex = 14;
|
---|
262 | //
|
---|
263 | // lbConnectionStatusCaption
|
---|
264 | //
|
---|
265 | this.lbConnectionStatusCaption.AutoSize = true;
|
---|
266 | this.lbConnectionStatusCaption.Location = new System.Drawing.Point(9, 66);
|
---|
267 | this.lbConnectionStatusCaption.Name = "lbConnectionStatusCaption";
|
---|
268 | this.lbConnectionStatusCaption.Size = new System.Drawing.Size(93, 13);
|
---|
269 | this.lbConnectionStatusCaption.TabIndex = 13;
|
---|
270 | this.lbConnectionStatusCaption.Text = "Connected status:";
|
---|
271 | //
|
---|
272 | // lbJobsAbortedCaption
|
---|
273 | //
|
---|
274 | this.lbJobsAbortedCaption.AutoSize = true;
|
---|
275 | this.lbJobsAbortedCaption.Location = new System.Drawing.Point(129, 114);
|
---|
276 | this.lbJobsAbortedCaption.Name = "lbJobsAbortedCaption";
|
---|
277 | this.lbJobsAbortedCaption.Size = new System.Drawing.Size(71, 13);
|
---|
278 | this.lbJobsAbortedCaption.TabIndex = 11;
|
---|
279 | this.lbJobsAbortedCaption.Text = "Jobs aborted:";
|
---|
280 | //
|
---|
281 | // lbJobdoneCaption
|
---|
282 | //
|
---|
283 | this.lbJobdoneCaption.AutoSize = true;
|
---|
284 | this.lbJobdoneCaption.Location = new System.Drawing.Point(9, 114);
|
---|
285 | this.lbJobdoneCaption.Name = "lbJobdoneCaption";
|
---|
286 | this.lbJobdoneCaption.Size = new System.Drawing.Size(59, 13);
|
---|
287 | this.lbJobdoneCaption.TabIndex = 10;
|
---|
288 | this.lbJobdoneCaption.Text = "Jobs done:";
|
---|
289 | //
|
---|
290 | // lbJobsFetchedCaption
|
---|
291 | //
|
---|
292 | this.lbJobsFetchedCaption.AutoSize = true;
|
---|
293 | this.lbJobsFetchedCaption.Location = new System.Drawing.Point(9, 90);
|
---|
294 | this.lbJobsFetchedCaption.Name = "lbJobsFetchedCaption";
|
---|
295 | this.lbJobsFetchedCaption.Size = new System.Drawing.Size(71, 13);
|
---|
296 | this.lbJobsFetchedCaption.TabIndex = 12;
|
---|
297 | this.lbJobsFetchedCaption.Text = "Jobs fetched:";
|
---|
298 | //
|
---|
299 | // lbCsCaption
|
---|
300 | //
|
---|
301 | this.lbCsCaption.AutoSize = true;
|
---|
302 | this.lbCsCaption.Location = new System.Drawing.Point(9, 40);
|
---|
303 | this.lbCsCaption.Name = "lbCsCaption";
|
---|
304 | this.lbCsCaption.Size = new System.Drawing.Size(90, 13);
|
---|
305 | this.lbCsCaption.TabIndex = 9;
|
---|
306 | this.lbCsCaption.Text = "Connected since:";
|
---|
307 | //
|
---|
308 | // gbEventLog
|
---|
309 | //
|
---|
310 | this.gbEventLog.Controls.Add(this.lvLog);
|
---|
311 | this.gbEventLog.Location = new System.Drawing.Point(8, 264);
|
---|
312 | this.gbEventLog.Name = "gbEventLog";
|
---|
313 | this.gbEventLog.Size = new System.Drawing.Size(412, 207);
|
---|
314 | this.gbEventLog.TabIndex = 7;
|
---|
315 | this.gbEventLog.TabStop = false;
|
---|
316 | this.gbEventLog.Text = "Hive Client Log";
|
---|
317 | //
|
---|
318 | // lvLog
|
---|
319 | //
|
---|
320 | this.lvLog.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
---|
321 | this.chType,
|
---|
322 | this.chId,
|
---|
323 | this.chMessage,
|
---|
324 | this.chDate,
|
---|
325 | this.chTime});
|
---|
326 | this.lvLog.FullRowSelect = true;
|
---|
327 | this.lvLog.GridLines = true;
|
---|
328 | this.lvLog.LargeImageList = this.ilEventLog;
|
---|
329 | this.lvLog.Location = new System.Drawing.Point(6, 14);
|
---|
330 | this.lvLog.MultiSelect = false;
|
---|
331 | this.lvLog.Name = "lvLog";
|
---|
332 | this.lvLog.Size = new System.Drawing.Size(398, 187);
|
---|
333 | this.lvLog.SmallImageList = this.ilEventLog;
|
---|
334 | this.lvLog.TabIndex = 6;
|
---|
335 | this.lvLog.UseCompatibleStateImageBehavior = false;
|
---|
336 | this.lvLog.View = System.Windows.Forms.View.Details;
|
---|
337 | this.lvLog.DoubleClick += new System.EventHandler(this.lvLog_DoubleClick);
|
---|
338 | //
|
---|
339 | // chType
|
---|
340 | //
|
---|
341 | this.chType.Text = "Type";
|
---|
342 | this.chType.Width = 42;
|
---|
343 | //
|
---|
344 | // chId
|
---|
345 | //
|
---|
346 | this.chId.Text = "ID";
|
---|
347 | //
|
---|
348 | // chMessage
|
---|
349 | //
|
---|
350 | this.chMessage.Text = "Message";
|
---|
351 | this.chMessage.Width = 163;
|
---|
352 | //
|
---|
353 | // chDate
|
---|
354 | //
|
---|
355 | this.chDate.Text = "Date";
|
---|
356 | this.chDate.Width = 63;
|
---|
357 | //
|
---|
358 | // chTime
|
---|
359 | //
|
---|
360 | this.chTime.Text = "Time";
|
---|
361 | this.chTime.Width = 65;
|
---|
362 | //
|
---|
363 | // ilEventLog
|
---|
364 | //
|
---|
365 | this.ilEventLog.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilEventLog.ImageStream")));
|
---|
366 | this.ilEventLog.TransparentColor = System.Drawing.Color.Transparent;
|
---|
367 | this.ilEventLog.Images.SetKeyName(0, "Info.png");
|
---|
368 | this.ilEventLog.Images.SetKeyName(1, "Error.png");
|
---|
369 | //
|
---|
370 | // tabPage2
|
---|
371 | //
|
---|
372 | this.tabPage2.Controls.Add(this.gbOnlineTime);
|
---|
373 | this.tabPage2.Controls.Add(this.gbServerConnection);
|
---|
374 | this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
---|
375 | this.tabPage2.Name = "tabPage2";
|
---|
376 | this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
---|
377 | this.tabPage2.Size = new System.Drawing.Size(429, 482);
|
---|
378 | this.tabPage2.TabIndex = 1;
|
---|
379 | this.tabPage2.Text = "Settings";
|
---|
380 | this.tabPage2.UseVisualStyleBackColor = true;
|
---|
381 | //
|
---|
382 | // gbOnlineTime
|
---|
383 | //
|
---|
384 | this.gbOnlineTime.Controls.Add(this.label1);
|
---|
385 | this.gbOnlineTime.Location = new System.Drawing.Point(9, 117);
|
---|
386 | this.gbOnlineTime.Name = "gbOnlineTime";
|
---|
387 | this.gbOnlineTime.Size = new System.Drawing.Size(409, 354);
|
---|
388 | this.gbOnlineTime.TabIndex = 4;
|
---|
389 | this.gbOnlineTime.TabStop = false;
|
---|
390 | this.gbOnlineTime.Text = "Online time";
|
---|
391 | //
|
---|
392 | // gbServerConnection
|
---|
393 | //
|
---|
394 | this.gbServerConnection.Controls.Add(this.lbStatus);
|
---|
395 | this.gbServerConnection.Controls.Add(this.lbStatusCaption);
|
---|
396 | this.gbServerConnection.Controls.Add(this.btnDisconnect);
|
---|
397 | this.gbServerConnection.Controls.Add(this.btConnect);
|
---|
398 | this.gbServerConnection.Controls.Add(this.tbPort);
|
---|
399 | this.gbServerConnection.Controls.Add(this.tbIPAdress);
|
---|
400 | this.gbServerConnection.Controls.Add(this.lbServerIPCaption);
|
---|
401 | this.gbServerConnection.Controls.Add(this.lbPortCaption);
|
---|
402 | this.gbServerConnection.Location = new System.Drawing.Point(8, 6);
|
---|
403 | this.gbServerConnection.Name = "gbServerConnection";
|
---|
404 | this.gbServerConnection.Size = new System.Drawing.Size(410, 105);
|
---|
405 | this.gbServerConnection.TabIndex = 2;
|
---|
406 | this.gbServerConnection.TabStop = false;
|
---|
407 | this.gbServerConnection.Text = "Server connection";
|
---|
408 | //
|
---|
409 | // lbStatus
|
---|
410 | //
|
---|
411 | this.lbStatus.AutoSize = true;
|
---|
412 | this.lbStatus.Location = new System.Drawing.Point(74, 80);
|
---|
413 | this.lbStatus.Name = "lbStatus";
|
---|
414 | this.lbStatus.Size = new System.Drawing.Size(54, 13);
|
---|
415 | this.lbStatus.TabIndex = 7;
|
---|
416 | this.lbStatus.Text = "undefined";
|
---|
417 | //
|
---|
418 | // lbStatusCaption
|
---|
419 | //
|
---|
420 | this.lbStatusCaption.AutoSize = true;
|
---|
421 | this.lbStatusCaption.Location = new System.Drawing.Point(17, 80);
|
---|
422 | this.lbStatusCaption.Name = "lbStatusCaption";
|
---|
423 | this.lbStatusCaption.Size = new System.Drawing.Size(40, 13);
|
---|
424 | this.lbStatusCaption.TabIndex = 6;
|
---|
425 | this.lbStatusCaption.Text = "Status:";
|
---|
426 | //
|
---|
427 | // btnDisconnect
|
---|
428 | //
|
---|
429 | this.btnDisconnect.Location = new System.Drawing.Point(257, 51);
|
---|
430 | this.btnDisconnect.Name = "btnDisconnect";
|
---|
431 | this.btnDisconnect.Size = new System.Drawing.Size(147, 23);
|
---|
432 | this.btnDisconnect.TabIndex = 5;
|
---|
433 | this.btnDisconnect.Text = "Disconnect from server";
|
---|
434 | this.btnDisconnect.UseVisualStyleBackColor = true;
|
---|
435 | this.btnDisconnect.Click += new System.EventHandler(this.btnDisconnect_Click);
|
---|
436 | //
|
---|
437 | // btConnect
|
---|
438 | //
|
---|
439 | this.btConnect.Location = new System.Drawing.Point(257, 23);
|
---|
440 | this.btConnect.Name = "btConnect";
|
---|
441 | this.btConnect.Size = new System.Drawing.Size(147, 23);
|
---|
442 | this.btConnect.TabIndex = 4;
|
---|
443 | this.btConnect.Text = "Connect to server";
|
---|
444 | this.btConnect.UseVisualStyleBackColor = true;
|
---|
445 | this.btConnect.Click += new System.EventHandler(this.btConnect_Click);
|
---|
446 | //
|
---|
447 | // tbPort
|
---|
448 | //
|
---|
449 | this.tbPort.Location = new System.Drawing.Point(77, 51);
|
---|
450 | this.tbPort.Name = "tbPort";
|
---|
451 | this.tbPort.Size = new System.Drawing.Size(143, 20);
|
---|
452 | this.tbPort.TabIndex = 3;
|
---|
453 | //
|
---|
454 | // tbIPAdress
|
---|
455 | //
|
---|
456 | this.tbIPAdress.Location = new System.Drawing.Point(77, 25);
|
---|
457 | this.tbIPAdress.Name = "tbIPAdress";
|
---|
458 | this.tbIPAdress.Size = new System.Drawing.Size(143, 20);
|
---|
459 | this.tbIPAdress.TabIndex = 2;
|
---|
460 | //
|
---|
461 | // lbServerIPCaption
|
---|
462 | //
|
---|
463 | this.lbServerIPCaption.AutoSize = true;
|
---|
464 | this.lbServerIPCaption.Location = new System.Drawing.Point(17, 28);
|
---|
465 | this.lbServerIPCaption.Name = "lbServerIPCaption";
|
---|
466 | this.lbServerIPCaption.Size = new System.Drawing.Size(54, 13);
|
---|
467 | this.lbServerIPCaption.TabIndex = 0;
|
---|
468 | this.lbServerIPCaption.Text = "IP adress:";
|
---|
469 | //
|
---|
470 | // lbPortCaption
|
---|
471 | //
|
---|
472 | this.lbPortCaption.AutoSize = true;
|
---|
473 | this.lbPortCaption.Location = new System.Drawing.Point(17, 54);
|
---|
474 | this.lbPortCaption.Name = "lbPortCaption";
|
---|
475 | this.lbPortCaption.Size = new System.Drawing.Size(29, 13);
|
---|
476 | this.lbPortCaption.TabIndex = 1;
|
---|
477 | this.lbPortCaption.Text = "Port:";
|
---|
478 | //
|
---|
479 | // label1
|
---|
480 | //
|
---|
481 | this.label1.AutoSize = true;
|
---|
482 | this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
483 | this.label1.Location = new System.Drawing.Point(98, 154);
|
---|
484 | this.label1.Name = "label1";
|
---|
485 | this.label1.Size = new System.Drawing.Size(184, 25);
|
---|
486 | this.label1.TabIndex = 0;
|
---|
487 | this.label1.Text = "comming soon...";
|
---|
488 | //
|
---|
489 | // HiveClientConsole
|
---|
490 | //
|
---|
491 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
492 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
493 | this.ClientSize = new System.Drawing.Size(437, 508);
|
---|
494 | this.Controls.Add(this.tcClientConsole);
|
---|
495 | this.Name = "HiveClientConsole";
|
---|
496 | this.Text = "Client Console";
|
---|
497 | this.Load += new System.EventHandler(this.HiveClientConsole_Load);
|
---|
498 | this.Resize += new System.EventHandler(this.HiveClientConsole_Resize);
|
---|
499 | this.tcClientConsole.ResumeLayout(false);
|
---|
500 | this.tpConnection.ResumeLayout(false);
|
---|
501 | this.gbJobCommon.ResumeLayout(false);
|
---|
502 | this.gbCommon.ResumeLayout(false);
|
---|
503 | this.gbCommon.PerformLayout();
|
---|
504 | this.gbEventLog.ResumeLayout(false);
|
---|
505 | this.tabPage2.ResumeLayout(false);
|
---|
506 | this.gbOnlineTime.ResumeLayout(false);
|
---|
507 | this.gbOnlineTime.PerformLayout();
|
---|
508 | this.gbServerConnection.ResumeLayout(false);
|
---|
509 | this.gbServerConnection.PerformLayout();
|
---|
510 | this.ResumeLayout(false);
|
---|
511 |
|
---|
512 | }
|
---|
513 |
|
---|
514 | #endregion
|
---|
515 |
|
---|
516 | private System.Windows.Forms.TabControl tcClientConsole;
|
---|
517 | private System.Windows.Forms.TabPage tpConnection;
|
---|
518 | private System.Windows.Forms.TabPage tabPage2;
|
---|
519 | private System.Windows.Forms.ListView lvLog;
|
---|
520 | private System.Windows.Forms.ColumnHeader chType;
|
---|
521 | private System.Windows.Forms.ColumnHeader chMessage;
|
---|
522 | private System.Windows.Forms.ColumnHeader chDate;
|
---|
523 | private System.Windows.Forms.ColumnHeader chTime;
|
---|
524 | private System.Windows.Forms.Label lbJobdoneCaption;
|
---|
525 | private System.Windows.Forms.Label lbCsCaption;
|
---|
526 | private System.Windows.Forms.Label lbGuidCaption;
|
---|
527 | private System.Windows.Forms.GroupBox gbEventLog;
|
---|
528 | private System.Windows.Forms.Label lbJobsFetchedCaption;
|
---|
529 | private System.Windows.Forms.Label lbJobsAbortedCaption;
|
---|
530 | private System.Windows.Forms.GroupBox gbJobCommon;
|
---|
531 | private System.Windows.Forms.GroupBox gbCommon;
|
---|
532 | private System.Windows.Forms.ListView lvJobDetail;
|
---|
533 | private System.Windows.Forms.ColumnHeader chJobId;
|
---|
534 | private System.Windows.Forms.ColumnHeader chSince;
|
---|
535 | private System.Windows.Forms.ColumnHeader chProgress;
|
---|
536 | private System.Windows.Forms.Label lbConnectionStatusCaption;
|
---|
537 | private System.Windows.Forms.GroupBox gbServerConnection;
|
---|
538 | private System.Windows.Forms.TextBox tbPort;
|
---|
539 | private System.Windows.Forms.TextBox tbIPAdress;
|
---|
540 | private System.Windows.Forms.Label lbServerIPCaption;
|
---|
541 | private System.Windows.Forms.Label lbPortCaption;
|
---|
542 | private System.Windows.Forms.GroupBox gbOnlineTime;
|
---|
543 | private System.Windows.Forms.Button btnDisconnect;
|
---|
544 | private System.Windows.Forms.Button btConnect;
|
---|
545 | private ZedGraph.ZedGraphControl zGJobs;
|
---|
546 | private System.Windows.Forms.ColumnHeader chId;
|
---|
547 | private System.Windows.Forms.ImageList ilEventLog;
|
---|
548 | private System.Windows.Forms.Label lbStatus;
|
---|
549 | private System.Windows.Forms.Label lbStatusCaption;
|
---|
550 | private System.Windows.Forms.Label lbCs;
|
---|
551 | private System.Windows.Forms.Label lbConnectionStatus;
|
---|
552 | private System.Windows.Forms.Label lbGuid;
|
---|
553 | private System.Windows.Forms.Label lbJobsFetched;
|
---|
554 | private System.Windows.Forms.Label lbJobdone;
|
---|
555 | private System.Windows.Forms.Label lbJobsAborted;
|
---|
556 | private System.Windows.Forms.Label label1;
|
---|
557 | }
|
---|
558 | }
|
---|
559 |
|
---|