Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/23/10 10:50:26 (14 years ago)
Author:
kgrading
Message:

implemented the server on the client, using push & force push, added refresh buttons, added auto calender methods that traverse the tree... (#908)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Console/3.2/HiveClientConsole.Designer.cs

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