[6983] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[11171] | 3 | * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[6983] | 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.Clients.Hive.SlaveCore.Views {
|
---|
| 23 | partial class SlaveStats {
|
---|
| 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 Component 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() {
|
---|
| 47 | System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
---|
| 48 | System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel1 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
|
---|
| 49 | System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel2 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
|
---|
| 50 | System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel3 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
|
---|
| 51 | System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel4 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
|
---|
| 52 | System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
---|
| 53 | System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
---|
| 54 | System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
---|
| 55 | System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
---|
| 56 | System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
---|
| 57 | System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
---|
| 58 | System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
---|
| 59 | System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
---|
| 60 | System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
---|
| 61 | this.taskChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
---|
| 62 | this.coresChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
---|
| 63 | this.label1 = new System.Windows.Forms.Label();
|
---|
| 64 | this.txtSlaveState = new System.Windows.Forms.TextBox();
|
---|
| 65 | this.mainSplitContainer = new System.Windows.Forms.SplitContainer();
|
---|
| 66 | this.coresGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 67 | this.groupBoxTaskChart = new System.Windows.Forms.GroupBox();
|
---|
| 68 | ((System.ComponentModel.ISupportInitialize)(this.taskChart)).BeginInit();
|
---|
| 69 | ((System.ComponentModel.ISupportInitialize)(this.coresChart)).BeginInit();
|
---|
| 70 | ((System.ComponentModel.ISupportInitialize)(this.mainSplitContainer)).BeginInit();
|
---|
| 71 | this.mainSplitContainer.Panel1.SuspendLayout();
|
---|
| 72 | this.mainSplitContainer.Panel2.SuspendLayout();
|
---|
| 73 | this.mainSplitContainer.SuspendLayout();
|
---|
| 74 | this.coresGroupBox.SuspendLayout();
|
---|
| 75 | this.groupBoxTaskChart.SuspendLayout();
|
---|
| 76 | this.SuspendLayout();
|
---|
| 77 | //
|
---|
| 78 | // taskChart
|
---|
| 79 | //
|
---|
| 80 | this.taskChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 81 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 82 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 83 | customLabel1.Text = "Jobs";
|
---|
| 84 | customLabel2.Text = "Aborted Jobs";
|
---|
| 85 | customLabel3.Text = "Finished Jobs";
|
---|
| 86 | customLabel4.Text = "Fetched Jobs";
|
---|
| 87 | chartArea1.AxisX.CustomLabels.Add(customLabel1);
|
---|
| 88 | chartArea1.AxisX.CustomLabels.Add(customLabel2);
|
---|
| 89 | chartArea1.AxisX.CustomLabels.Add(customLabel3);
|
---|
| 90 | chartArea1.AxisX.CustomLabels.Add(customLabel4);
|
---|
| 91 | chartArea1.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
|
---|
| 92 | chartArea1.AxisX.MajorGrid.Enabled = false;
|
---|
| 93 | chartArea1.AxisX.MajorTickMark.Enabled = false;
|
---|
| 94 | chartArea1.AxisY.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
|
---|
| 95 | chartArea1.AxisY.Title = "Number of...";
|
---|
| 96 | chartArea1.InnerPlotPosition.Auto = false;
|
---|
| 97 | chartArea1.InnerPlotPosition.Height = 97F;
|
---|
| 98 | chartArea1.InnerPlotPosition.Width = 97F;
|
---|
| 99 | chartArea1.InnerPlotPosition.X = 3F;
|
---|
| 100 | chartArea1.InnerPlotPosition.Y = 3F;
|
---|
| 101 | chartArea1.Name = "ChartArea1";
|
---|
| 102 | this.taskChart.ChartAreas.Add(chartArea1);
|
---|
| 103 | legend1.Name = "Legend1";
|
---|
| 104 | this.taskChart.Legends.Add(legend1);
|
---|
| 105 | this.taskChart.Location = new System.Drawing.Point(6, 19);
|
---|
| 106 | this.taskChart.Name = "taskChart";
|
---|
| 107 | series1.ChartArea = "ChartArea1";
|
---|
| 108 | series1.Legend = "Legend1";
|
---|
| 109 | series1.Name = "Series1";
|
---|
| 110 | series2.ChartArea = "ChartArea1";
|
---|
| 111 | series2.Legend = "Legend1";
|
---|
| 112 | series2.Name = "Series2";
|
---|
| 113 | series3.ChartArea = "ChartArea1";
|
---|
| 114 | series3.Legend = "Legend1";
|
---|
| 115 | series3.Name = "Series3";
|
---|
| 116 | series4.ChartArea = "ChartArea1";
|
---|
| 117 | series4.Legend = "Legend1";
|
---|
| 118 | series4.Name = "Series4";
|
---|
| 119 | series5.ChartArea = "ChartArea1";
|
---|
| 120 | series5.Legend = "Legend1";
|
---|
| 121 | series5.Name = "Series5";
|
---|
| 122 | this.taskChart.Series.Add(series1);
|
---|
| 123 | this.taskChart.Series.Add(series2);
|
---|
| 124 | this.taskChart.Series.Add(series3);
|
---|
| 125 | this.taskChart.Series.Add(series4);
|
---|
| 126 | this.taskChart.Series.Add(series5);
|
---|
| 127 | this.taskChart.Size = new System.Drawing.Size(406, 178);
|
---|
| 128 | this.taskChart.TabIndex = 7;
|
---|
| 129 | //
|
---|
| 130 | // coresChart
|
---|
| 131 | //
|
---|
| 132 | this.coresChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 133 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 134 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 135 | chartArea2.Name = "ChartArea1";
|
---|
| 136 | this.coresChart.ChartAreas.Add(chartArea2);
|
---|
| 137 | legend2.Name = "Legend1";
|
---|
| 138 | this.coresChart.Legends.Add(legend2);
|
---|
| 139 | this.coresChart.Location = new System.Drawing.Point(6, 19);
|
---|
| 140 | this.coresChart.Name = "coresChart";
|
---|
| 141 | series6.ChartArea = "ChartArea1";
|
---|
| 142 | series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
|
---|
| 143 | series6.Legend = "Legend1";
|
---|
| 144 | series6.Name = "Series1";
|
---|
| 145 | this.coresChart.Series.Add(series6);
|
---|
| 146 | this.coresChart.Size = new System.Drawing.Size(187, 72);
|
---|
| 147 | this.coresChart.TabIndex = 9;
|
---|
| 148 | //
|
---|
| 149 | // label1
|
---|
| 150 | //
|
---|
| 151 | this.label1.AutoSize = true;
|
---|
| 152 | this.label1.Location = new System.Drawing.Point(5, 6);
|
---|
| 153 | this.label1.Name = "label1";
|
---|
| 154 | this.label1.Size = new System.Drawing.Size(65, 13);
|
---|
| 155 | this.label1.TabIndex = 14;
|
---|
| 156 | this.label1.Text = "Slave State:";
|
---|
| 157 | //
|
---|
| 158 | // txtSlaveState
|
---|
| 159 | //
|
---|
| 160 | this.txtSlaveState.Enabled = false;
|
---|
| 161 | this.txtSlaveState.Location = new System.Drawing.Point(76, 3);
|
---|
| 162 | this.txtSlaveState.Name = "txtSlaveState";
|
---|
| 163 | this.txtSlaveState.Size = new System.Drawing.Size(100, 20);
|
---|
| 164 | this.txtSlaveState.TabIndex = 15;
|
---|
| 165 | //
|
---|
| 166 | // mainSplitContainer
|
---|
| 167 | //
|
---|
| 168 | this.mainSplitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 169 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 170 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 171 | this.mainSplitContainer.Location = new System.Drawing.Point(3, 3);
|
---|
| 172 | this.mainSplitContainer.Name = "mainSplitContainer";
|
---|
| 173 | this.mainSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
| 174 | //
|
---|
| 175 | // mainSplitContainer.Panel1
|
---|
| 176 | //
|
---|
| 177 | this.mainSplitContainer.Panel1.Controls.Add(this.coresGroupBox);
|
---|
| 178 | this.mainSplitContainer.Panel1.Controls.Add(this.txtSlaveState);
|
---|
| 179 | this.mainSplitContainer.Panel1.Controls.Add(this.label1);
|
---|
| 180 | //
|
---|
| 181 | // mainSplitContainer.Panel2
|
---|
| 182 | //
|
---|
| 183 | this.mainSplitContainer.Panel2.Controls.Add(this.groupBoxTaskChart);
|
---|
| 184 | this.mainSplitContainer.Size = new System.Drawing.Size(424, 319);
|
---|
| 185 | this.mainSplitContainer.SplitterDistance = 106;
|
---|
| 186 | this.mainSplitContainer.TabIndex = 16;
|
---|
| 187 | //
|
---|
| 188 | // coresGroupBox
|
---|
| 189 | //
|
---|
| 190 | this.coresGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 191 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 192 | this.coresGroupBox.Controls.Add(this.coresChart);
|
---|
| 193 | this.coresGroupBox.Location = new System.Drawing.Point(216, 6);
|
---|
| 194 | this.coresGroupBox.Name = "coresGroupBox";
|
---|
| 195 | this.coresGroupBox.Size = new System.Drawing.Size(199, 97);
|
---|
| 196 | this.coresGroupBox.TabIndex = 0;
|
---|
| 197 | this.coresGroupBox.TabStop = false;
|
---|
| 198 | this.coresGroupBox.Text = "Cores";
|
---|
| 199 | //
|
---|
| 200 | // groupBoxTaskChart
|
---|
| 201 | //
|
---|
| 202 | this.groupBoxTaskChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 203 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 204 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 205 | this.groupBoxTaskChart.Controls.Add(this.taskChart);
|
---|
| 206 | this.groupBoxTaskChart.Location = new System.Drawing.Point(3, 3);
|
---|
| 207 | this.groupBoxTaskChart.Name = "groupBoxTaskChart";
|
---|
| 208 | this.groupBoxTaskChart.Size = new System.Drawing.Size(418, 203);
|
---|
| 209 | this.groupBoxTaskChart.TabIndex = 0;
|
---|
| 210 | this.groupBoxTaskChart.TabStop = false;
|
---|
| 211 | this.groupBoxTaskChart.Text = "Tasks";
|
---|
| 212 | //
|
---|
| 213 | // SlaveStats
|
---|
| 214 | //
|
---|
| 215 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 216 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 217 | this.Controls.Add(this.mainSplitContainer);
|
---|
| 218 | this.Name = "SlaveStats";
|
---|
| 219 | this.Size = new System.Drawing.Size(430, 325);
|
---|
| 220 | ((System.ComponentModel.ISupportInitialize)(this.taskChart)).EndInit();
|
---|
| 221 | ((System.ComponentModel.ISupportInitialize)(this.coresChart)).EndInit();
|
---|
| 222 | this.mainSplitContainer.Panel1.ResumeLayout(false);
|
---|
| 223 | this.mainSplitContainer.Panel1.PerformLayout();
|
---|
| 224 | this.mainSplitContainer.Panel2.ResumeLayout(false);
|
---|
| 225 | ((System.ComponentModel.ISupportInitialize)(this.mainSplitContainer)).EndInit();
|
---|
| 226 | this.mainSplitContainer.ResumeLayout(false);
|
---|
| 227 | this.coresGroupBox.ResumeLayout(false);
|
---|
| 228 | this.groupBoxTaskChart.ResumeLayout(false);
|
---|
| 229 | this.ResumeLayout(false);
|
---|
| 230 |
|
---|
| 231 | }
|
---|
| 232 |
|
---|
| 233 | #endregion
|
---|
| 234 |
|
---|
| 235 | private System.Windows.Forms.DataVisualization.Charting.Chart taskChart;
|
---|
| 236 | private System.Windows.Forms.DataVisualization.Charting.Chart coresChart;
|
---|
| 237 | private System.Windows.Forms.Label label1;
|
---|
| 238 | private System.Windows.Forms.TextBox txtSlaveState;
|
---|
| 239 | private System.Windows.Forms.SplitContainer mainSplitContainer;
|
---|
| 240 | private System.Windows.Forms.GroupBox groupBoxTaskChart;
|
---|
| 241 | private System.Windows.Forms.GroupBox coresGroupBox;
|
---|
| 242 | }
|
---|
| 243 | }
|
---|