#region License Information
/* HeuristicLab
* Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
*
* This file is part of HeuristicLab.
*
* HeuristicLab is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* HeuristicLab is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with HeuristicLab. If not, see .
*/
#endregion
namespace HeuristicLab.Hive.Client.Console {
partial class HiveClientConsole {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.components = new System.ComponentModel.Container();
Calendar.DrawTool drawTool1 = new Calendar.DrawTool();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveClientConsole));
this.dvOnline = new Calendar.DayView();
this.tcClientConsole = new System.Windows.Forms.TabControl();
this.tpConnection = new System.Windows.Forms.TabPage();
this.gbServerConnection = new System.Windows.Forms.GroupBox();
this.btn_clientShutdown = new System.Windows.Forms.Button();
this.btnDisconnect = new System.Windows.Forms.Button();
this.btConnect = new System.Windows.Forms.Button();
this.tbPort = new System.Windows.Forms.TextBox();
this.tbIPAdress = new System.Windows.Forms.TextBox();
this.lbServerIPCaption = new System.Windows.Forms.Label();
this.lbPortCaption = new System.Windows.Forms.Label();
this.gbJobCommon = new System.Windows.Forms.GroupBox();
this.lvJobDetail = new System.Windows.Forms.ListView();
this.chJobId = new System.Windows.Forms.ColumnHeader();
this.chSince = new System.Windows.Forms.ColumnHeader();
this.chProgress = new System.Windows.Forms.ColumnHeader();
this.gbCommon = new System.Windows.Forms.GroupBox();
this.pbGraph = new System.Windows.Forms.PictureBox();
this.lbJobsAborted = new System.Windows.Forms.Label();
this.lbJobdone = new System.Windows.Forms.Label();
this.lbJobsFetched = new System.Windows.Forms.Label();
this.lbGuid = new System.Windows.Forms.Label();
this.lbGuidCaption = new System.Windows.Forms.Label();
this.lbCs = new System.Windows.Forms.Label();
this.lbConnectionStatus = new System.Windows.Forms.Label();
this.lbConnectionStatusCaption = new System.Windows.Forms.Label();
this.lbJobsAbortedCaption = new System.Windows.Forms.Label();
this.lbJobdoneCaption = new System.Windows.Forms.Label();
this.lbJobsFetchedCaption = new System.Windows.Forms.Label();
this.lbCsCaption = new System.Windows.Forms.Label();
this.gbEventLog = new System.Windows.Forms.GroupBox();
this.txtLog = new System.Windows.Forms.TextBox();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.btnSaveCal = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txttimeTo = new System.Windows.Forms.DateTimePicker();
this.txttimeFrom = new System.Windows.Forms.DateTimePicker();
this.dtpTo = new System.Windows.Forms.DateTimePicker();
this.dtpFrom = new System.Windows.Forms.DateTimePicker();
this.chbade = new System.Windows.Forms.CheckBox();
this.btnRecurrence = new System.Windows.Forms.Button();
this.btbDelete = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btCreate = new System.Windows.Forms.Button();
this.mcOnline = new System.Windows.Forms.MonthCalendar();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.ilEventLog = new System.Windows.Forms.ImageList(this.components);
this.tcClientConsole.SuspendLayout();
this.tpConnection.SuspendLayout();
this.gbServerConnection.SuspendLayout();
this.gbJobCommon.SuspendLayout();
this.gbCommon.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pbGraph)).BeginInit();
this.gbEventLog.SuspendLayout();
this.tabPage2.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// dvOnline
//
drawTool1.DayView = this.dvOnline;
this.dvOnline.ActiveTool = drawTool1;
this.dvOnline.AmPmDisplay = false;
this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes;
this.dvOnline.AppointmentHeightMode = Calendar.AppHeightDrawMode.TrueHeightAll;
this.dvOnline.DayHeadersHeight = 15;
this.dvOnline.DaysToShow = 7;
this.dvOnline.DrawAllAppBorder = false;
this.dvOnline.EnableDurationDisplay = false;
this.dvOnline.EnableRoundedCorners = false;
this.dvOnline.EnableShadows = false;
this.dvOnline.EnableTimeIndicator = false;
this.dvOnline.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
this.dvOnline.Location = new System.Drawing.Point(9, 179);
this.dvOnline.MinHalfHourApp = false;
this.dvOnline.Name = "dvOnline";
this.dvOnline.SelectionEnd = new System.DateTime(((long)(0)));
this.dvOnline.SelectionStart = new System.DateTime(((long)(0)));
this.dvOnline.Size = new System.Drawing.Size(823, 225);
this.dvOnline.StartDate = new System.DateTime(((long)(0)));
this.dvOnline.TabIndex = 18;
this.dvOnline.OnSelectionChanged += new System.EventHandler(this.dvOnline_OnSelectionChanged);
//
// tcClientConsole
//
this.tcClientConsole.Controls.Add(this.tpConnection);
this.tcClientConsole.Controls.Add(this.tabPage2);
this.tcClientConsole.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcClientConsole.ItemSize = new System.Drawing.Size(410, 21);
this.tcClientConsole.Location = new System.Drawing.Point(0, 0);
this.tcClientConsole.Name = "tcClientConsole";
this.tcClientConsole.SelectedIndex = 0;
this.tcClientConsole.Size = new System.Drawing.Size(853, 438);
this.tcClientConsole.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
this.tcClientConsole.TabIndex = 1;
//
// tpConnection
//
this.tpConnection.Controls.Add(this.gbServerConnection);
this.tpConnection.Controls.Add(this.gbJobCommon);
this.tpConnection.Controls.Add(this.gbCommon);
this.tpConnection.Controls.Add(this.gbEventLog);
this.tpConnection.Location = new System.Drawing.Point(4, 25);
this.tpConnection.Name = "tpConnection";
this.tpConnection.Padding = new System.Windows.Forms.Padding(3);
this.tpConnection.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.tpConnection.Size = new System.Drawing.Size(845, 409);
this.tpConnection.TabIndex = 0;
this.tpConnection.Text = "Status";
this.tpConnection.UseVisualStyleBackColor = true;
//
// gbServerConnection
//
this.gbServerConnection.Controls.Add(this.btn_clientShutdown);
this.gbServerConnection.Controls.Add(this.btnDisconnect);
this.gbServerConnection.Controls.Add(this.btConnect);
this.gbServerConnection.Controls.Add(this.tbPort);
this.gbServerConnection.Controls.Add(this.tbIPAdress);
this.gbServerConnection.Controls.Add(this.lbServerIPCaption);
this.gbServerConnection.Controls.Add(this.lbPortCaption);
this.gbServerConnection.Location = new System.Drawing.Point(346, 6);
this.gbServerConnection.Name = "gbServerConnection";
this.gbServerConnection.Size = new System.Drawing.Size(216, 164);
this.gbServerConnection.TabIndex = 15;
this.gbServerConnection.TabStop = false;
this.gbServerConnection.Text = "Connection";
//
// btn_clientShutdown
//
this.btn_clientShutdown.Image = global::HeuristicLab.Hive.Client.Console.Properties.Resources.exit_48;
this.btn_clientShutdown.Location = new System.Drawing.Point(144, 101);
this.btn_clientShutdown.Name = "btn_clientShutdown";
this.btn_clientShutdown.Size = new System.Drawing.Size(57, 57);
this.btn_clientShutdown.TabIndex = 8;
this.btn_clientShutdown.UseVisualStyleBackColor = true;
this.btn_clientShutdown.Click += new System.EventHandler(this.btn_clientShutdown_Click);
//
// btnDisconnect
//
this.btnDisconnect.Image = global::HeuristicLab.Hive.Client.Console.Properties.Resources.Disaster_warning_48;
this.btnDisconnect.Location = new System.Drawing.Point(79, 101);
this.btnDisconnect.Name = "btnDisconnect";
this.btnDisconnect.Size = new System.Drawing.Size(57, 57);
this.btnDisconnect.TabIndex = 5;
this.btnDisconnect.UseVisualStyleBackColor = true;
this.btnDisconnect.Click += new System.EventHandler(this.btnDisconnect_Click);
//
// btConnect
//
this.btConnect.Image = global::HeuristicLab.Hive.Client.Console.Properties.Resources.Global_network_48;
this.btConnect.Location = new System.Drawing.Point(14, 101);
this.btConnect.Name = "btConnect";
this.btConnect.Size = new System.Drawing.Size(57, 57);
this.btConnect.TabIndex = 4;
this.btConnect.UseVisualStyleBackColor = true;
this.btConnect.Click += new System.EventHandler(this.btConnect_Click);
//
// tbPort
//
this.tbPort.Location = new System.Drawing.Point(74, 59);
this.tbPort.Name = "tbPort";
this.tbPort.Size = new System.Drawing.Size(65, 20);
this.tbPort.TabIndex = 3;
this.tbPort.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Connection_KeyPress);
//
// tbIPAdress
//
this.tbIPAdress.Location = new System.Drawing.Point(74, 25);
this.tbIPAdress.Name = "tbIPAdress";
this.tbIPAdress.Size = new System.Drawing.Size(93, 20);
this.tbIPAdress.TabIndex = 2;
this.tbIPAdress.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Connection_KeyPress);
//
// lbServerIPCaption
//
this.lbServerIPCaption.AutoSize = true;
this.lbServerIPCaption.Location = new System.Drawing.Point(17, 28);
this.lbServerIPCaption.Name = "lbServerIPCaption";
this.lbServerIPCaption.Size = new System.Drawing.Size(60, 13);
this.lbServerIPCaption.TabIndex = 0;
this.lbServerIPCaption.Text = "IP address:";
//
// lbPortCaption
//
this.lbPortCaption.AutoSize = true;
this.lbPortCaption.Location = new System.Drawing.Point(48, 62);
this.lbPortCaption.Name = "lbPortCaption";
this.lbPortCaption.Size = new System.Drawing.Size(29, 13);
this.lbPortCaption.TabIndex = 1;
this.lbPortCaption.Text = "Port:";
//
// gbJobCommon
//
this.gbJobCommon.Controls.Add(this.lvJobDetail);
this.gbJobCommon.Location = new System.Drawing.Point(568, 6);
this.gbJobCommon.Name = "gbJobCommon";
this.gbJobCommon.Size = new System.Drawing.Size(269, 164);
this.gbJobCommon.TabIndex = 13;
this.gbJobCommon.TabStop = false;
this.gbJobCommon.Text = "Jobs detail";
//
// lvJobDetail
//
this.lvJobDetail.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chJobId,
this.chSince,
this.chProgress});
this.lvJobDetail.Dock = System.Windows.Forms.DockStyle.Fill;
this.lvJobDetail.FullRowSelect = true;
this.lvJobDetail.GridLines = true;
this.lvJobDetail.Location = new System.Drawing.Point(3, 16);
this.lvJobDetail.Name = "lvJobDetail";
this.lvJobDetail.Size = new System.Drawing.Size(263, 145);
this.lvJobDetail.TabIndex = 0;
this.lvJobDetail.UseCompatibleStateImageBehavior = false;
this.lvJobDetail.View = System.Windows.Forms.View.Details;
//
// chJobId
//
this.chJobId.Text = "ID";
//
// chSince
//
this.chSince.Text = "Since";
this.chSince.Width = 120;
//
// chProgress
//
this.chProgress.Text = "Progress";
//
// gbCommon
//
this.gbCommon.Controls.Add(this.pbGraph);
this.gbCommon.Controls.Add(this.lbJobsAborted);
this.gbCommon.Controls.Add(this.lbJobdone);
this.gbCommon.Controls.Add(this.lbJobsFetched);
this.gbCommon.Controls.Add(this.lbGuid);
this.gbCommon.Controls.Add(this.lbGuidCaption);
this.gbCommon.Controls.Add(this.lbCs);
this.gbCommon.Controls.Add(this.lbConnectionStatus);
this.gbCommon.Controls.Add(this.lbConnectionStatusCaption);
this.gbCommon.Controls.Add(this.lbJobsAbortedCaption);
this.gbCommon.Controls.Add(this.lbJobdoneCaption);
this.gbCommon.Controls.Add(this.lbJobsFetchedCaption);
this.gbCommon.Controls.Add(this.lbCsCaption);
this.gbCommon.Location = new System.Drawing.Point(8, 6);
this.gbCommon.Name = "gbCommon";
this.gbCommon.Size = new System.Drawing.Size(332, 164);
this.gbCommon.TabIndex = 14;
this.gbCommon.TabStop = false;
this.gbCommon.Text = "Common";
//
// pbGraph
//
this.pbGraph.Location = new System.Drawing.Point(211, 42);
this.pbGraph.Name = "pbGraph";
this.pbGraph.Size = new System.Drawing.Size(112, 108);
this.pbGraph.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pbGraph.TabIndex = 21;
this.pbGraph.TabStop = false;
//
// lbJobsAborted
//
this.lbJobsAborted.AutoSize = true;
this.lbJobsAborted.Location = new System.Drawing.Point(74, 137);
this.lbJobsAborted.Name = "lbJobsAborted";
this.lbJobsAborted.Size = new System.Drawing.Size(50, 13);
this.lbJobsAborted.TabIndex = 20;
this.lbJobsAborted.Text = "loading...";
//
// lbJobdone
//
this.lbJobdone.AutoSize = true;
this.lbJobdone.Location = new System.Drawing.Point(62, 114);
this.lbJobdone.Name = "lbJobdone";
this.lbJobdone.Size = new System.Drawing.Size(50, 13);
this.lbJobdone.TabIndex = 19;
this.lbJobdone.Text = "loading...";
//
// lbJobsFetched
//
this.lbJobsFetched.AutoSize = true;
this.lbJobsFetched.Location = new System.Drawing.Point(74, 90);
this.lbJobsFetched.Name = "lbJobsFetched";
this.lbJobsFetched.Size = new System.Drawing.Size(50, 13);
this.lbJobsFetched.TabIndex = 18;
this.lbJobsFetched.Text = "loading...";
//
// lbGuid
//
this.lbGuid.AutoSize = true;
this.lbGuid.Location = new System.Drawing.Point(41, 16);
this.lbGuid.Name = "lbGuid";
this.lbGuid.Size = new System.Drawing.Size(50, 13);
this.lbGuid.TabIndex = 15;
this.lbGuid.Text = "loading...";
//
// lbGuidCaption
//
this.lbGuidCaption.AutoSize = true;
this.lbGuidCaption.Location = new System.Drawing.Point(9, 16);
this.lbGuidCaption.Name = "lbGuidCaption";
this.lbGuidCaption.Size = new System.Drawing.Size(37, 13);
this.lbGuidCaption.TabIndex = 8;
this.lbGuidCaption.Text = "GUID:";
//
// lbCs
//
this.lbCs.AutoSize = true;
this.lbCs.Location = new System.Drawing.Point(94, 40);
this.lbCs.Name = "lbCs";
this.lbCs.Size = new System.Drawing.Size(50, 13);
this.lbCs.TabIndex = 17;
this.lbCs.Text = "loading...";
//
// lbConnectionStatus
//
this.lbConnectionStatus.AutoSize = true;
this.lbConnectionStatus.Location = new System.Drawing.Point(97, 66);
this.lbConnectionStatus.Name = "lbConnectionStatus";
this.lbConnectionStatus.Size = new System.Drawing.Size(50, 13);
this.lbConnectionStatus.TabIndex = 16;
this.lbConnectionStatus.Text = "loading...";
//
// lbConnectionStatusCaption
//
this.lbConnectionStatusCaption.AutoSize = true;
this.lbConnectionStatusCaption.Location = new System.Drawing.Point(9, 66);
this.lbConnectionStatusCaption.Name = "lbConnectionStatusCaption";
this.lbConnectionStatusCaption.Size = new System.Drawing.Size(93, 13);
this.lbConnectionStatusCaption.TabIndex = 13;
this.lbConnectionStatusCaption.Text = "Connected status:";
//
// lbJobsAbortedCaption
//
this.lbJobsAbortedCaption.AutoSize = true;
this.lbJobsAbortedCaption.Location = new System.Drawing.Point(8, 137);
this.lbJobsAbortedCaption.Name = "lbJobsAbortedCaption";
this.lbJobsAbortedCaption.Size = new System.Drawing.Size(71, 13);
this.lbJobsAbortedCaption.TabIndex = 11;
this.lbJobsAbortedCaption.Text = "Jobs aborted:";
//
// lbJobdoneCaption
//
this.lbJobdoneCaption.AutoSize = true;
this.lbJobdoneCaption.Location = new System.Drawing.Point(9, 114);
this.lbJobdoneCaption.Name = "lbJobdoneCaption";
this.lbJobdoneCaption.Size = new System.Drawing.Size(59, 13);
this.lbJobdoneCaption.TabIndex = 10;
this.lbJobdoneCaption.Text = "Jobs done:";
//
// lbJobsFetchedCaption
//
this.lbJobsFetchedCaption.AutoSize = true;
this.lbJobsFetchedCaption.Location = new System.Drawing.Point(9, 90);
this.lbJobsFetchedCaption.Name = "lbJobsFetchedCaption";
this.lbJobsFetchedCaption.Size = new System.Drawing.Size(71, 13);
this.lbJobsFetchedCaption.TabIndex = 12;
this.lbJobsFetchedCaption.Text = "Jobs fetched:";
//
// lbCsCaption
//
this.lbCsCaption.AutoSize = true;
this.lbCsCaption.Location = new System.Drawing.Point(9, 40);
this.lbCsCaption.Name = "lbCsCaption";
this.lbCsCaption.Size = new System.Drawing.Size(90, 13);
this.lbCsCaption.TabIndex = 9;
this.lbCsCaption.Text = "Connected since:";
//
// gbEventLog
//
this.gbEventLog.Controls.Add(this.txtLog);
this.gbEventLog.Location = new System.Drawing.Point(7, 176);
this.gbEventLog.Name = "gbEventLog";
this.gbEventLog.Size = new System.Drawing.Size(830, 230);
this.gbEventLog.TabIndex = 7;
this.gbEventLog.TabStop = false;
this.gbEventLog.Text = "Log";
//
// txtLog
//
this.txtLog.Location = new System.Drawing.Point(6, 19);
this.txtLog.Multiline = true;
this.txtLog.Name = "txtLog";
this.txtLog.ReadOnly = true;
this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtLog.Size = new System.Drawing.Size(818, 205);
this.txtLog.TabIndex = 0;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.btnSaveCal);
this.tabPage2.Controls.Add(this.groupBox1);
this.tabPage2.Controls.Add(this.mcOnline);
this.tabPage2.Controls.Add(this.dvOnline);
this.tabPage2.Controls.Add(this.pictureBox1);
this.tabPage2.Location = new System.Drawing.Point(4, 25);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(845, 409);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Schedule";
this.tabPage2.UseVisualStyleBackColor = true;
//
// btnSaveCal
//
this.btnSaveCal.Location = new System.Drawing.Point(633, 138);
this.btnSaveCal.Name = "btnSaveCal";
this.btnSaveCal.Size = new System.Drawing.Size(199, 23);
this.btnSaveCal.TabIndex = 41;
this.btnSaveCal.Text = "Save calender";
this.btnSaveCal.UseVisualStyleBackColor = true;
this.btnSaveCal.Click += new System.EventHandler(this.btnSaveCal_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txttimeTo);
this.groupBox1.Controls.Add(this.txttimeFrom);
this.groupBox1.Controls.Add(this.dtpTo);
this.groupBox1.Controls.Add(this.dtpFrom);
this.groupBox1.Controls.Add(this.chbade);
this.groupBox1.Controls.Add(this.btnRecurrence);
this.groupBox1.Controls.Add(this.btbDelete);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.btCreate);
this.groupBox1.Location = new System.Drawing.Point(373, 7);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(254, 161);
this.groupBox1.TabIndex = 21;
this.groupBox1.TabStop = false;
//
// txttimeTo
//
this.txttimeTo.CustomFormat = "HH:00";
this.txttimeTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.txttimeTo.Location = new System.Drawing.Point(164, 45);
this.txttimeTo.Name = "txttimeTo";
this.txttimeTo.ShowUpDown = true;
this.txttimeTo.Size = new System.Drawing.Size(73, 20);
this.txttimeTo.TabIndex = 40;
//
// txttimeFrom
//
this.txttimeFrom.CustomFormat = "HH:00";
this.txttimeFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.txttimeFrom.Location = new System.Drawing.Point(164, 12);
this.txttimeFrom.Name = "txttimeFrom";
this.txttimeFrom.ShowUpDown = true;
this.txttimeFrom.Size = new System.Drawing.Size(73, 20);
this.txttimeFrom.TabIndex = 39;
//
// dtpTo
//
this.dtpTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpTo.Location = new System.Drawing.Point(72, 45);
this.dtpTo.Name = "dtpTo";
this.dtpTo.Size = new System.Drawing.Size(89, 20);
this.dtpTo.TabIndex = 33;
//
// dtpFrom
//
this.dtpFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpFrom.Location = new System.Drawing.Point(72, 12);
this.dtpFrom.Name = "dtpFrom";
this.dtpFrom.Size = new System.Drawing.Size(89, 20);
this.dtpFrom.TabIndex = 32;
//
// chbade
//
this.chbade.AutoSize = true;
this.chbade.Location = new System.Drawing.Point(135, 70);
this.chbade.Name = "chbade";
this.chbade.Size = new System.Drawing.Size(90, 17);
this.chbade.TabIndex = 31;
this.chbade.Text = "All Day Event";
this.chbade.UseVisualStyleBackColor = true;
this.chbade.CheckedChanged += new System.EventHandler(this.chbade_CheckedChanged);
//
// btnRecurrence
//
this.btnRecurrence.Location = new System.Drawing.Point(135, 129);
this.btnRecurrence.Name = "btnRecurrence";
this.btnRecurrence.Size = new System.Drawing.Size(113, 26);
this.btnRecurrence.TabIndex = 30;
this.btnRecurrence.Text = "Recurrence";
this.btnRecurrence.UseVisualStyleBackColor = true;
this.btnRecurrence.Click += new System.EventHandler(this.btnRecurrence_Click);
//
// btbDelete
//
this.btbDelete.Location = new System.Drawing.Point(8, 129);
this.btbDelete.Name = "btbDelete";
this.btbDelete.Size = new System.Drawing.Size(114, 26);
this.btbDelete.TabIndex = 25;
this.btbDelete.Text = "Delete";
this.btbDelete.UseVisualStyleBackColor = true;
this.btbDelete.Click += new System.EventHandler(this.btbDelete_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(16, 46);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(55, 13);
this.label2.TabIndex = 23;
this.label2.Text = "End Time:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(16, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(58, 13);
this.label1.TabIndex = 21;
this.label1.Text = "Start Time:";
//
// btCreate
//
this.btCreate.Location = new System.Drawing.Point(6, 93);
this.btCreate.Name = "btCreate";
this.btCreate.Size = new System.Drawing.Size(242, 26);
this.btCreate.TabIndex = 20;
this.btCreate.Text = "Save";
this.btCreate.UseVisualStyleBackColor = true;
this.btCreate.Click += new System.EventHandler(this.btCreate_Click);
//
// mcOnline
//
this.mcOnline.CalendarDimensions = new System.Drawing.Size(2, 1);
this.mcOnline.Location = new System.Drawing.Point(9, 12);
this.mcOnline.Name = "mcOnline";
this.mcOnline.TabIndex = 19;
this.mcOnline.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcOnline_DateChanged);
//
// pictureBox1
//
this.pictureBox1.Image = global::HeuristicLab.Hive.Client.Console.Properties.Resources.schedule;
this.pictureBox1.Location = new System.Drawing.Point(633, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(199, 114);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 22;
this.pictureBox1.TabStop = false;
//
// ilEventLog
//
this.ilEventLog.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilEventLog.ImageStream")));
this.ilEventLog.TransparentColor = System.Drawing.Color.Transparent;
this.ilEventLog.Images.SetKeyName(0, "Info.png");
this.ilEventLog.Images.SetKeyName(1, "Error.png");
//
// HiveClientConsole
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(853, 438);
this.Controls.Add(this.tcClientConsole);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "HiveClientConsole";
this.Text = "Client Console (loading...)";
this.tcClientConsole.ResumeLayout(false);
this.tpConnection.ResumeLayout(false);
this.gbServerConnection.ResumeLayout(false);
this.gbServerConnection.PerformLayout();
this.gbJobCommon.ResumeLayout(false);
this.gbCommon.ResumeLayout(false);
this.gbCommon.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pbGraph)).EndInit();
this.gbEventLog.ResumeLayout(false);
this.gbEventLog.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tcClientConsole;
private System.Windows.Forms.TabPage tpConnection;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Label lbJobdoneCaption;
private System.Windows.Forms.Label lbCsCaption;
private System.Windows.Forms.Label lbGuidCaption;
private System.Windows.Forms.GroupBox gbEventLog;
private System.Windows.Forms.Label lbJobsFetchedCaption;
private System.Windows.Forms.Label lbJobsAbortedCaption;
private System.Windows.Forms.GroupBox gbJobCommon;
private System.Windows.Forms.GroupBox gbCommon;
private System.Windows.Forms.ListView lvJobDetail;
private System.Windows.Forms.ColumnHeader chJobId;
private System.Windows.Forms.ColumnHeader chSince;
private System.Windows.Forms.ColumnHeader chProgress;
private System.Windows.Forms.Label lbConnectionStatusCaption;
private System.Windows.Forms.ImageList ilEventLog;
private System.Windows.Forms.Label lbCs;
private System.Windows.Forms.Label lbConnectionStatus;
private System.Windows.Forms.Label lbGuid;
private System.Windows.Forms.Label lbJobsFetched;
private System.Windows.Forms.Label lbJobdone;
private System.Windows.Forms.Label lbJobsAborted;
private System.Windows.Forms.PictureBox pbGraph;
private System.Windows.Forms.GroupBox gbServerConnection;
private System.Windows.Forms.Button btn_clientShutdown;
private System.Windows.Forms.Button btnDisconnect;
private System.Windows.Forms.Button btConnect;
private System.Windows.Forms.TextBox tbPort;
private System.Windows.Forms.TextBox tbIPAdress;
private System.Windows.Forms.Label lbServerIPCaption;
private System.Windows.Forms.Label lbPortCaption;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btCreate;
private System.Windows.Forms.MonthCalendar mcOnline;
private Calendar.DayView dvOnline;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button btbDelete;
private System.Windows.Forms.Button btnRecurrence;
private System.Windows.Forms.CheckBox chbade;
private System.Windows.Forms.DateTimePicker dtpTo;
private System.Windows.Forms.DateTimePicker dtpFrom;
private System.Windows.Forms.DateTimePicker txttimeTo;
private System.Windows.Forms.DateTimePicker txttimeFrom;
private System.Windows.Forms.TextBox txtLog;
private System.Windows.Forms.Button btnSaveCal;
}
}