Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Views/3.4/SlaveView.Designer.cs @ 6263

Last change on this file since 6263 was 6263, checked in by ascheibe, 13 years ago

#1233

  • added view for displaying jobs
  • improved slave ui
File size: 10.5 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Clients.Hive.SlaveCore.Views {
23  partial class SlaveView {
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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SlaveView));
62      this.jobChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
63      this.coresChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
64      this.btnStart = new System.Windows.Forms.Button();
65      this.btnStop = new System.Windows.Forms.Button();
66      this.btnKill = new System.Windows.Forms.Button();
67      this.lblSlaveState = new System.Windows.Forms.Label();
68      this.label1 = new System.Windows.Forms.Label();
69      ((System.ComponentModel.ISupportInitialize)(this.jobChart)).BeginInit();
70      ((System.ComponentModel.ISupportInitialize)(this.coresChart)).BeginInit();
71      this.SuspendLayout();
72      //
73      // jobChart
74      //
75      this.jobChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
76                  | System.Windows.Forms.AnchorStyles.Left)
77                  | System.Windows.Forms.AnchorStyles.Right)));
78      this.jobChart.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
79      customLabel1.Text = "Jobs";
80      customLabel2.Text = "Aborted Jobs";
81      customLabel3.Text = "Finished Jobs";
82      customLabel4.Text = "Fetched Jobs";
83      chartArea1.AxisX.CustomLabels.Add(customLabel1);
84      chartArea1.AxisX.CustomLabels.Add(customLabel2);
85      chartArea1.AxisX.CustomLabels.Add(customLabel3);
86      chartArea1.AxisX.CustomLabels.Add(customLabel4);
87      chartArea1.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
88      chartArea1.AxisX.MajorGrid.Enabled = false;
89      chartArea1.AxisX.MajorTickMark.Enabled = false;
90      chartArea1.Name = "ChartArea1";
91      this.jobChart.ChartAreas.Add(chartArea1);
92      legend1.Name = "Legend1";
93      this.jobChart.Legends.Add(legend1);
94      this.jobChart.Location = new System.Drawing.Point(3, 121);
95      this.jobChart.Name = "jobChart";
96      series1.ChartArea = "ChartArea1";
97      series1.Legend = "Legend1";
98      series1.Name = "Series1";
99      series2.ChartArea = "ChartArea1";
100      series2.Legend = "Legend1";
101      series2.Name = "Series2";
102      series3.ChartArea = "ChartArea1";
103      series3.Legend = "Legend1";
104      series3.Name = "Series3";
105      series4.ChartArea = "ChartArea1";
106      series4.Legend = "Legend1";
107      series4.Name = "Series4";
108      series5.ChartArea = "ChartArea1";
109      series5.Legend = "Legend1";
110      series5.Name = "Series5";
111      this.jobChart.Series.Add(series1);
112      this.jobChart.Series.Add(series2);
113      this.jobChart.Series.Add(series3);
114      this.jobChart.Series.Add(series4);
115      this.jobChart.Series.Add(series5);
116      this.jobChart.Size = new System.Drawing.Size(412, 189);
117      this.jobChart.TabIndex = 7;
118      //
119      // coresChart
120      //
121      this.coresChart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
122      chartArea2.Name = "ChartArea1";
123      this.coresChart.ChartAreas.Add(chartArea2);
124      legend2.Name = "Legend1";
125      this.coresChart.Legends.Add(legend2);
126      this.coresChart.Location = new System.Drawing.Point(186, 3);
127      this.coresChart.Name = "coresChart";
128      series6.ChartArea = "ChartArea1";
129      series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
130      series6.Legend = "Legend1";
131      series6.Name = "Series1";
132      this.coresChart.Series.Add(series6);
133      this.coresChart.Size = new System.Drawing.Size(229, 80);
134      this.coresChart.TabIndex = 9;
135      //
136      // btnStart
137      //
138      this.btnStart.Image = ((System.Drawing.Image)(resources.GetObject("btnStart.Image")));
139      this.btnStart.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
140      this.btnStart.Location = new System.Drawing.Point(10, 89);
141      this.btnStart.Name = "btnStart";
142      this.btnStart.Size = new System.Drawing.Size(75, 23);
143      this.btnStart.TabIndex = 10;
144      this.btnStart.Text = "Start";
145      this.btnStart.UseVisualStyleBackColor = true;
146      this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
147      //
148      // btnStop
149      //
150      this.btnStop.Image = ((System.Drawing.Image)(resources.GetObject("btnStop.Image")));
151      this.btnStop.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
152      this.btnStop.Location = new System.Drawing.Point(10, 60);
153      this.btnStop.Name = "btnStop";
154      this.btnStop.Size = new System.Drawing.Size(75, 23);
155      this.btnStop.TabIndex = 11;
156      this.btnStop.Text = "Stop";
157      this.btnStop.UseVisualStyleBackColor = true;
158      this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
159      //
160      // btnKill
161      //
162      this.btnKill.Location = new System.Drawing.Point(10, 31);
163      this.btnKill.Name = "btnKill";
164      this.btnKill.Size = new System.Drawing.Size(75, 23);
165      this.btnKill.TabIndex = 12;
166      this.btnKill.Text = "Kill";
167      this.btnKill.UseVisualStyleBackColor = true;
168      this.btnKill.Click += new System.EventHandler(this.btnKill_Click);
169      //
170      // lblSlaveState
171      //
172      this.lblSlaveState.Location = new System.Drawing.Point(75, 5);
173      this.lblSlaveState.Name = "lblSlaveState";
174      this.lblSlaveState.Size = new System.Drawing.Size(78, 13);
175      this.lblSlaveState.TabIndex = 13;
176      //
177      // label1
178      //
179      this.label1.AutoSize = true;
180      this.label1.Location = new System.Drawing.Point(7, 5);
181      this.label1.Name = "label1";
182      this.label1.Size = new System.Drawing.Size(62, 13);
183      this.label1.TabIndex = 14;
184      this.label1.Text = "Slave State";
185      //
186      // SlaveView
187      //
188      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
189      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
190      this.Controls.Add(this.label1);
191      this.Controls.Add(this.lblSlaveState);
192      this.Controls.Add(this.btnKill);
193      this.Controls.Add(this.btnStop);
194      this.Controls.Add(this.btnStart);
195      this.Controls.Add(this.coresChart);
196      this.Controls.Add(this.jobChart);
197      this.Name = "SlaveView";
198      this.Size = new System.Drawing.Size(418, 313);
199      ((System.ComponentModel.ISupportInitialize)(this.jobChart)).EndInit();
200      ((System.ComponentModel.ISupportInitialize)(this.coresChart)).EndInit();
201      this.ResumeLayout(false);
202      this.PerformLayout();
203
204    }
205
206    #endregion
207
208    private System.Windows.Forms.DataVisualization.Charting.Chart jobChart;
209    private System.Windows.Forms.DataVisualization.Charting.Chart coresChart;
210    private System.Windows.Forms.Button btnStart;
211    private System.Windows.Forms.Button btnStop;
212    private System.Windows.Forms.Button btnKill;
213    private System.Windows.Forms.Label lblSlaveState;
214    private System.Windows.Forms.Label label1;
215  }
216}
Note: See TracBrowser for help on using the repository browser.