#region License Information /* HeuristicLab * Copyright (C) 2002-2011 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.Clients.Hive.SlaveCore.Views { partial class SlaveView { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel1 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel(); System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel2 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel(); System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel3 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel(); System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel4 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel(); System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SlaveView)); this.jobChart = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.coresChart = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.btnStart = new System.Windows.Forms.Button(); this.btnStop = new System.Windows.Forms.Button(); this.btnKill = new System.Windows.Forms.Button(); this.lblSlaveState = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.jobChart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.coresChart)).BeginInit(); this.SuspendLayout(); // // jobChart // this.jobChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.jobChart.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; customLabel1.Text = "Jobs"; customLabel2.Text = "Aborted Jobs"; customLabel3.Text = "Finished Jobs"; customLabel4.Text = "Fetched Jobs"; chartArea1.AxisX.CustomLabels.Add(customLabel1); chartArea1.AxisX.CustomLabels.Add(customLabel2); chartArea1.AxisX.CustomLabels.Add(customLabel3); chartArea1.AxisX.CustomLabels.Add(customLabel4); chartArea1.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True; chartArea1.AxisX.MajorGrid.Enabled = false; chartArea1.AxisX.MajorTickMark.Enabled = false; chartArea1.Name = "ChartArea1"; this.jobChart.ChartAreas.Add(chartArea1); legend1.Name = "Legend1"; this.jobChart.Legends.Add(legend1); this.jobChart.Location = new System.Drawing.Point(3, 121); this.jobChart.Name = "jobChart"; series1.ChartArea = "ChartArea1"; series1.Legend = "Legend1"; series1.Name = "Series1"; series2.ChartArea = "ChartArea1"; series2.Legend = "Legend1"; series2.Name = "Series2"; series3.ChartArea = "ChartArea1"; series3.Legend = "Legend1"; series3.Name = "Series3"; series4.ChartArea = "ChartArea1"; series4.Legend = "Legend1"; series4.Name = "Series4"; series5.ChartArea = "ChartArea1"; series5.Legend = "Legend1"; series5.Name = "Series5"; this.jobChart.Series.Add(series1); this.jobChart.Series.Add(series2); this.jobChart.Series.Add(series3); this.jobChart.Series.Add(series4); this.jobChart.Series.Add(series5); this.jobChart.Size = new System.Drawing.Size(412, 189); this.jobChart.TabIndex = 7; // // coresChart // this.coresChart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); chartArea2.Name = "ChartArea1"; this.coresChart.ChartAreas.Add(chartArea2); legend2.Name = "Legend1"; this.coresChart.Legends.Add(legend2); this.coresChart.Location = new System.Drawing.Point(186, 3); this.coresChart.Name = "coresChart"; series6.ChartArea = "ChartArea1"; series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie; series6.Legend = "Legend1"; series6.Name = "Series1"; this.coresChart.Series.Add(series6); this.coresChart.Size = new System.Drawing.Size(229, 80); this.coresChart.TabIndex = 9; // // btnStart // this.btnStart.Image = ((System.Drawing.Image)(resources.GetObject("btnStart.Image"))); this.btnStart.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnStart.Location = new System.Drawing.Point(10, 89); this.btnStart.Name = "btnStart"; this.btnStart.Size = new System.Drawing.Size(75, 23); this.btnStart.TabIndex = 10; this.btnStart.Text = "Start"; this.btnStart.UseVisualStyleBackColor = true; this.btnStart.Click += new System.EventHandler(this.btnStart_Click); // // btnStop // this.btnStop.Image = ((System.Drawing.Image)(resources.GetObject("btnStop.Image"))); this.btnStop.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnStop.Location = new System.Drawing.Point(10, 60); this.btnStop.Name = "btnStop"; this.btnStop.Size = new System.Drawing.Size(75, 23); this.btnStop.TabIndex = 11; this.btnStop.Text = "Stop"; this.btnStop.UseVisualStyleBackColor = true; this.btnStop.Click += new System.EventHandler(this.btnStop_Click); // // btnKill // this.btnKill.Location = new System.Drawing.Point(10, 31); this.btnKill.Name = "btnKill"; this.btnKill.Size = new System.Drawing.Size(75, 23); this.btnKill.TabIndex = 12; this.btnKill.Text = "Kill"; this.btnKill.UseVisualStyleBackColor = true; this.btnKill.Click += new System.EventHandler(this.btnKill_Click); // // lblSlaveState // this.lblSlaveState.Location = new System.Drawing.Point(75, 5); this.lblSlaveState.Name = "lblSlaveState"; this.lblSlaveState.Size = new System.Drawing.Size(78, 13); this.lblSlaveState.TabIndex = 13; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(7, 5); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(62, 13); this.label1.TabIndex = 14; this.label1.Text = "Slave State"; // // SlaveView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.label1); this.Controls.Add(this.lblSlaveState); this.Controls.Add(this.btnKill); this.Controls.Add(this.btnStop); this.Controls.Add(this.btnStart); this.Controls.Add(this.coresChart); this.Controls.Add(this.jobChart); this.Name = "SlaveView"; this.Size = new System.Drawing.Size(418, 313); ((System.ComponentModel.ISupportInitialize)(this.jobChart)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.coresChart)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataVisualization.Charting.Chart jobChart; private System.Windows.Forms.DataVisualization.Charting.Chart coresChart; private System.Windows.Forms.Button btnStart; private System.Windows.Forms.Button btnStop; private System.Windows.Forms.Button btnKill; private System.Windows.Forms.Label lblSlaveState; private System.Windows.Forms.Label label1; } }