Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GP-MoveOperators/HeuristicLab.Clients.Access.Views/3.3/ClientViews/ClientView.Designer.cs @ 8697

Last change on this file since 8697 was 8042, checked in by ascheibe, 12 years ago

#1648 integrated access service client parts into trunk

File size: 14.7 KB
Line 
1namespace HeuristicLab.Clients.Access.Views {
2  partial class ClientView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.label1 = new System.Windows.Forms.Label();
27      this.label2 = new System.Windows.Forms.Label();
28      this.label3 = new System.Windows.Forms.Label();
29      this.label4 = new System.Windows.Forms.Label();
30      this.label5 = new System.Windows.Forms.Label();
31      this.label6 = new System.Windows.Forms.Label();
32      this.label7 = new System.Windows.Forms.Label();
33      this.label8 = new System.Windows.Forms.Label();
34      this.label9 = new System.Windows.Forms.Label();
35      this.label10 = new System.Windows.Forms.Label();
36      this.label11 = new System.Windows.Forms.Label();
37      this.txtName = new System.Windows.Forms.TextBox();
38      this.txtDescription = new System.Windows.Forms.TextBox();
39      this.txtVersion = new System.Windows.Forms.TextBox();
40      this.txtTimestamp = new System.Windows.Forms.TextBox();
41      this.txtMemory = new System.Windows.Forms.TextBox();
42      this.txtNumberOfCores = new System.Windows.Forms.TextBox();
43      this.txtClientType = new System.Windows.Forms.TextBox();
44      this.txtClientConfiguration = new System.Windows.Forms.TextBox();
45      this.txtProcessor = new System.Windows.Forms.TextBox();
46      this.txtOS = new System.Windows.Forms.TextBox();
47      this.txtPerformanceValue = new System.Windows.Forms.TextBox();
48      this.label13 = new System.Windows.Forms.Label();
49      this.txtId = new System.Windows.Forms.TextBox();
50      this.SuspendLayout();
51      //
52      // label1
53      //
54      this.label1.AutoSize = true;
55      this.label1.Location = new System.Drawing.Point(3, 6);
56      this.label1.Name = "label1";
57      this.label1.Size = new System.Drawing.Size(38, 13);
58      this.label1.TabIndex = 0;
59      this.label1.Text = "Name:";
60      //
61      // label2
62      //
63      this.label2.AutoSize = true;
64      this.label2.Location = new System.Drawing.Point(3, 32);
65      this.label2.Name = "label2";
66      this.label2.Size = new System.Drawing.Size(63, 13);
67      this.label2.TabIndex = 1;
68      this.label2.Text = "Description:";
69      //
70      // label3
71      //
72      this.label3.AutoSize = true;
73      this.label3.Location = new System.Drawing.Point(3, 58);
74      this.label3.Name = "label3";
75      this.label3.Size = new System.Drawing.Size(62, 13);
76      this.label3.TabIndex = 2;
77      this.label3.Text = "HL Version:";
78      //
79      // label4
80      //
81      this.label4.AutoSize = true;
82      this.label4.Location = new System.Drawing.Point(3, 84);
83      this.label4.Name = "label4";
84      this.label4.Size = new System.Drawing.Size(47, 13);
85      this.label4.TabIndex = 3;
86      this.label4.Text = "Memory:";
87      //
88      // label5
89      //
90      this.label5.AutoSize = true;
91      this.label5.Location = new System.Drawing.Point(3, 110);
92      this.label5.Name = "label5";
93      this.label5.Size = new System.Drawing.Size(61, 13);
94      this.label5.TabIndex = 4;
95      this.label5.Text = "Timestamp:";
96      //
97      // label6
98      //
99      this.label6.AutoSize = true;
100      this.label6.Location = new System.Drawing.Point(3, 136);
101      this.label6.Name = "label6";
102      this.label6.Size = new System.Drawing.Size(62, 13);
103      this.label6.TabIndex = 5;
104      this.label6.Text = "CPU Cores:";
105      //
106      // label7
107      //
108      this.label7.AutoSize = true;
109      this.label7.Location = new System.Drawing.Point(3, 162);
110      this.label7.Name = "label7";
111      this.label7.Size = new System.Drawing.Size(57, 13);
112      this.label7.TabIndex = 6;
113      this.label7.Text = "Processor:";
114      //
115      // label8
116      //
117      this.label8.AutoSize = true;
118      this.label8.Location = new System.Drawing.Point(3, 188);
119      this.label8.Name = "label8";
120      this.label8.Size = new System.Drawing.Size(36, 13);
121      this.label8.TabIndex = 7;
122      this.label8.Text = "Client:";
123      //
124      // label9
125      //
126      this.label9.AutoSize = true;
127      this.label9.Location = new System.Drawing.Point(3, 214);
128      this.label9.Name = "label9";
129      this.label9.Size = new System.Drawing.Size(63, 13);
130      this.label9.TabIndex = 8;
131      this.label9.Text = "OS Version:";
132      //
133      // label10
134      //
135      this.label10.AutoSize = true;
136      this.label10.Location = new System.Drawing.Point(3, 240);
137      this.label10.Name = "label10";
138      this.label10.Size = new System.Drawing.Size(101, 13);
139      this.label10.TabIndex = 9;
140      this.label10.Text = "Client Configuration:";
141      //
142      // label11
143      //
144      this.label11.AutoSize = true;
145      this.label11.Location = new System.Drawing.Point(3, 266);
146      this.label11.Name = "label11";
147      this.label11.Size = new System.Drawing.Size(100, 13);
148      this.label11.TabIndex = 10;
149      this.label11.Text = "Performance Value:";
150      //
151      // txtName
152      //
153      this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
154                  | System.Windows.Forms.AnchorStyles.Right)));
155      this.txtName.Location = new System.Drawing.Point(110, 3);
156      this.txtName.Name = "txtName";
157      this.txtName.ReadOnly = true;
158      this.txtName.Size = new System.Drawing.Size(265, 20);
159      this.txtName.TabIndex = 12;
160      //
161      // txtDescription
162      //
163      this.txtDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
164                  | System.Windows.Forms.AnchorStyles.Right)));
165      this.txtDescription.Location = new System.Drawing.Point(111, 29);
166      this.txtDescription.Name = "txtDescription";
167      this.txtDescription.ReadOnly = true;
168      this.txtDescription.Size = new System.Drawing.Size(264, 20);
169      this.txtDescription.TabIndex = 13;
170      //
171      // txtVersion
172      //
173      this.txtVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
174                  | System.Windows.Forms.AnchorStyles.Right)));
175      this.txtVersion.Location = new System.Drawing.Point(111, 55);
176      this.txtVersion.Name = "txtVersion";
177      this.txtVersion.ReadOnly = true;
178      this.txtVersion.Size = new System.Drawing.Size(264, 20);
179      this.txtVersion.TabIndex = 14;
180      //
181      // txtTimestamp
182      //
183      this.txtTimestamp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
184                  | System.Windows.Forms.AnchorStyles.Right)));
185      this.txtTimestamp.Location = new System.Drawing.Point(110, 107);
186      this.txtTimestamp.Name = "txtTimestamp";
187      this.txtTimestamp.ReadOnly = true;
188      this.txtTimestamp.Size = new System.Drawing.Size(265, 20);
189      this.txtTimestamp.TabIndex = 15;
190      //
191      // txtMemory
192      //
193      this.txtMemory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
194                  | System.Windows.Forms.AnchorStyles.Right)));
195      this.txtMemory.Location = new System.Drawing.Point(110, 81);
196      this.txtMemory.Name = "txtMemory";
197      this.txtMemory.ReadOnly = true;
198      this.txtMemory.Size = new System.Drawing.Size(265, 20);
199      this.txtMemory.TabIndex = 16;
200      //
201      // txtNumberOfCores
202      //
203      this.txtNumberOfCores.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
204                  | System.Windows.Forms.AnchorStyles.Right)));
205      this.txtNumberOfCores.Location = new System.Drawing.Point(110, 133);
206      this.txtNumberOfCores.Name = "txtNumberOfCores";
207      this.txtNumberOfCores.ReadOnly = true;
208      this.txtNumberOfCores.Size = new System.Drawing.Size(265, 20);
209      this.txtNumberOfCores.TabIndex = 17;
210      //
211      // txtClientType
212      //
213      this.txtClientType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
214                  | System.Windows.Forms.AnchorStyles.Right)));
215      this.txtClientType.Location = new System.Drawing.Point(111, 185);
216      this.txtClientType.Name = "txtClientType";
217      this.txtClientType.ReadOnly = true;
218      this.txtClientType.Size = new System.Drawing.Size(264, 20);
219      this.txtClientType.TabIndex = 18;
220      //
221      // txtClientConfiguration
222      //
223      this.txtClientConfiguration.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
224                  | System.Windows.Forms.AnchorStyles.Right)));
225      this.txtClientConfiguration.Location = new System.Drawing.Point(110, 237);
226      this.txtClientConfiguration.Name = "txtClientConfiguration";
227      this.txtClientConfiguration.ReadOnly = true;
228      this.txtClientConfiguration.Size = new System.Drawing.Size(265, 20);
229      this.txtClientConfiguration.TabIndex = 19;
230      //
231      // txtProcessor
232      //
233      this.txtProcessor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
234                  | System.Windows.Forms.AnchorStyles.Right)));
235      this.txtProcessor.Location = new System.Drawing.Point(111, 159);
236      this.txtProcessor.Name = "txtProcessor";
237      this.txtProcessor.ReadOnly = true;
238      this.txtProcessor.Size = new System.Drawing.Size(264, 20);
239      this.txtProcessor.TabIndex = 20;
240      //
241      // txtOS
242      //
243      this.txtOS.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
244                  | System.Windows.Forms.AnchorStyles.Right)));
245      this.txtOS.Location = new System.Drawing.Point(111, 211);
246      this.txtOS.Name = "txtOS";
247      this.txtOS.ReadOnly = true;
248      this.txtOS.Size = new System.Drawing.Size(264, 20);
249      this.txtOS.TabIndex = 21;
250      //
251      // txtPerformanceValue
252      //
253      this.txtPerformanceValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
254                  | System.Windows.Forms.AnchorStyles.Right)));
255      this.txtPerformanceValue.Location = new System.Drawing.Point(110, 263);
256      this.txtPerformanceValue.Name = "txtPerformanceValue";
257      this.txtPerformanceValue.ReadOnly = true;
258      this.txtPerformanceValue.Size = new System.Drawing.Size(265, 20);
259      this.txtPerformanceValue.TabIndex = 23;
260      //
261      // label13
262      //
263      this.label13.AutoSize = true;
264      this.label13.Location = new System.Drawing.Point(3, 292);
265      this.label13.Name = "label13";
266      this.label13.Size = new System.Drawing.Size(48, 13);
267      this.label13.TabIndex = 24;
268      this.label13.Text = "Client Id:";
269      //
270      // txtId
271      //
272      this.txtId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
273                  | System.Windows.Forms.AnchorStyles.Right)));
274      this.txtId.Location = new System.Drawing.Point(111, 289);
275      this.txtId.Name = "txtId";
276      this.txtId.ReadOnly = true;
277      this.txtId.Size = new System.Drawing.Size(264, 20);
278      this.txtId.TabIndex = 25;
279      //
280      // ClientView
281      //
282      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
283      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
284      this.Controls.Add(this.txtId);
285      this.Controls.Add(this.label13);
286      this.Controls.Add(this.txtPerformanceValue);
287      this.Controls.Add(this.txtOS);
288      this.Controls.Add(this.txtProcessor);
289      this.Controls.Add(this.txtClientConfiguration);
290      this.Controls.Add(this.txtClientType);
291      this.Controls.Add(this.txtNumberOfCores);
292      this.Controls.Add(this.txtMemory);
293      this.Controls.Add(this.txtTimestamp);
294      this.Controls.Add(this.txtVersion);
295      this.Controls.Add(this.txtDescription);
296      this.Controls.Add(this.txtName);
297      this.Controls.Add(this.label11);
298      this.Controls.Add(this.label10);
299      this.Controls.Add(this.label9);
300      this.Controls.Add(this.label8);
301      this.Controls.Add(this.label7);
302      this.Controls.Add(this.label6);
303      this.Controls.Add(this.label5);
304      this.Controls.Add(this.label4);
305      this.Controls.Add(this.label3);
306      this.Controls.Add(this.label2);
307      this.Controls.Add(this.label1);
308      this.Name = "ClientView";
309      this.Size = new System.Drawing.Size(378, 315);
310      this.ResumeLayout(false);
311      this.PerformLayout();
312
313    }
314
315    #endregion
316
317    protected System.Windows.Forms.Label label1;
318    protected System.Windows.Forms.Label label2;
319    protected System.Windows.Forms.Label label3;
320    protected System.Windows.Forms.Label label4;
321    protected System.Windows.Forms.Label label5;
322    protected System.Windows.Forms.Label label6;
323    protected System.Windows.Forms.Label label7;
324    protected System.Windows.Forms.Label label8;
325    protected System.Windows.Forms.Label label9;
326    protected System.Windows.Forms.Label label10;
327    protected System.Windows.Forms.Label label11;
328    protected System.Windows.Forms.TextBox txtName;
329    protected System.Windows.Forms.TextBox txtDescription;
330    protected System.Windows.Forms.TextBox txtVersion;
331    protected System.Windows.Forms.TextBox txtTimestamp;
332    protected System.Windows.Forms.TextBox txtMemory;
333    protected System.Windows.Forms.TextBox txtNumberOfCores;
334    protected System.Windows.Forms.TextBox txtClientType;
335    protected System.Windows.Forms.TextBox txtClientConfiguration;
336    protected System.Windows.Forms.TextBox txtProcessor;
337    protected System.Windows.Forms.TextBox txtOS;
338    protected System.Windows.Forms.TextBox txtPerformanceValue;
339    protected System.Windows.Forms.Label label13;
340    protected System.Windows.Forms.TextBox txtId;
341
342  }
343}
Note: See TracBrowser for help on using the repository browser.