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