Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2845_EnhancedProgress/HeuristicLab.Clients.Hive.Views/3.3/StateLog/StateLogView.designer.cs @ 16311

Last change on this file since 16311 was 16311, checked in by pfleck, 5 years ago

#2845 Merged trunk changes into branch (15406-15681, 15683-16308)

File size: 7.7 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
22namespace HeuristicLab.Clients.Hive.Views {
23  partial class StateLogView {
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.stateLabel = new System.Windows.Forms.Label();
48      this.stateTextBox = new System.Windows.Forms.TextBox();
49      this.dateLabel = new System.Windows.Forms.Label();
50      this.dateTextBox = new System.Windows.Forms.TextBox();
51      this.exceptionTextBox = new System.Windows.Forms.TextBox();
52      this.userIdTextBox = new System.Windows.Forms.TextBox();
53      this.slaveIdTextBox = new System.Windows.Forms.TextBox();
54      this.slaveIdLabel = new System.Windows.Forms.Label();
55      this.userIdLabel = new System.Windows.Forms.Label();
56      this.exceptionLabel = new System.Windows.Forms.Label();
57      this.SuspendLayout();
58      //
59      // stateLabel
60      //
61      this.stateLabel.AutoSize = true;
62      this.stateLabel.Location = new System.Drawing.Point(3, 11);
63      this.stateLabel.Name = "stateLabel";
64      this.stateLabel.Size = new System.Drawing.Size(35, 13);
65      this.stateLabel.TabIndex = 0;
66      this.stateLabel.Text = "State:";
67      //
68      // stateTextBox
69      //
70      this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
71                  | System.Windows.Forms.AnchorStyles.Right)));
72      this.stateTextBox.Location = new System.Drawing.Point(72, 4);
73      this.stateTextBox.Name = "stateTextBox";
74      this.stateTextBox.Size = new System.Drawing.Size(451, 20);
75      this.stateTextBox.TabIndex = 1;
76      //
77      // dateLabel
78      //
79      this.dateLabel.AutoSize = true;
80      this.dateLabel.Location = new System.Drawing.Point(3, 33);
81      this.dateLabel.Name = "dateLabel";
82      this.dateLabel.Size = new System.Drawing.Size(33, 13);
83      this.dateLabel.TabIndex = 2;
84      this.dateLabel.Text = "Date:";
85      //
86      // dateTextBox
87      //
88      this.dateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
89                  | System.Windows.Forms.AnchorStyles.Right)));
90      this.dateTextBox.Location = new System.Drawing.Point(72, 30);
91      this.dateTextBox.Name = "dateTextBox";
92      this.dateTextBox.Size = new System.Drawing.Size(451, 20);
93      this.dateTextBox.TabIndex = 3;
94      //
95      // exceptionTextBox
96      //
97      this.exceptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
98                  | System.Windows.Forms.AnchorStyles.Right)));
99      this.exceptionTextBox.Location = new System.Drawing.Point(72, 56);
100      this.exceptionTextBox.Name = "exceptionTextBox";
101      this.exceptionTextBox.Size = new System.Drawing.Size(451, 20);
102      this.exceptionTextBox.TabIndex = 4;
103      //
104      // userIdTextBox
105      //
106      this.userIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
107                  | System.Windows.Forms.AnchorStyles.Right)));
108      this.userIdTextBox.Location = new System.Drawing.Point(72, 82);
109      this.userIdTextBox.Name = "userIdTextBox";
110      this.userIdTextBox.Size = new System.Drawing.Size(451, 20);
111      this.userIdTextBox.TabIndex = 5;
112      //
113      // slaveIdTextBox
114      //
115      this.slaveIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
116                  | System.Windows.Forms.AnchorStyles.Right)));
117      this.slaveIdTextBox.Location = new System.Drawing.Point(72, 108);
118      this.slaveIdTextBox.Name = "slaveIdTextBox";
119      this.slaveIdTextBox.Size = new System.Drawing.Size(451, 20);
120      this.slaveIdTextBox.TabIndex = 6;
121      //
122      // slaveIdLabel
123      //
124      this.slaveIdLabel.AutoSize = true;
125      this.slaveIdLabel.Location = new System.Drawing.Point(3, 111);
126      this.slaveIdLabel.Name = "slaveIdLabel";
127      this.slaveIdLabel.Size = new System.Drawing.Size(46, 13);
128      this.slaveIdLabel.TabIndex = 7;
129      this.slaveIdLabel.Text = "SlaveId:";
130      //
131      // userIdLabel
132      //
133      this.userIdLabel.AutoSize = true;
134      this.userIdLabel.Location = new System.Drawing.Point(3, 85);
135      this.userIdLabel.Name = "userIdLabel";
136      this.userIdLabel.Size = new System.Drawing.Size(41, 13);
137      this.userIdLabel.TabIndex = 8;
138      this.userIdLabel.Text = "UserId:";
139      //
140      // exceptionLabel
141      //
142      this.exceptionLabel.AutoSize = true;
143      this.exceptionLabel.Location = new System.Drawing.Point(3, 59);
144      this.exceptionLabel.Name = "exceptionLabel";
145      this.exceptionLabel.Size = new System.Drawing.Size(57, 13);
146      this.exceptionLabel.TabIndex = 9;
147      this.exceptionLabel.Text = "Exception:";
148      //
149      // StateLogView
150      //
151      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
152      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
153      this.Controls.Add(this.exceptionLabel);
154      this.Controls.Add(this.userIdLabel);
155      this.Controls.Add(this.slaveIdLabel);
156      this.Controls.Add(this.slaveIdTextBox);
157      this.Controls.Add(this.userIdTextBox);
158      this.Controls.Add(this.exceptionTextBox);
159      this.Controls.Add(this.dateTextBox);
160      this.Controls.Add(this.dateLabel);
161      this.Controls.Add(this.stateTextBox);
162      this.Controls.Add(this.stateLabel);
163      this.Name = "StateLogView";
164      this.Size = new System.Drawing.Size(523, 192);
165      this.ResumeLayout(false);
166      this.PerformLayout();
167
168    }
169
170    #endregion
171
172    private System.Windows.Forms.Label stateLabel;
173    private System.Windows.Forms.TextBox stateTextBox;
174    private System.Windows.Forms.Label dateLabel;
175    private System.Windows.Forms.TextBox dateTextBox;
176    private System.Windows.Forms.TextBox exceptionTextBox;
177    private System.Windows.Forms.TextBox userIdTextBox;
178    private System.Windows.Forms.TextBox slaveIdTextBox;
179    private System.Windows.Forms.Label slaveIdLabel;
180    private System.Windows.Forms.Label userIdLabel;
181    private System.Windows.Forms.Label exceptionLabel;
182
183  }
184}
Note: See TracBrowser for help on using the repository browser.