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