Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 1530 was 1530, checked in by gkronber, 15 years ago

Moved source files of plugins Hive ... Visualization.Test into version-specific sub-folders. #576

File size: 31.7 KB
RevLine 
[717]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() {
[906]47      this.components = new System.ComponentModel.Container();
[1511]48      Calendar.DrawTool drawTool1 = new Calendar.DrawTool();
[906]49      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveClientConsole));
[1138]50      this.dvOnline = new Calendar.DayView();
[717]51      this.tcClientConsole = new System.Windows.Forms.TabControl();
52      this.tpConnection = new System.Windows.Forms.TabPage();
[1163]53      this.groupBox2 = new System.Windows.Forms.GroupBox();
[1145]54      this.btn_clientShutdown = new System.Windows.Forms.Button();
[1138]55      this.gbServerConnection = new System.Windows.Forms.GroupBox();
56      this.btnDisconnect = new System.Windows.Forms.Button();
57      this.btConnect = new System.Windows.Forms.Button();
58      this.tbPort = new System.Windows.Forms.TextBox();
59      this.tbIPAdress = new System.Windows.Forms.TextBox();
60      this.lbServerIPCaption = new System.Windows.Forms.Label();
61      this.lbPortCaption = new System.Windows.Forms.Label();
[906]62      this.gbJobCommon = new System.Windows.Forms.GroupBox();
63      this.lvJobDetail = new System.Windows.Forms.ListView();
64      this.chJobId = new System.Windows.Forms.ColumnHeader();
65      this.chSince = new System.Windows.Forms.ColumnHeader();
66      this.chProgress = new System.Windows.Forms.ColumnHeader();
67      this.gbCommon = new System.Windows.Forms.GroupBox();
[1087]68      this.pbGraph = new System.Windows.Forms.PictureBox();
[973]69      this.lbJobsAborted = new System.Windows.Forms.Label();
70      this.lbJobdone = new System.Windows.Forms.Label();
71      this.lbJobsFetched = new System.Windows.Forms.Label();
72      this.lbGuid = new System.Windows.Forms.Label();
73      this.lbGuidCaption = new System.Windows.Forms.Label();
74      this.lbCs = new System.Windows.Forms.Label();
75      this.lbConnectionStatus = new System.Windows.Forms.Label();
[906]76      this.lbConnectionStatusCaption = new System.Windows.Forms.Label();
77      this.lbJobsAbortedCaption = new System.Windows.Forms.Label();
78      this.lbJobdoneCaption = new System.Windows.Forms.Label();
79      this.lbJobsFetchedCaption = new System.Windows.Forms.Label();
80      this.lbCsCaption = new System.Windows.Forms.Label();
81      this.gbEventLog = new System.Windows.Forms.GroupBox();
82      this.lvLog = new System.Windows.Forms.ListView();
83      this.chType = new System.Windows.Forms.ColumnHeader();
84      this.chId = new System.Windows.Forms.ColumnHeader();
85      this.chMessage = new System.Windows.Forms.ColumnHeader();
86      this.chDate = new System.Windows.Forms.ColumnHeader();
87      this.ilEventLog = new System.Windows.Forms.ImageList(this.components);
88      this.tabPage2 = new System.Windows.Forms.TabPage();
[1138]89      this.pictureBox1 = new System.Windows.Forms.PictureBox();
90      this.groupBox1 = new System.Windows.Forms.GroupBox();
[1333]91      this.txttimeTo = new System.Windows.Forms.DateTimePicker();
92      this.txttimeFrom = new System.Windows.Forms.DateTimePicker();
93      this.dtpTo = new System.Windows.Forms.DateTimePicker();
94      this.dtpFrom = new System.Windows.Forms.DateTimePicker();
[1163]95      this.chbade = new System.Windows.Forms.CheckBox();
[1256]96      this.btnRecurrence = new System.Windows.Forms.Button();
[1138]97      this.btbDelete = new System.Windows.Forms.Button();
98      this.label2 = new System.Windows.Forms.Label();
[1002]99      this.label1 = new System.Windows.Forms.Label();
[1138]100      this.btCreate = new System.Windows.Forms.Button();
101      this.mcOnline = new System.Windows.Forms.MonthCalendar();
[717]102      this.tcClientConsole.SuspendLayout();
103      this.tpConnection.SuspendLayout();
[1163]104      this.groupBox2.SuspendLayout();
[1138]105      this.gbServerConnection.SuspendLayout();
[906]106      this.gbJobCommon.SuspendLayout();
107      this.gbCommon.SuspendLayout();
[1087]108      ((System.ComponentModel.ISupportInitialize)(this.pbGraph)).BeginInit();
[906]109      this.gbEventLog.SuspendLayout();
110      this.tabPage2.SuspendLayout();
[1138]111      ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
112      this.groupBox1.SuspendLayout();
[717]113      this.SuspendLayout();
114      //
[1138]115      // dvOnline
116      //
[1511]117      drawTool1.DayView = this.dvOnline;
118      this.dvOnline.ActiveTool = drawTool1;
[1138]119      this.dvOnline.AmPmDisplay = false;
[1333]120      this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes;
[1138]121      this.dvOnline.AppointmentHeightMode = Calendar.AppHeightDrawMode.TrueHeightAll;
122      this.dvOnline.DayHeadersHeight = 15;
123      this.dvOnline.DaysToShow = 7;
124      this.dvOnline.DrawAllAppBorder = false;
125      this.dvOnline.EnableDurationDisplay = false;
126      this.dvOnline.EnableRoundedCorners = false;
127      this.dvOnline.EnableShadows = false;
128      this.dvOnline.EnableTimeIndicator = false;
129      this.dvOnline.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
130      this.dvOnline.Location = new System.Drawing.Point(9, 179);
131      this.dvOnline.MinHalfHourApp = false;
132      this.dvOnline.Name = "dvOnline";
133      this.dvOnline.SelectionEnd = new System.DateTime(((long)(0)));
134      this.dvOnline.SelectionStart = new System.DateTime(((long)(0)));
135      this.dvOnline.Size = new System.Drawing.Size(823, 225);
136      this.dvOnline.StartDate = new System.DateTime(((long)(0)));
137      this.dvOnline.TabIndex = 18;
[1163]138      this.dvOnline.OnSelectionChanged += new System.EventHandler<System.EventArgs>(this.dvOnline_OnSelectionChanged);
[1138]139      //
[717]140      // tcClientConsole
141      //
[1333]142      this.tcClientConsole.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
[717]143      this.tcClientConsole.Controls.Add(this.tpConnection);
144      this.tcClientConsole.Controls.Add(this.tabPage2);
145      this.tcClientConsole.Dock = System.Windows.Forms.DockStyle.Fill;
[1333]146      this.tcClientConsole.ItemSize = new System.Drawing.Size(410, 21);
[906]147      this.tcClientConsole.Location = new System.Drawing.Point(0, 0);
[717]148      this.tcClientConsole.Name = "tcClientConsole";
149      this.tcClientConsole.SelectedIndex = 0;
[1138]150      this.tcClientConsole.Size = new System.Drawing.Size(853, 438);
[1333]151      this.tcClientConsole.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
[717]152      this.tcClientConsole.TabIndex = 1;
153      //
154      // tpConnection
155      //
[1145]156      this.tpConnection.Controls.Add(this.groupBox2);
[1138]157      this.tpConnection.Controls.Add(this.gbServerConnection);
[906]158      this.tpConnection.Controls.Add(this.gbJobCommon);
159      this.tpConnection.Controls.Add(this.gbCommon);
160      this.tpConnection.Controls.Add(this.gbEventLog);
[1333]161      this.tpConnection.Location = new System.Drawing.Point(4, 25);
[717]162      this.tpConnection.Name = "tpConnection";
163      this.tpConnection.Padding = new System.Windows.Forms.Padding(3);
164      this.tpConnection.RightToLeft = System.Windows.Forms.RightToLeft.No;
[1333]165      this.tpConnection.Size = new System.Drawing.Size(845, 409);
[717]166      this.tpConnection.TabIndex = 0;
[906]167      this.tpConnection.Text = "Status";
[717]168      this.tpConnection.UseVisualStyleBackColor = true;
169      //
[1163]170      // groupBox2
171      //
172      this.groupBox2.Controls.Add(this.btn_clientShutdown);
173      this.groupBox2.Location = new System.Drawing.Point(746, 8);
174      this.groupBox2.Name = "groupBox2";
175      this.groupBox2.Size = new System.Drawing.Size(86, 131);
176      this.groupBox2.TabIndex = 16;
177      this.groupBox2.TabStop = false;
178      this.groupBox2.Text = "Shutdown";
179      //
[1145]180      // btn_clientShutdown
181      //
182      this.btn_clientShutdown.Image = global::HeuristicLab.Hive.Client.Console.Properties.Resources.shutdown_icon;
183      this.btn_clientShutdown.Location = new System.Drawing.Point(13, 44);
184      this.btn_clientShutdown.Name = "btn_clientShutdown";
185      this.btn_clientShutdown.Size = new System.Drawing.Size(61, 55);
186      this.btn_clientShutdown.TabIndex = 8;
187      this.btn_clientShutdown.UseVisualStyleBackColor = true;
188      this.btn_clientShutdown.Click += new System.EventHandler(this.btn_clientShutdown_Click);
189      //
[1138]190      // gbServerConnection
191      //
192      this.gbServerConnection.Controls.Add(this.btnDisconnect);
193      this.gbServerConnection.Controls.Add(this.btConnect);
194      this.gbServerConnection.Controls.Add(this.tbPort);
195      this.gbServerConnection.Controls.Add(this.tbIPAdress);
196      this.gbServerConnection.Controls.Add(this.lbServerIPCaption);
197      this.gbServerConnection.Controls.Add(this.lbPortCaption);
198      this.gbServerConnection.Location = new System.Drawing.Point(424, 6);
199      this.gbServerConnection.Name = "gbServerConnection";
[1145]200      this.gbServerConnection.Size = new System.Drawing.Size(316, 133);
[1138]201      this.gbServerConnection.TabIndex = 15;
202      this.gbServerConnection.TabStop = false;
203      this.gbServerConnection.Text = "Server connection";
204      //
205      // btnDisconnect
206      //
[1145]207      this.btnDisconnect.Location = new System.Drawing.Point(159, 96);
[1138]208      this.btnDisconnect.Name = "btnDisconnect";
209      this.btnDisconnect.Size = new System.Drawing.Size(147, 23);
210      this.btnDisconnect.TabIndex = 5;
211      this.btnDisconnect.Text = "Disconnect from server";
212      this.btnDisconnect.UseVisualStyleBackColor = true;
213      this.btnDisconnect.Click += new System.EventHandler(this.btnDisconnect_Click);
214      //
215      // btConnect
216      //
[1145]217      this.btConnect.Location = new System.Drawing.Point(6, 96);
[1138]218      this.btConnect.Name = "btConnect";
219      this.btConnect.Size = new System.Drawing.Size(147, 23);
220      this.btConnect.TabIndex = 4;
221      this.btConnect.Text = "Connect to server";
222      this.btConnect.UseVisualStyleBackColor = true;
223      this.btConnect.Click += new System.EventHandler(this.btConnect_Click);
224      //
225      // tbPort
226      //
227      this.tbPort.Location = new System.Drawing.Point(77, 51);
228      this.tbPort.Name = "tbPort";
[1145]229      this.tbPort.Size = new System.Drawing.Size(229, 20);
[1138]230      this.tbPort.TabIndex = 3;
[1163]231      this.tbPort.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Connection_KeyPress);
[1138]232      //
233      // tbIPAdress
234      //
235      this.tbIPAdress.Location = new System.Drawing.Point(77, 25);
236      this.tbIPAdress.Name = "tbIPAdress";
[1145]237      this.tbIPAdress.Size = new System.Drawing.Size(229, 20);
[1138]238      this.tbIPAdress.TabIndex = 2;
[1163]239      this.tbIPAdress.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Connection_KeyPress);
[1138]240      //
241      // lbServerIPCaption
242      //
243      this.lbServerIPCaption.AutoSize = true;
244      this.lbServerIPCaption.Location = new System.Drawing.Point(17, 28);
245      this.lbServerIPCaption.Name = "lbServerIPCaption";
[1145]246      this.lbServerIPCaption.Size = new System.Drawing.Size(60, 13);
[1138]247      this.lbServerIPCaption.TabIndex = 0;
[1145]248      this.lbServerIPCaption.Text = "IP address:";
[1138]249      //
250      // lbPortCaption
251      //
252      this.lbPortCaption.AutoSize = true;
253      this.lbPortCaption.Location = new System.Drawing.Point(17, 54);
254      this.lbPortCaption.Name = "lbPortCaption";
255      this.lbPortCaption.Size = new System.Drawing.Size(29, 13);
256      this.lbPortCaption.TabIndex = 1;
257      this.lbPortCaption.Text = "Port:";
258      //
[906]259      // gbJobCommon
[717]260      //
[906]261      this.gbJobCommon.Controls.Add(this.lvJobDetail);
[973]262      this.gbJobCommon.Location = new System.Drawing.Point(8, 152);
[906]263      this.gbJobCommon.Name = "gbJobCommon";
[1138]264      this.gbJobCommon.Size = new System.Drawing.Size(412, 252);
[906]265      this.gbJobCommon.TabIndex = 13;
266      this.gbJobCommon.TabStop = false;
267      this.gbJobCommon.Text = "Jobs detail";
[717]268      //
[906]269      // lvJobDetail
[717]270      //
[906]271      this.lvJobDetail.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
272            this.chJobId,
273            this.chSince,
274            this.chProgress});
[933]275      this.lvJobDetail.FullRowSelect = true;
276      this.lvJobDetail.GridLines = true;
[1138]277      this.lvJobDetail.Location = new System.Drawing.Point(6, 14);
[906]278      this.lvJobDetail.Name = "lvJobDetail";
[1138]279      this.lvJobDetail.Size = new System.Drawing.Size(398, 232);
[906]280      this.lvJobDetail.TabIndex = 0;
281      this.lvJobDetail.UseCompatibleStateImageBehavior = false;
282      this.lvJobDetail.View = System.Windows.Forms.View.Details;
[717]283      //
[906]284      // chJobId
[717]285      //
[906]286      this.chJobId.Text = "ID";
[717]287      //
[906]288      // chSince
[717]289      //
[906]290      this.chSince.Text = "Since";
[1002]291      this.chSince.Width = 120;
[717]292      //
[906]293      // chProgress
[717]294      //
[906]295      this.chProgress.Text = "Progress";
[1002]296      this.chProgress.Width = 200;
[717]297      //
[906]298      // gbCommon
[717]299      //
[1010]300      this.gbCommon.Controls.Add(this.pbGraph);
[973]301      this.gbCommon.Controls.Add(this.lbJobsAborted);
302      this.gbCommon.Controls.Add(this.lbJobdone);
303      this.gbCommon.Controls.Add(this.lbJobsFetched);
304      this.gbCommon.Controls.Add(this.lbGuid);
305      this.gbCommon.Controls.Add(this.lbGuidCaption);
306      this.gbCommon.Controls.Add(this.lbCs);
307      this.gbCommon.Controls.Add(this.lbConnectionStatus);
[906]308      this.gbCommon.Controls.Add(this.lbConnectionStatusCaption);
309      this.gbCommon.Controls.Add(this.lbJobsAbortedCaption);
310      this.gbCommon.Controls.Add(this.lbJobdoneCaption);
311      this.gbCommon.Controls.Add(this.lbJobsFetchedCaption);
312      this.gbCommon.Controls.Add(this.lbCsCaption);
313      this.gbCommon.Location = new System.Drawing.Point(8, 6);
314      this.gbCommon.Name = "gbCommon";
[973]315      this.gbCommon.Size = new System.Drawing.Size(410, 133);
[906]316      this.gbCommon.TabIndex = 14;
317      this.gbCommon.TabStop = false;
318      this.gbCommon.Text = "Common";
[717]319      //
[1087]320      // pbGraph
321      //
322      this.pbGraph.Location = new System.Drawing.Point(292, 19);
323      this.pbGraph.Name = "pbGraph";
324      this.pbGraph.Size = new System.Drawing.Size(112, 108);
325      this.pbGraph.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
326      this.pbGraph.TabIndex = 21;
327      this.pbGraph.TabStop = false;
328      //
[973]329      // lbJobsAborted
330      //
331      this.lbJobsAborted.AutoSize = true;
332      this.lbJobsAborted.Location = new System.Drawing.Point(195, 114);
333      this.lbJobsAborted.Name = "lbJobsAborted";
[1002]334      this.lbJobsAborted.Size = new System.Drawing.Size(50, 13);
[973]335      this.lbJobsAborted.TabIndex = 20;
[1002]336      this.lbJobsAborted.Text = "loading...";
[973]337      //
338      // lbJobdone
339      //
340      this.lbJobdone.AutoSize = true;
341      this.lbJobdone.Location = new System.Drawing.Point(62, 114);
342      this.lbJobdone.Name = "lbJobdone";
[1002]343      this.lbJobdone.Size = new System.Drawing.Size(50, 13);
[973]344      this.lbJobdone.TabIndex = 19;
[1002]345      this.lbJobdone.Text = "loading...";
[973]346      //
347      // lbJobsFetched
348      //
349      this.lbJobsFetched.AutoSize = true;
350      this.lbJobsFetched.Location = new System.Drawing.Point(74, 90);
351      this.lbJobsFetched.Name = "lbJobsFetched";
[1002]352      this.lbJobsFetched.Size = new System.Drawing.Size(50, 13);
[973]353      this.lbJobsFetched.TabIndex = 18;
[1002]354      this.lbJobsFetched.Text = "loading...";
[973]355      //
356      // lbGuid
357      //
358      this.lbGuid.AutoSize = true;
359      this.lbGuid.Location = new System.Drawing.Point(41, 16);
360      this.lbGuid.Name = "lbGuid";
[1002]361      this.lbGuid.Size = new System.Drawing.Size(50, 13);
[973]362      this.lbGuid.TabIndex = 15;
[1002]363      this.lbGuid.Text = "loading...";
[973]364      //
365      // lbGuidCaption
366      //
367      this.lbGuidCaption.AutoSize = true;
368      this.lbGuidCaption.Location = new System.Drawing.Point(9, 16);
369      this.lbGuidCaption.Name = "lbGuidCaption";
370      this.lbGuidCaption.Size = new System.Drawing.Size(37, 13);
371      this.lbGuidCaption.TabIndex = 8;
372      this.lbGuidCaption.Text = "GUID:";
373      //
374      // lbCs
375      //
376      this.lbCs.AutoSize = true;
377      this.lbCs.Location = new System.Drawing.Point(94, 40);
378      this.lbCs.Name = "lbCs";
[1002]379      this.lbCs.Size = new System.Drawing.Size(50, 13);
[973]380      this.lbCs.TabIndex = 17;
[1002]381      this.lbCs.Text = "loading...";
[973]382      //
383      // lbConnectionStatus
384      //
385      this.lbConnectionStatus.AutoSize = true;
386      this.lbConnectionStatus.Location = new System.Drawing.Point(97, 66);
387      this.lbConnectionStatus.Name = "lbConnectionStatus";
[1002]388      this.lbConnectionStatus.Size = new System.Drawing.Size(50, 13);
[973]389      this.lbConnectionStatus.TabIndex = 16;
[1002]390      this.lbConnectionStatus.Text = "loading...";
[973]391      //
[906]392      // lbConnectionStatusCaption
[717]393      //
[906]394      this.lbConnectionStatusCaption.AutoSize = true;
[973]395      this.lbConnectionStatusCaption.Location = new System.Drawing.Point(9, 66);
[906]396      this.lbConnectionStatusCaption.Name = "lbConnectionStatusCaption";
397      this.lbConnectionStatusCaption.Size = new System.Drawing.Size(93, 13);
398      this.lbConnectionStatusCaption.TabIndex = 13;
399      this.lbConnectionStatusCaption.Text = "Connected status:";
[717]400      //
[906]401      // lbJobsAbortedCaption
[717]402      //
[906]403      this.lbJobsAbortedCaption.AutoSize = true;
[973]404      this.lbJobsAbortedCaption.Location = new System.Drawing.Point(129, 114);
[906]405      this.lbJobsAbortedCaption.Name = "lbJobsAbortedCaption";
406      this.lbJobsAbortedCaption.Size = new System.Drawing.Size(71, 13);
407      this.lbJobsAbortedCaption.TabIndex = 11;
408      this.lbJobsAbortedCaption.Text = "Jobs aborted:";
[717]409      //
[906]410      // lbJobdoneCaption
411      //
412      this.lbJobdoneCaption.AutoSize = true;
[973]413      this.lbJobdoneCaption.Location = new System.Drawing.Point(9, 114);
[906]414      this.lbJobdoneCaption.Name = "lbJobdoneCaption";
415      this.lbJobdoneCaption.Size = new System.Drawing.Size(59, 13);
416      this.lbJobdoneCaption.TabIndex = 10;
417      this.lbJobdoneCaption.Text = "Jobs done:";
418      //
419      // lbJobsFetchedCaption
420      //
421      this.lbJobsFetchedCaption.AutoSize = true;
[973]422      this.lbJobsFetchedCaption.Location = new System.Drawing.Point(9, 90);
[906]423      this.lbJobsFetchedCaption.Name = "lbJobsFetchedCaption";
424      this.lbJobsFetchedCaption.Size = new System.Drawing.Size(71, 13);
425      this.lbJobsFetchedCaption.TabIndex = 12;
426      this.lbJobsFetchedCaption.Text = "Jobs fetched:";
427      //
428      // lbCsCaption
429      //
430      this.lbCsCaption.AutoSize = true;
[973]431      this.lbCsCaption.Location = new System.Drawing.Point(9, 40);
[906]432      this.lbCsCaption.Name = "lbCsCaption";
433      this.lbCsCaption.Size = new System.Drawing.Size(90, 13);
434      this.lbCsCaption.TabIndex = 9;
435      this.lbCsCaption.Text = "Connected since:";
436      //
437      // gbEventLog
438      //
439      this.gbEventLog.Controls.Add(this.lvLog);
[1138]440      this.gbEventLog.Location = new System.Drawing.Point(426, 152);
[906]441      this.gbEventLog.Name = "gbEventLog";
[1138]442      this.gbEventLog.Size = new System.Drawing.Size(412, 252);
[906]443      this.gbEventLog.TabIndex = 7;
444      this.gbEventLog.TabStop = false;
445      this.gbEventLog.Text = "Hive Client Log";
446      //
447      // lvLog
448      //
449      this.lvLog.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
450            this.chType,
451            this.chId,
452            this.chMessage,
[1002]453            this.chDate});
[906]454      this.lvLog.FullRowSelect = true;
455      this.lvLog.GridLines = true;
456      this.lvLog.LargeImageList = this.ilEventLog;
[1138]457      this.lvLog.Location = new System.Drawing.Point(8, 14);
[906]458      this.lvLog.MultiSelect = false;
459      this.lvLog.Name = "lvLog";
[1138]460      this.lvLog.Size = new System.Drawing.Size(398, 232);
[906]461      this.lvLog.SmallImageList = this.ilEventLog;
462      this.lvLog.TabIndex = 6;
463      this.lvLog.UseCompatibleStateImageBehavior = false;
464      this.lvLog.View = System.Windows.Forms.View.Details;
465      this.lvLog.DoubleClick += new System.EventHandler(this.lvLog_DoubleClick);
[1002]466      this.lvLog.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvLog_ColumnClick);
[906]467      //
468      // chType
469      //
470      this.chType.Text = "Type";
471      this.chType.Width = 42;
472      //
473      // chId
474      //
475      this.chId.Text = "ID";
[1002]476      this.chId.Width = 50;
[906]477      //
478      // chMessage
479      //
480      this.chMessage.Text = "Message";
[1145]481      this.chMessage.Width = 157;
[906]482      //
483      // chDate
484      //
485      this.chDate.Text = "Date";
[1002]486      this.chDate.Width = 125;
[906]487      //
488      // ilEventLog
489      //
490      this.ilEventLog.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilEventLog.ImageStream")));
491      this.ilEventLog.TransparentColor = System.Drawing.Color.Transparent;
492      this.ilEventLog.Images.SetKeyName(0, "Info.png");
493      this.ilEventLog.Images.SetKeyName(1, "Error.png");
494      //
[717]495      // tabPage2
496      //
[1138]497      this.tabPage2.Controls.Add(this.pictureBox1);
498      this.tabPage2.Controls.Add(this.groupBox1);
499      this.tabPage2.Controls.Add(this.mcOnline);
500      this.tabPage2.Controls.Add(this.dvOnline);
[1333]501      this.tabPage2.Location = new System.Drawing.Point(4, 25);
[717]502      this.tabPage2.Name = "tabPage2";
503      this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
[1333]504      this.tabPage2.Size = new System.Drawing.Size(845, 409);
[717]505      this.tabPage2.TabIndex = 1;
[1138]506      this.tabPage2.Text = "Schedule";
[717]507      this.tabPage2.UseVisualStyleBackColor = true;
508      //
[1138]509      // pictureBox1
[752]510      //
[1138]511      this.pictureBox1.Image = global::HeuristicLab.Hive.Client.Console.Properties.Resources.schedule;
[1163]512      this.pictureBox1.Location = new System.Drawing.Point(633, 12);
[1138]513      this.pictureBox1.Name = "pictureBox1";
[1163]514      this.pictureBox1.Size = new System.Drawing.Size(199, 155);
[1138]515      this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
516      this.pictureBox1.TabIndex = 22;
517      this.pictureBox1.TabStop = false;
[752]518      //
[1138]519      // groupBox1
[1002]520      //
[1333]521      this.groupBox1.Controls.Add(this.txttimeTo);
522      this.groupBox1.Controls.Add(this.txttimeFrom);
[1257]523      this.groupBox1.Controls.Add(this.dtpTo);
524      this.groupBox1.Controls.Add(this.dtpFrom);
[1163]525      this.groupBox1.Controls.Add(this.chbade);
[1256]526      this.groupBox1.Controls.Add(this.btnRecurrence);
[1138]527      this.groupBox1.Controls.Add(this.btbDelete);
528      this.groupBox1.Controls.Add(this.label2);
529      this.groupBox1.Controls.Add(this.label1);
530      this.groupBox1.Controls.Add(this.btCreate);
[1511]531      this.groupBox1.Location = new System.Drawing.Point(373, 7);
[1138]532      this.groupBox1.Name = "groupBox1";
[1511]533      this.groupBox1.Size = new System.Drawing.Size(254, 161);
[1138]534      this.groupBox1.TabIndex = 21;
535      this.groupBox1.TabStop = false;
[1002]536      //
[1333]537      // txttimeTo
538      //
539      this.txttimeTo.CustomFormat = "HH:00";
540      this.txttimeTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
[1511]541      this.txttimeTo.Location = new System.Drawing.Point(164, 45);
[1333]542      this.txttimeTo.Name = "txttimeTo";
543      this.txttimeTo.ShowUpDown = true;
544      this.txttimeTo.Size = new System.Drawing.Size(73, 20);
545      this.txttimeTo.TabIndex = 40;
546      //
547      // txttimeFrom
548      //
549      this.txttimeFrom.CustomFormat = "HH:00";
550      this.txttimeFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
[1511]551      this.txttimeFrom.Location = new System.Drawing.Point(164, 12);
[1333]552      this.txttimeFrom.Name = "txttimeFrom";
553      this.txttimeFrom.ShowUpDown = true;
554      this.txttimeFrom.Size = new System.Drawing.Size(73, 20);
555      this.txttimeFrom.TabIndex = 39;
556      //
557      // dtpTo
558      //
559      this.dtpTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
[1511]560      this.dtpTo.Location = new System.Drawing.Point(72, 45);
[1333]561      this.dtpTo.Name = "dtpTo";
562      this.dtpTo.Size = new System.Drawing.Size(89, 20);
563      this.dtpTo.TabIndex = 33;
564      //
565      // dtpFrom
566      //
567      this.dtpFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
[1511]568      this.dtpFrom.Location = new System.Drawing.Point(72, 12);
[1333]569      this.dtpFrom.Name = "dtpFrom";
570      this.dtpFrom.Size = new System.Drawing.Size(89, 20);
571      this.dtpFrom.TabIndex = 32;
572      //
[1163]573      // chbade
574      //
575      this.chbade.AutoSize = true;
[1511]576      this.chbade.Location = new System.Drawing.Point(72, 71);
[1163]577      this.chbade.Name = "chbade";
578      this.chbade.Size = new System.Drawing.Size(90, 17);
579      this.chbade.TabIndex = 31;
580      this.chbade.Text = "All Day Event";
581      this.chbade.UseVisualStyleBackColor = true;
582      this.chbade.CheckedChanged += new System.EventHandler(this.chbade_CheckedChanged);
583      //
[1256]584      // btnRecurrence
[1163]585      //
[1511]586      this.btnRecurrence.Location = new System.Drawing.Point(141, 129);
[1256]587      this.btnRecurrence.Name = "btnRecurrence";
[1511]588      this.btnRecurrence.Size = new System.Drawing.Size(113, 26);
[1256]589      this.btnRecurrence.TabIndex = 30;
590      this.btnRecurrence.Text = "Recurrence";
591      this.btnRecurrence.UseVisualStyleBackColor = true;
592      this.btnRecurrence.Click += new System.EventHandler(this.btnRecurrence_Click);
[1163]593      //
[1138]594      // btbDelete
[973]595      //
[1511]596      this.btbDelete.Location = new System.Drawing.Point(8, 129);
[1138]597      this.btbDelete.Name = "btbDelete";
[1511]598      this.btbDelete.Size = new System.Drawing.Size(114, 26);
[1138]599      this.btbDelete.TabIndex = 25;
600      this.btbDelete.Text = "Delete";
601      this.btbDelete.UseVisualStyleBackColor = true;
602      this.btbDelete.Click += new System.EventHandler(this.btbDelete_Click);
[973]603      //
[1138]604      // label2
[906]605      //
[1138]606      this.label2.AutoSize = true;
[1511]607      this.label2.Location = new System.Drawing.Point(16, 46);
[1138]608      this.label2.Name = "label2";
[1163]609      this.label2.Size = new System.Drawing.Size(55, 13);
[1138]610      this.label2.TabIndex = 23;
[1163]611      this.label2.Text = "End Time:";
[906]612      //
[1138]613      // label1
[906]614      //
[1138]615      this.label1.AutoSize = true;
[1511]616      this.label1.Location = new System.Drawing.Point(16, 15);
[1138]617      this.label1.Name = "label1";
[1163]618      this.label1.Size = new System.Drawing.Size(58, 13);
[1138]619      this.label1.TabIndex = 21;
[1163]620      this.label1.Text = "Start Time:";
[906]621      //
[1138]622      // btCreate
[906]623      //
[1511]624      this.btCreate.Location = new System.Drawing.Point(6, 93);
[1138]625      this.btCreate.Name = "btCreate";
[1511]626      this.btCreate.Size = new System.Drawing.Size(242, 26);
[1138]627      this.btCreate.TabIndex = 20;
628      this.btCreate.Text = "Save";
629      this.btCreate.UseVisualStyleBackColor = true;
630      this.btCreate.Click += new System.EventHandler(this.btCreate_Click);
[906]631      //
[1138]632      // mcOnline
[906]633      //
[1138]634      this.mcOnline.CalendarDimensions = new System.Drawing.Size(2, 1);
635      this.mcOnline.Location = new System.Drawing.Point(9, 12);
636      this.mcOnline.Name = "mcOnline";
637      this.mcOnline.TabIndex = 19;
638      this.mcOnline.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcOnline_DateChanged);
[906]639      //
[717]640      // HiveClientConsole
641      //
642      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
643      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[1010]644      this.BackColor = System.Drawing.SystemColors.Control;
[1138]645      this.ClientSize = new System.Drawing.Size(853, 438);
[717]646      this.Controls.Add(this.tcClientConsole);
647      this.Name = "HiveClientConsole";
[1002]648      this.Text = "Client Console (loading...)";
[906]649      this.Load += new System.EventHandler(this.HiveClientConsole_Load);
[717]650      this.tcClientConsole.ResumeLayout(false);
651      this.tpConnection.ResumeLayout(false);
[1163]652      this.groupBox2.ResumeLayout(false);
[1138]653      this.gbServerConnection.ResumeLayout(false);
654      this.gbServerConnection.PerformLayout();
[906]655      this.gbJobCommon.ResumeLayout(false);
656      this.gbCommon.ResumeLayout(false);
657      this.gbCommon.PerformLayout();
[1087]658      ((System.ComponentModel.ISupportInitialize)(this.pbGraph)).EndInit();
[906]659      this.gbEventLog.ResumeLayout(false);
660      this.tabPage2.ResumeLayout(false);
[1138]661      ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
662      this.groupBox1.ResumeLayout(false);
663      this.groupBox1.PerformLayout();
[717]664      this.ResumeLayout(false);
665
666    }
667
668    #endregion
669
670    private System.Windows.Forms.TabControl tcClientConsole;
671    private System.Windows.Forms.TabPage tpConnection;
672    private System.Windows.Forms.TabPage tabPage2;
[906]673    private System.Windows.Forms.ListView lvLog;
674    private System.Windows.Forms.ColumnHeader chType;
675    private System.Windows.Forms.ColumnHeader chMessage;
676    private System.Windows.Forms.ColumnHeader chDate;
677    private System.Windows.Forms.Label lbJobdoneCaption;
678    private System.Windows.Forms.Label lbCsCaption;
679    private System.Windows.Forms.Label lbGuidCaption;
680    private System.Windows.Forms.GroupBox gbEventLog;
681    private System.Windows.Forms.Label lbJobsFetchedCaption;
682    private System.Windows.Forms.Label lbJobsAbortedCaption;
683    private System.Windows.Forms.GroupBox gbJobCommon;
684    private System.Windows.Forms.GroupBox gbCommon;
685    private System.Windows.Forms.ListView lvJobDetail;
686    private System.Windows.Forms.ColumnHeader chJobId;
687    private System.Windows.Forms.ColumnHeader chSince;
688    private System.Windows.Forms.ColumnHeader chProgress;
689    private System.Windows.Forms.Label lbConnectionStatusCaption;
690    private System.Windows.Forms.ColumnHeader chId;
691    private System.Windows.Forms.ImageList ilEventLog;
[973]692    private System.Windows.Forms.Label lbCs;
693    private System.Windows.Forms.Label lbConnectionStatus;
694    private System.Windows.Forms.Label lbGuid;
695    private System.Windows.Forms.Label lbJobsFetched;
696    private System.Windows.Forms.Label lbJobdone;
697    private System.Windows.Forms.Label lbJobsAborted;
[1010]698    private System.Windows.Forms.PictureBox pbGraph;
[1138]699    private System.Windows.Forms.GroupBox gbServerConnection;
[1087]700    private System.Windows.Forms.Button btn_clientShutdown;
[1138]701    private System.Windows.Forms.Button btnDisconnect;
702    private System.Windows.Forms.Button btConnect;
703    private System.Windows.Forms.TextBox tbPort;
704    private System.Windows.Forms.TextBox tbIPAdress;
705    private System.Windows.Forms.Label lbServerIPCaption;
706    private System.Windows.Forms.Label lbPortCaption;
707    private System.Windows.Forms.GroupBox groupBox1;
708    private System.Windows.Forms.Button btCreate;
709    private System.Windows.Forms.MonthCalendar mcOnline;
710    private Calendar.DayView dvOnline;
711    private System.Windows.Forms.Label label2;
712    private System.Windows.Forms.Label label1;
713    private System.Windows.Forms.PictureBox pictureBox1;
714    private System.Windows.Forms.Button btbDelete;
[1145]715    private System.Windows.Forms.GroupBox groupBox2;
[1256]716    private System.Windows.Forms.Button btnRecurrence;
[1163]717    private System.Windows.Forms.CheckBox chbade;
[1257]718    private System.Windows.Forms.DateTimePicker dtpTo;
719    private System.Windows.Forms.DateTimePicker dtpFrom;
[1333]720    private System.Windows.Forms.DateTimePicker txttimeTo;
721    private System.Windows.Forms.DateTimePicker txttimeFrom;
[717]722  }
723}
724
Note: See TracBrowser for help on using the repository browser.