Free cookie consent management tool by TermsFeed Policy Generator

source: branches/CEDMA-Refactoring-Ticket419/HeuristicLab.Grid/ServerForm.designer.cs @ 1111

Last change on this file since 1111 was 240, checked in by gkronber, 16 years ago

removed start/stop buttons, server is started automatically right away (necessary for automatic restarts)

File size: 8.5 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2008 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.Grid {
23  partial class ServerForm {
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 Windows Form 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.components = new System.ComponentModel.Container();
48      this.externalAddressTextBox = new System.Windows.Forms.TextBox();
49      this.externalAddressLabel = new System.Windows.Forms.Label();
50      this.internalAddressLabel = new System.Windows.Forms.Label();
51      this.internalAddressTextBox = new System.Windows.Forms.TextBox();
52      this.runningJobsLabel = new System.Windows.Forms.Label();
53      this.runningJobsTextBox = new System.Windows.Forms.TextBox();
54      this.waitingJobsLabel = new System.Windows.Forms.Label();
55      this.waitingJobsTextBox = new System.Windows.Forms.TextBox();
56      this.waitingResultsLabel = new System.Windows.Forms.Label();
57      this.waitingResultsTextBox = new System.Windows.Forms.TextBox();
58      this.statusUpdateTimer = new System.Windows.Forms.Timer(this.components);
59      this.SuspendLayout();
60      //
61      // externalAddressTextBox
62      //
63      this.externalAddressTextBox.Location = new System.Drawing.Point(106, 6);
64      this.externalAddressTextBox.Name = "externalAddressTextBox";
65      this.externalAddressTextBox.ReadOnly = true;
66      this.externalAddressTextBox.Size = new System.Drawing.Size(229, 20);
67      this.externalAddressTextBox.TabIndex = 0;
68      //
69      // externalAddressLabel
70      //
71      this.externalAddressLabel.AutoSize = true;
72      this.externalAddressLabel.Location = new System.Drawing.Point(12, 9);
73      this.externalAddressLabel.Name = "externalAddressLabel";
74      this.externalAddressLabel.Size = new System.Drawing.Size(88, 13);
75      this.externalAddressLabel.TabIndex = 3;
76      this.externalAddressLabel.Text = "&External address:";
77      //
78      // internalAddressLabel
79      //
80      this.internalAddressLabel.AutoSize = true;
81      this.internalAddressLabel.Location = new System.Drawing.Point(12, 34);
82      this.internalAddressLabel.Name = "internalAddressLabel";
83      this.internalAddressLabel.Size = new System.Drawing.Size(85, 13);
84      this.internalAddressLabel.TabIndex = 5;
85      this.internalAddressLabel.Text = "&Internal address:";
86      //
87      // internalAddressTextBox
88      //
89      this.internalAddressTextBox.Location = new System.Drawing.Point(106, 31);
90      this.internalAddressTextBox.Name = "internalAddressTextBox";
91      this.internalAddressTextBox.ReadOnly = true;
92      this.internalAddressTextBox.Size = new System.Drawing.Size(229, 20);
93      this.internalAddressTextBox.TabIndex = 4;
94      //
95      // runningJobsLabel
96      //
97      this.runningJobsLabel.AutoSize = true;
98      this.runningJobsLabel.Location = new System.Drawing.Point(12, 99);
99      this.runningJobsLabel.Name = "runningJobsLabel";
100      this.runningJobsLabel.Size = new System.Drawing.Size(72, 13);
101      this.runningJobsLabel.TabIndex = 9;
102      this.runningJobsLabel.Text = "&Running jobs:";
103      //
104      // runningJobsTextBox
105      //
106      this.runningJobsTextBox.Location = new System.Drawing.Point(106, 96);
107      this.runningJobsTextBox.Name = "runningJobsTextBox";
108      this.runningJobsTextBox.ReadOnly = true;
109      this.runningJobsTextBox.Size = new System.Drawing.Size(90, 20);
110      this.runningJobsTextBox.TabIndex = 8;
111      this.runningJobsTextBox.Text = "0";
112      this.runningJobsTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
113      //
114      // waitingJobsLabel
115      //
116      this.waitingJobsLabel.AutoSize = true;
117      this.waitingJobsLabel.Location = new System.Drawing.Point(12, 74);
118      this.waitingJobsLabel.Name = "waitingJobsLabel";
119      this.waitingJobsLabel.Size = new System.Drawing.Size(68, 13);
120      this.waitingJobsLabel.TabIndex = 7;
121      this.waitingJobsLabel.Text = "&Waiting jobs:";
122      //
123      // waitingJobsTextBox
124      //
125      this.waitingJobsTextBox.Location = new System.Drawing.Point(106, 71);
126      this.waitingJobsTextBox.Name = "waitingJobsTextBox";
127      this.waitingJobsTextBox.ReadOnly = true;
128      this.waitingJobsTextBox.Size = new System.Drawing.Size(90, 20);
129      this.waitingJobsTextBox.TabIndex = 6;
130      this.waitingJobsTextBox.Text = "0";
131      this.waitingJobsTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
132      //
133      // waitingResultsLabel
134      //
135      this.waitingResultsLabel.AutoSize = true;
136      this.waitingResultsLabel.Location = new System.Drawing.Point(12, 125);
137      this.waitingResultsLabel.Name = "waitingResultsLabel";
138      this.waitingResultsLabel.Size = new System.Drawing.Size(79, 13);
139      this.waitingResultsLabel.TabIndex = 11;
140      this.waitingResultsLabel.Text = "&Waiting results:";
141      //
142      // waitingResultsTextBox
143      //
144      this.waitingResultsTextBox.Location = new System.Drawing.Point(106, 122);
145      this.waitingResultsTextBox.Name = "waitingResultsTextBox";
146      this.waitingResultsTextBox.ReadOnly = true;
147      this.waitingResultsTextBox.Size = new System.Drawing.Size(90, 20);
148      this.waitingResultsTextBox.TabIndex = 10;
149      this.waitingResultsTextBox.Text = "0";
150      this.waitingResultsTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
151      //
152      // statusUpdateTimer
153      //
154      this.statusUpdateTimer.Enabled = true;
155      this.statusUpdateTimer.Interval = 1000;
156      this.statusUpdateTimer.Tick += new System.EventHandler(this.statusUpdateTimer_Tick);
157      //
158      // ServerForm
159      //
160      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
161      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
162      this.ClientSize = new System.Drawing.Size(347, 150);
163      this.Controls.Add(this.waitingResultsLabel);
164      this.Controls.Add(this.waitingResultsTextBox);
165      this.Controls.Add(this.runningJobsLabel);
166      this.Controls.Add(this.runningJobsTextBox);
167      this.Controls.Add(this.waitingJobsLabel);
168      this.Controls.Add(this.waitingJobsTextBox);
169      this.Controls.Add(this.internalAddressLabel);
170      this.Controls.Add(this.internalAddressTextBox);
171      this.Controls.Add(this.externalAddressLabel);
172      this.Controls.Add(this.externalAddressTextBox);
173      this.Name = "ServerForm";
174      this.Text = "Grid Server";
175      this.ResumeLayout(false);
176      this.PerformLayout();
177
178    }
179
180    #endregion
181
182    private System.Windows.Forms.TextBox externalAddressTextBox;
183    private System.Windows.Forms.Label externalAddressLabel;
184    private System.Windows.Forms.Label internalAddressLabel;
185    private System.Windows.Forms.TextBox internalAddressTextBox;
186    private System.Windows.Forms.Label runningJobsLabel;
187    private System.Windows.Forms.TextBox runningJobsTextBox;
188    private System.Windows.Forms.Label waitingJobsLabel;
189    private System.Windows.Forms.TextBox waitingJobsTextBox;
190    private System.Windows.Forms.Label waitingResultsLabel;
191    private System.Windows.Forms.TextBox waitingResultsTextBox;
192    private System.Windows.Forms.Timer statusUpdateTimer;
193  }
194}
Note: See TracBrowser for help on using the repository browser.