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

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

#1233

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