Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2520_PersistenceReintegration/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectJobsView.Designer.cs @ 16451

Last change on this file since 16451 was 16208, checked in by jzenisek, 5 years ago

#2839: updated job execution implementation in ProjectJobsView

File size: 7.2 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2018 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
22using System.Windows.Forms;
23using HeuristicLab.Data.Views;
24
25namespace HeuristicLab.Clients.Hive.Administrator.Views {
26  partial class ProjectJobsView {
27    /// <summary>
28    /// Required designer variable.
29    /// </summary>
30    private System.ComponentModel.IContainer components = null;
31
32    /// <summary>
33    /// Clean up any resources being used.
34    /// </summary>
35    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
36    protected override void Dispose(bool disposing) {
37      if (disposing && (components != null)) {
38        components.Dispose();
39      }
40      base.Dispose(disposing);
41    }
42
43    #region Component Designer generated code
44
45    /// <summary>
46    /// Required method for Designer support - do not modify
47    /// the contents of this method with the code editor.
48    /// </summary>
49    private void InitializeComponent() {
50      this.components = new System.ComponentModel.Container();
51      this.refreshButton = new System.Windows.Forms.Button();
52      this.removeButton = new System.Windows.Forms.Button();
53      this.startButton = new System.Windows.Forms.Button();
54      this.stopButton = new System.Windows.Forms.Button();
55      this.pauseButton = new System.Windows.Forms.Button();
56      this.matrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
57      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
58      this.SuspendLayout();
59      //
60      // refreshButton
61      //
62      this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
63      this.refreshButton.Location = new System.Drawing.Point(3, 3);
64      this.refreshButton.Name = "refreshButton";
65      this.refreshButton.Size = new System.Drawing.Size(24, 24);
66      this.refreshButton.TabIndex = 1;
67      this.toolTip.SetToolTip(this.refreshButton, "Refresh data");
68      this.refreshButton.UseVisualStyleBackColor = true;
69      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
70      //
71      // removeButton
72      //
73      this.removeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
74      this.removeButton.Location = new System.Drawing.Point(33, 3);
75      this.removeButton.Name = "removeButton";
76      this.removeButton.Size = new System.Drawing.Size(24, 24);
77      this.removeButton.TabIndex = 2;
78      this.toolTip.SetToolTip(this.removeButton, "Remove job(s)");
79      this.removeButton.UseVisualStyleBackColor = true;
80      this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
81      //
82      // startButton
83      //
84      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
85      this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
86      this.startButton.Location = new System.Drawing.Point(63, 3);
87      this.startButton.Name = "startButton";
88      this.startButton.Size = new System.Drawing.Size(24, 24);
89      this.startButton.TabIndex = 4;
90      this.toolTip.SetToolTip(this.startButton, "Resume job(s)");
91      this.startButton.UseVisualStyleBackColor = true;
92      this.startButton.Click += new System.EventHandler(this.startButton_Click);
93      //
94      // pauseButton
95      //
96      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
97      this.pauseButton.Enabled = false;
98      this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
99      this.pauseButton.Location = new System.Drawing.Point(93, 3);
100      this.pauseButton.Name = "pauseButton";
101      this.pauseButton.Size = new System.Drawing.Size(24, 24);
102      this.pauseButton.TabIndex = 5;
103      this.toolTip.SetToolTip(this.pauseButton, "Pause job(s)");
104      this.pauseButton.UseVisualStyleBackColor = true;
105      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
106      //
107      // stopButton
108      //
109      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
110      this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
111      this.stopButton.Location = new System.Drawing.Point(123, 3);
112      this.stopButton.Name = "stopButton";
113      this.stopButton.Size = new System.Drawing.Size(24, 24);
114      this.stopButton.TabIndex = 6;
115      this.toolTip.SetToolTip(this.stopButton, "Stop job(s)");
116      this.stopButton.UseVisualStyleBackColor = true;
117      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
118      //
119      // matrixView
120      //
121      this.matrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
122            | System.Windows.Forms.AnchorStyles.Left)
123            | System.Windows.Forms.AnchorStyles.Right)));
124      this.matrixView.Caption = "StringConvertibleMatrix View";
125      this.matrixView.Content = null;
126      this.matrixView.Location = new System.Drawing.Point(3, 33);
127      this.matrixView.Name = "matrixView";
128      this.matrixView.ReadOnly = false;
129      this.matrixView.ShowRowsAndColumnsTextBox = false;
130      this.matrixView.ShowStatisticalInformation = false;
131      this.matrixView.Size = new System.Drawing.Size(504, 349);
132      this.matrixView.TabIndex = 3;
133      //
134      // ProjectJobsView
135      //
136      this.AllowDrop = true;
137      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
138      this.Controls.Add(this.matrixView);
139      this.Controls.Add(this.refreshButton);
140      this.Controls.Add(this.removeButton);
141      this.Controls.Add(this.startButton);
142      this.Controls.Add(this.pauseButton);
143      this.Controls.Add(this.stopButton);
144      this.Name = "ProjectJobsView";
145      this.Size = new System.Drawing.Size(510, 385);
146      this.Load += new System.EventHandler(this.ProjectJobsView_Load);
147      this.ResumeLayout(false);
148
149    }
150
151    #endregion
152
153    private System.Windows.Forms.ToolTip toolTip;
154    private System.Windows.Forms.Button refreshButton;
155    private System.Windows.Forms.Button removeButton;
156    private System.Windows.Forms.Button startButton;
157    private System.Windows.Forms.Button stopButton;
158    private System.Windows.Forms.Button pauseButton;
159    private StringConvertibleMatrixView matrixView;
160  }
161}
Note: See TracBrowser for help on using the repository browser.