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 @ 6004

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

#1233 slave ui now receives status information and displays it in doughnut chart

File size: 7.6 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.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
49      System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
50      this.txtLog = new System.Windows.Forms.TextBox();
51      this.btnPauseAll = new System.Windows.Forms.Button();
52      this.btnStopAll = new System.Windows.Forms.Button();
53      this.btnRestart = new System.Windows.Forms.Button();
54      this.btnSleep = new System.Windows.Forms.Button();
55      this.btnAbout = new System.Windows.Forms.Button();
56      this.jobChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
57      this.btnRestartService = new System.Windows.Forms.Button();
58      ((System.ComponentModel.ISupportInitialize)(this.jobChart)).BeginInit();
59      this.SuspendLayout();
60      //
61      // txtLog
62      //
63      this.txtLog.BackColor = System.Drawing.Color.White;
64      this.txtLog.Location = new System.Drawing.Point(3, 184);
65      this.txtLog.Multiline = true;
66      this.txtLog.Name = "txtLog";
67      this.txtLog.ReadOnly = true;
68      this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
69      this.txtLog.Size = new System.Drawing.Size(584, 239);
70      this.txtLog.TabIndex = 1;
71      //
72      // btnPauseAll
73      //
74      this.btnPauseAll.Location = new System.Drawing.Point(476, 3);
75      this.btnPauseAll.Name = "btnPauseAll";
76      this.btnPauseAll.Size = new System.Drawing.Size(111, 28);
77      this.btnPauseAll.TabIndex = 2;
78      this.btnPauseAll.Text = "Pause all jobs";
79      this.btnPauseAll.UseVisualStyleBackColor = true;
80      this.btnPauseAll.Click += new System.EventHandler(this.btnSoftPause_Click);
81      //
82      // btnStopAll
83      //
84      this.btnStopAll.Location = new System.Drawing.Point(476, 32);
85      this.btnStopAll.Name = "btnStopAll";
86      this.btnStopAll.Size = new System.Drawing.Size(111, 28);
87      this.btnStopAll.TabIndex = 3;
88      this.btnStopAll.Text = "Stop all jobs";
89      this.btnStopAll.UseVisualStyleBackColor = true;
90      this.btnStopAll.Click += new System.EventHandler(this.btnHardPause_Click);
91      //
92      // btnRestart
93      //
94      this.btnRestart.Location = new System.Drawing.Point(476, 90);
95      this.btnRestart.Name = "btnRestart";
96      this.btnRestart.Size = new System.Drawing.Size(111, 28);
97      this.btnRestart.TabIndex = 4;
98      this.btnRestart.Text = "Restart Core";
99      this.btnRestart.UseVisualStyleBackColor = true;
100      this.btnRestart.Click += new System.EventHandler(this.btnRestart_Click);
101      //
102      // btnSleep
103      //
104      this.btnSleep.Location = new System.Drawing.Point(476, 61);
105      this.btnSleep.Name = "btnSleep";
106      this.btnSleep.Size = new System.Drawing.Size(111, 28);
107      this.btnSleep.TabIndex = 5;
108      this.btnSleep.Text = "Send slave to sleep";
109      this.btnSleep.UseVisualStyleBackColor = true;
110      this.btnSleep.Click += new System.EventHandler(this.btnSleep_Click);
111      //
112      // btnAbout
113      //
114      this.btnAbout.Location = new System.Drawing.Point(476, 149);
115      this.btnAbout.Name = "btnAbout";
116      this.btnAbout.Size = new System.Drawing.Size(111, 28);
117      this.btnAbout.TabIndex = 6;
118      this.btnAbout.Text = "About Hive";
119      this.btnAbout.UseVisualStyleBackColor = true;
120      this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click);
121      //
122      // jobChart
123      //
124      chartArea1.Name = "ChartArea1";
125      this.jobChart.ChartAreas.Add(chartArea1);
126      legend1.Name = "Legend1";
127      this.jobChart.Legends.Add(legend1);
128      this.jobChart.Location = new System.Drawing.Point(3, 3);
129      this.jobChart.Name = "jobChart";
130      series1.ChartArea = "ChartArea1";
131      series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Doughnut;
132      series1.Legend = "Legend1";
133      series1.Name = "Series1";
134      this.jobChart.Series.Add(series1);
135      this.jobChart.Size = new System.Drawing.Size(293, 174);
136      this.jobChart.TabIndex = 7;
137      //
138      // btnRestartService
139      //
140      this.btnRestartService.Location = new System.Drawing.Point(476, 119);
141      this.btnRestartService.Name = "btnRestartService";
142      this.btnRestartService.Size = new System.Drawing.Size(111, 28);
143      this.btnRestartService.TabIndex = 8;
144      this.btnRestartService.Text = "RestartService";
145      this.btnRestartService.UseVisualStyleBackColor = true;
146      this.btnRestartService.Click += new System.EventHandler(this.btnRestartService_Click);
147      //
148      // SlaveView
149      //
150      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
151      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
152      this.Controls.Add(this.btnRestartService);
153      this.Controls.Add(this.jobChart);
154      this.Controls.Add(this.btnAbout);
155      this.Controls.Add(this.btnSleep);
156      this.Controls.Add(this.btnRestart);
157      this.Controls.Add(this.btnStopAll);
158      this.Controls.Add(this.btnPauseAll);
159      this.Controls.Add(this.txtLog);
160      this.Name = "SlaveView";
161      this.Size = new System.Drawing.Size(590, 426);
162      ((System.ComponentModel.ISupportInitialize)(this.jobChart)).EndInit();
163      this.ResumeLayout(false);
164      this.PerformLayout();
165
166    }
167
168    #endregion
169
170    private System.Windows.Forms.TextBox txtLog;
171    private System.Windows.Forms.Button btnPauseAll;
172    private System.Windows.Forms.Button btnStopAll;
173    private System.Windows.Forms.Button btnRestart;
174    private System.Windows.Forms.Button btnSleep;
175    private System.Windows.Forms.Button btnAbout;
176    private System.Windows.Forms.DataVisualization.Charting.Chart jobChart;
177    private System.Windows.Forms.Button btnRestartService;
178  }
179}
Note: See TracBrowser for help on using the repository browser.