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

Last change on this file since 5602 was 5602, checked in by ascheibe, 14 years ago

#1233

  • added partial classes for dtos
  • added About dialog for Slave tray icon
  • added GetAllHiveExperiments method to service
File size: 5.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      this.label1 = new System.Windows.Forms.Label();
48      this.txtLog = new System.Windows.Forms.TextBox();
49      this.btnPauseAll = new System.Windows.Forms.Button();
50      this.btnStopAll = new System.Windows.Forms.Button();
51      this.btnRestart = new System.Windows.Forms.Button();
52      this.btnSleep = new System.Windows.Forms.Button();
53      this.btnAbout = new System.Windows.Forms.Button();
54      this.SuspendLayout();
55      //
56      // label1
57      //
58      this.label1.AutoSize = true;
59      this.label1.Location = new System.Drawing.Point(17, 24);
60      this.label1.Name = "label1";
61      this.label1.Size = new System.Drawing.Size(85, 13);
62      this.label1.TabIndex = 0;
63      this.label1.Text = "Hive Slave View";
64      //
65      // txtLog
66      //
67      this.txtLog.BackColor = System.Drawing.Color.White;
68      this.txtLog.Location = new System.Drawing.Point(20, 172);
69      this.txtLog.Multiline = true;
70      this.txtLog.Name = "txtLog";
71      this.txtLog.ReadOnly = true;
72      this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
73      this.txtLog.Size = new System.Drawing.Size(546, 244);
74      this.txtLog.TabIndex = 1;
75      //
76      // btnPauseAll
77      //
78      this.btnPauseAll.Location = new System.Drawing.Point(455, 24);
79      this.btnPauseAll.Name = "btnPauseAll";
80      this.btnPauseAll.Size = new System.Drawing.Size(111, 23);
81      this.btnPauseAll.TabIndex = 2;
82      this.btnPauseAll.Text = "Pause all jobs";
83      this.btnPauseAll.UseVisualStyleBackColor = true;
84      this.btnPauseAll.Click += new System.EventHandler(this.btnSoftPause_Click);
85      //
86      // btnStopAll
87      //
88      this.btnStopAll.Location = new System.Drawing.Point(455, 53);
89      this.btnStopAll.Name = "btnStopAll";
90      this.btnStopAll.Size = new System.Drawing.Size(111, 23);
91      this.btnStopAll.TabIndex = 3;
92      this.btnStopAll.Text = "Stop all jobs";
93      this.btnStopAll.UseVisualStyleBackColor = true;
94      this.btnStopAll.Click += new System.EventHandler(this.btnHardPause_Click);
95      //
96      // btnRestart
97      //
98      this.btnRestart.Location = new System.Drawing.Point(455, 111);
99      this.btnRestart.Name = "btnRestart";
100      this.btnRestart.Size = new System.Drawing.Size(111, 23);
101      this.btnRestart.TabIndex = 4;
102      this.btnRestart.Text = "Restart Core";
103      this.btnRestart.UseVisualStyleBackColor = true;
104      this.btnRestart.Click += new System.EventHandler(this.btnRestart_Click);
105      //
106      // btnSleep
107      //
108      this.btnSleep.Location = new System.Drawing.Point(455, 82);
109      this.btnSleep.Name = "btnSleep";
110      this.btnSleep.Size = new System.Drawing.Size(111, 23);
111      this.btnSleep.TabIndex = 5;
112      this.btnSleep.Text = "Send slave to sleep";
113      this.btnSleep.UseVisualStyleBackColor = true;
114      this.btnSleep.Click += new System.EventHandler(this.btnSleep_Click);
115      //
116      // btnAbout
117      //
118      this.btnAbout.Location = new System.Drawing.Point(455, 140);
119      this.btnAbout.Name = "btnAbout";
120      this.btnAbout.Size = new System.Drawing.Size(111, 23);
121      this.btnAbout.TabIndex = 6;
122      this.btnAbout.Text = "About Hive";
123      this.btnAbout.UseVisualStyleBackColor = true;
124      this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click);
125      //
126      // SlaveView
127      //
128      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
129      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
130      this.Controls.Add(this.btnAbout);
131      this.Controls.Add(this.btnSleep);
132      this.Controls.Add(this.btnRestart);
133      this.Controls.Add(this.btnStopAll);
134      this.Controls.Add(this.btnPauseAll);
135      this.Controls.Add(this.txtLog);
136      this.Controls.Add(this.label1);
137      this.Name = "SlaveView";
138      this.Size = new System.Drawing.Size(590, 435);
139      this.ResumeLayout(false);
140      this.PerformLayout();
141
142    }
143
144    #endregion
145
146    private System.Windows.Forms.Label label1;
147    private System.Windows.Forms.TextBox txtLog;
148    private System.Windows.Forms.Button btnPauseAll;
149    private System.Windows.Forms.Button btnStopAll;
150    private System.Windows.Forms.Button btnRestart;
151    private System.Windows.Forms.Button btnSleep;
152    private System.Windows.Forms.Button btnAbout;
153  }
154}
Note: See TracBrowser for help on using the repository browser.