Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClientManagement/HeuristicLab.Services.Authentication/UserInterface/UserInterface.Designer.cs @ 4695

Last change on this file since 4695 was 4695, checked in by fruehrli, 13 years ago

#1197
commit completed

File size: 41.8 KB
Line 
1namespace HeuristicLab.Services.Authentication.UserInterface {
2  partial class Form1 {
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 Windows Form 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.tabClients = new System.Windows.Forms.TabControl();
27      this.tabClient = new System.Windows.Forms.TabPage();
28      this.label14 = new System.Windows.Forms.Label();
29      this.label12 = new System.Windows.Forms.Label();
30      this.tbResourceGroupID = new System.Windows.Forms.TextBox();
31      this.tbResourceGroupName = new System.Windows.Forms.TextBox();
32      this.label11 = new System.Windows.Forms.Label();
33      this.label10 = new System.Windows.Forms.Label();
34      this.label9 = new System.Windows.Forms.Label();
35      this.label8 = new System.Windows.Forms.Label();
36      this.label7 = new System.Windows.Forms.Label();
37      this.label6 = new System.Windows.Forms.Label();
38      this.label5 = new System.Windows.Forms.Label();
39      this.label4 = new System.Windows.Forms.Label();
40      this.label3 = new System.Windows.Forms.Label();
41      this.label2 = new System.Windows.Forms.Label();
42      this.label1 = new System.Windows.Forms.Label();
43      this.ResourceList = new System.Windows.Forms.DataGridView();
44      this.btGenerateClient = new System.Windows.Forms.Button();
45      this.btClear = new System.Windows.Forms.Button();
46      this.btClientExit = new System.Windows.Forms.Button();
47      this.btCreateClient = new System.Windows.Forms.Button();
48      this.btClientUpdate = new System.Windows.Forms.Button();
49      this.btDeleteClient = new System.Windows.Forms.Button();
50      this.btSearchClient = new System.Windows.Forms.Button();
51      this.tbResourceID = new System.Windows.Forms.TextBox();
52      this.tbOperatingSystem = new System.Windows.Forms.TextBox();
53      this.tbMemorySize = new System.Windows.Forms.TextBox();
54      this.tbIPAdress = new System.Windows.Forms.TextBox();
55      this.tbNumberOfThreads = new System.Windows.Forms.TextBox();
56      this.tbNumberOfProcessors = new System.Windows.Forms.TextBox();
57      this.tbProcessorType = new System.Windows.Forms.TextBox();
58      this.tbDescription = new System.Windows.Forms.TextBox();
59      this.tbResourceType = new System.Windows.Forms.TextBox();
60      this.tbName = new System.Windows.Forms.TextBox();
61      this.cbResourceGroup = new System.Windows.Forms.ComboBox();
62      this.tabGroup = new System.Windows.Forms.TabPage();
63      this.label15 = new System.Windows.Forms.Label();
64      this.label16 = new System.Windows.Forms.Label();
65      this.tbResourceGroupGroupID = new System.Windows.Forms.TextBox();
66      this.tbResourceGroupGroupName = new System.Windows.Forms.TextBox();
67      this.label17 = new System.Windows.Forms.Label();
68      this.cbResourceGroupGroup = new System.Windows.Forms.ComboBox();
69      this.label19 = new System.Windows.Forms.Label();
70      this.label22 = new System.Windows.Forms.Label();
71      this.label23 = new System.Windows.Forms.Label();
72      this.label24 = new System.Windows.Forms.Label();
73      this.btClearRG = new System.Windows.Forms.Button();
74      this.btExitRG = new System.Windows.Forms.Button();
75      this.btCreateRG = new System.Windows.Forms.Button();
76      this.btUpdateRG = new System.Windows.Forms.Button();
77      this.btDeleteRG = new System.Windows.Forms.Button();
78      this.btSearchRG = new System.Windows.Forms.Button();
79      this.tbResourceIDGroup = new System.Windows.Forms.TextBox();
80      this.tbDescriptionGroup = new System.Windows.Forms.TextBox();
81      this.tbResourceGroupType = new System.Windows.Forms.TextBox();
82      this.tbNameGroup = new System.Windows.Forms.TextBox();
83      this.ResourceGroupList = new System.Windows.Forms.DataGridView();
84      this.dataGridView1 = new System.Windows.Forms.DataGridView();
85      this.comboBox1 = new System.Windows.Forms.ComboBox();
86      this.textBox10 = new System.Windows.Forms.TextBox();
87      this.textBox9 = new System.Windows.Forms.TextBox();
88      this.textBox8 = new System.Windows.Forms.TextBox();
89      this.textBox7 = new System.Windows.Forms.TextBox();
90      this.textBox6 = new System.Windows.Forms.TextBox();
91      this.textBox5 = new System.Windows.Forms.TextBox();
92      this.textBox4 = new System.Windows.Forms.TextBox();
93      this.textBox3 = new System.Windows.Forms.TextBox();
94      this.textBox2 = new System.Windows.Forms.TextBox();
95      this.textBox1 = new System.Windows.Forms.TextBox();
96      this.button7 = new System.Windows.Forms.Button();
97      this.button8 = new System.Windows.Forms.Button();
98      this.button6 = new System.Windows.Forms.Button();
99      this.button5 = new System.Windows.Forms.Button();
100      this.button4 = new System.Windows.Forms.Button();
101      this.button3 = new System.Windows.Forms.Button();
102      this.button2 = new System.Windows.Forms.Button();
103      this.button1 = new System.Windows.Forms.Button();
104      this.tabClients.SuspendLayout();
105      this.tabClient.SuspendLayout();
106      ((System.ComponentModel.ISupportInitialize)(this.ResourceList)).BeginInit();
107      this.tabGroup.SuspendLayout();
108      ((System.ComponentModel.ISupportInitialize)(this.ResourceGroupList)).BeginInit();
109      ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
110      this.SuspendLayout();
111      //
112      // tabClients
113      //
114      this.tabClients.Controls.Add(this.tabClient);
115      this.tabClients.Controls.Add(this.tabGroup);
116      this.tabClients.Location = new System.Drawing.Point(12, 12);
117      this.tabClients.Name = "tabClients";
118      this.tabClients.SelectedIndex = 0;
119      this.tabClients.Size = new System.Drawing.Size(897, 519);
120      this.tabClients.TabIndex = 0;
121      this.tabClients.Tag = "";
122      //
123      // tabClient
124      //
125      this.tabClient.Controls.Add(this.label14);
126      this.tabClient.Controls.Add(this.label12);
127      this.tabClient.Controls.Add(this.tbResourceGroupID);
128      this.tabClient.Controls.Add(this.tbResourceGroupName);
129      this.tabClient.Controls.Add(this.label11);
130      this.tabClient.Controls.Add(this.label10);
131      this.tabClient.Controls.Add(this.label9);
132      this.tabClient.Controls.Add(this.label8);
133      this.tabClient.Controls.Add(this.label7);
134      this.tabClient.Controls.Add(this.label6);
135      this.tabClient.Controls.Add(this.label5);
136      this.tabClient.Controls.Add(this.label4);
137      this.tabClient.Controls.Add(this.label3);
138      this.tabClient.Controls.Add(this.label2);
139      this.tabClient.Controls.Add(this.label1);
140      this.tabClient.Controls.Add(this.ResourceList);
141      this.tabClient.Controls.Add(this.btGenerateClient);
142      this.tabClient.Controls.Add(this.btClear);
143      this.tabClient.Controls.Add(this.btClientExit);
144      this.tabClient.Controls.Add(this.btCreateClient);
145      this.tabClient.Controls.Add(this.btClientUpdate);
146      this.tabClient.Controls.Add(this.btDeleteClient);
147      this.tabClient.Controls.Add(this.btSearchClient);
148      this.tabClient.Controls.Add(this.tbResourceID);
149      this.tabClient.Controls.Add(this.tbOperatingSystem);
150      this.tabClient.Controls.Add(this.tbMemorySize);
151      this.tabClient.Controls.Add(this.tbIPAdress);
152      this.tabClient.Controls.Add(this.tbNumberOfThreads);
153      this.tabClient.Controls.Add(this.tbNumberOfProcessors);
154      this.tabClient.Controls.Add(this.tbProcessorType);
155      this.tabClient.Controls.Add(this.tbDescription);
156      this.tabClient.Controls.Add(this.tbResourceType);
157      this.tabClient.Controls.Add(this.tbName);
158      this.tabClient.Controls.Add(this.cbResourceGroup);
159      this.tabClient.Location = new System.Drawing.Point(4, 22);
160      this.tabClient.Name = "tabClient";
161      this.tabClient.Padding = new System.Windows.Forms.Padding(3);
162      this.tabClient.Size = new System.Drawing.Size(889, 493);
163      this.tabClient.TabIndex = 0;
164      this.tabClient.Text = "Client";
165      this.tabClient.UseVisualStyleBackColor = true;
166      //
167      // label14
168      //
169      this.label14.AutoSize = true;
170      this.label14.Location = new System.Drawing.Point(62, 282);
171      this.label14.Name = "label14";
172      this.label14.Size = new System.Drawing.Size(69, 13);
173      this.label14.TabIndex = 110;
174      this.label14.Text = "Select Group";
175      //
176      // label12
177      //
178      this.label12.AutoSize = true;
179      this.label12.Location = new System.Drawing.Point(62, 332);
180      this.label12.Name = "label12";
181      this.label12.Size = new System.Drawing.Size(47, 13);
182      this.label12.TabIndex = 109;
183      this.label12.Text = "GroupID";
184      //
185      // tbResourceGroupID
186      //
187      this.tbResourceGroupID.Location = new System.Drawing.Point(217, 329);
188      this.tbResourceGroupID.Name = "tbResourceGroupID";
189      this.tbResourceGroupID.ReadOnly = true;
190      this.tbResourceGroupID.Size = new System.Drawing.Size(430, 20);
191      this.tbResourceGroupID.TabIndex = 108;
192      //
193      // tbResourceGroupName
194      //
195      this.tbResourceGroupName.Location = new System.Drawing.Point(217, 306);
196      this.tbResourceGroupName.Name = "tbResourceGroupName";
197      this.tbResourceGroupName.ReadOnly = true;
198      this.tbResourceGroupName.Size = new System.Drawing.Size(431, 20);
199      this.tbResourceGroupName.TabIndex = 107;
200      //
201      // label11
202      //
203      this.label11.AutoSize = true;
204      this.label11.Location = new System.Drawing.Point(60, 251);
205      this.label11.Name = "label11";
206      this.label11.Size = new System.Drawing.Size(87, 13);
207      this.label11.TabIndex = 106;
208      this.label11.Text = "OperatingSystem";
209      //
210      // label10
211      //
212      this.label10.AutoSize = true;
213      this.label10.Location = new System.Drawing.Point(60, 225);
214      this.label10.Name = "label10";
215      this.label10.Size = new System.Drawing.Size(64, 13);
216      this.label10.TabIndex = 105;
217      this.label10.Text = "MemorySize";
218      //
219      // label9
220      //
221      this.label9.AutoSize = true;
222      this.label9.Location = new System.Drawing.Point(60, 147);
223      this.label9.Name = "label9";
224      this.label9.Size = new System.Drawing.Size(107, 13);
225      this.label9.TabIndex = 104;
226      this.label9.Text = "NumberOfProcessors";
227      //
228      // label8
229      //
230      this.label8.AutoSize = true;
231      this.label8.Location = new System.Drawing.Point(60, 176);
232      this.label8.Name = "label8";
233      this.label8.Size = new System.Drawing.Size(94, 13);
234      this.label8.TabIndex = 103;
235      this.label8.Text = "NumberOfThreads";
236      //
237      // label7
238      //
239      this.label7.AutoSize = true;
240      this.label7.Location = new System.Drawing.Point(60, 202);
241      this.label7.Name = "label7";
242      this.label7.Size = new System.Drawing.Size(49, 13);
243      this.label7.TabIndex = 102;
244      this.label7.Text = "IPAdress";
245      //
246      // label6
247      //
248      this.label6.AutoSize = true;
249      this.label6.Location = new System.Drawing.Point(61, 95);
250      this.label6.Name = "label6";
251      this.label6.Size = new System.Drawing.Size(71, 13);
252      this.label6.TabIndex = 101;
253      this.label6.Text = "ResourceTyp";
254      //
255      // label5
256      //
257      this.label5.AutoSize = true;
258      this.label5.Location = new System.Drawing.Point(61, 306);
259      this.label5.Name = "label5";
260      this.label5.Size = new System.Drawing.Size(64, 13);
261      this.label5.TabIndex = 100;
262      this.label5.Text = "GroupName";
263      //
264      // label4
265      //
266      this.label4.AutoSize = true;
267      this.label4.Location = new System.Drawing.Point(60, 121);
268      this.label4.Name = "label4";
269      this.label4.Size = new System.Drawing.Size(77, 13);
270      this.label4.TabIndex = 99;
271      this.label4.Text = "ProcesssorTyp";
272      //
273      // label3
274      //
275      this.label3.AutoSize = true;
276      this.label3.Location = new System.Drawing.Point(61, 46);
277      this.label3.Name = "label3";
278      this.label3.Size = new System.Drawing.Size(81, 13);
279      this.label3.TabIndex = 98;
280      this.label3.Text = "ResourceName";
281      //
282      // label2
283      //
284      this.label2.AutoSize = true;
285      this.label2.Location = new System.Drawing.Point(61, 69);
286      this.label2.Name = "label2";
287      this.label2.Size = new System.Drawing.Size(60, 13);
288      this.label2.TabIndex = 97;
289      this.label2.Text = "Description";
290      //
291      // label1
292      //
293      this.label1.AutoSize = true;
294      this.label1.Location = new System.Drawing.Point(61, 18);
295      this.label1.Name = "label1";
296      this.label1.Size = new System.Drawing.Size(64, 13);
297      this.label1.TabIndex = 96;
298      this.label1.Text = "ResourceID";
299      //
300      // ResourceList
301      //
302      this.ResourceList.AllowUserToAddRows = false;
303      this.ResourceList.AllowUserToDeleteRows = false;
304      this.ResourceList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
305      this.ResourceList.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
306      this.ResourceList.Location = new System.Drawing.Point(63, 361);
307      this.ResourceList.MaximumSize = new System.Drawing.Size(890, 150);
308      this.ResourceList.MinimumSize = new System.Drawing.Size(10, 10);
309      this.ResourceList.MultiSelect = false;
310      this.ResourceList.Name = "ResourceList";
311      this.ResourceList.ReadOnly = true;
312      this.ResourceList.Size = new System.Drawing.Size(790, 123);
313      this.ResourceList.TabIndex = 95;
314      this.ResourceList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.ResourceList_CellClick);
315      //
316      // btGenerateClient
317      //
318      this.btGenerateClient.Location = new System.Drawing.Point(735, 250);
319      this.btGenerateClient.Name = "btGenerateClient";
320      this.btGenerateClient.Size = new System.Drawing.Size(118, 39);
321      this.btGenerateClient.TabIndex = 91;
322      this.btGenerateClient.Text = "GenerateClient";
323      this.btGenerateClient.UseVisualStyleBackColor = true;
324      this.btGenerateClient.Click += new System.EventHandler(this.btGenerate_Click);
325      //
326      // btClear
327      //
328      this.btClear.Location = new System.Drawing.Point(735, 201);
329      this.btClear.Name = "btClear";
330      this.btClear.Size = new System.Drawing.Size(118, 39);
331      this.btClear.TabIndex = 90;
332      this.btClear.Text = "Clear";
333      this.btClear.UseVisualStyleBackColor = true;
334      this.btClear.Click += new System.EventHandler(this.btClear_Click);
335      //
336      // btClientExit
337      //
338      this.btClientExit.Location = new System.Drawing.Point(735, 296);
339      this.btClientExit.Name = "btClientExit";
340      this.btClientExit.Size = new System.Drawing.Size(118, 39);
341      this.btClientExit.TabIndex = 88;
342      this.btClientExit.Text = "Exit";
343      this.btClientExit.UseVisualStyleBackColor = true;
344      this.btClientExit.Click += new System.EventHandler(this.btClientExit_Click);
345      //
346      // btCreateClient
347      //
348      this.btCreateClient.Location = new System.Drawing.Point(735, 65);
349      this.btCreateClient.Name = "btCreateClient";
350      this.btCreateClient.Size = new System.Drawing.Size(118, 39);
351      this.btCreateClient.TabIndex = 87;
352      this.btCreateClient.Text = "Create";
353      this.btCreateClient.UseVisualStyleBackColor = true;
354      this.btCreateClient.Click += new System.EventHandler(this.btCreateClient_Click);
355      //
356      // btClientUpdate
357      //
358      this.btClientUpdate.Location = new System.Drawing.Point(735, 111);
359      this.btClientUpdate.Name = "btClientUpdate";
360      this.btClientUpdate.Size = new System.Drawing.Size(118, 39);
361      this.btClientUpdate.TabIndex = 86;
362      this.btClientUpdate.Text = "Update";
363      this.btClientUpdate.UseVisualStyleBackColor = true;
364      this.btClientUpdate.Click += new System.EventHandler(this.btClientUpdate_Click);
365      //
366      // btDeleteClient
367      //
368      this.btDeleteClient.Location = new System.Drawing.Point(735, 156);
369      this.btDeleteClient.Name = "btDeleteClient";
370      this.btDeleteClient.Size = new System.Drawing.Size(118, 39);
371      this.btDeleteClient.TabIndex = 85;
372      this.btDeleteClient.Text = "Delete";
373      this.btDeleteClient.UseVisualStyleBackColor = true;
374      this.btDeleteClient.Click += new System.EventHandler(this.btDeleteClient_Click);
375      //
376      // btSearchClient
377      //
378      this.btSearchClient.Location = new System.Drawing.Point(735, 20);
379      this.btSearchClient.Name = "btSearchClient";
380      this.btSearchClient.Size = new System.Drawing.Size(118, 39);
381      this.btSearchClient.TabIndex = 84;
382      this.btSearchClient.Text = "Search";
383      this.btSearchClient.UseVisualStyleBackColor = true;
384      this.btSearchClient.Click += new System.EventHandler(this.btSearchClient_Click);
385      //
386      // tbResourceID
387      //
388      this.tbResourceID.Location = new System.Drawing.Point(216, 17);
389      this.tbResourceID.Name = "tbResourceID";
390      this.tbResourceID.ReadOnly = true;
391      this.tbResourceID.Size = new System.Drawing.Size(431, 20);
392      this.tbResourceID.TabIndex = 53;
393      //
394      // tbOperatingSystem
395      //
396      this.tbOperatingSystem.Location = new System.Drawing.Point(217, 251);
397      this.tbOperatingSystem.Name = "tbOperatingSystem";
398      this.tbOperatingSystem.Size = new System.Drawing.Size(431, 20);
399      this.tbOperatingSystem.TabIndex = 43;
400      //
401      // tbMemorySize
402      //
403      this.tbMemorySize.Location = new System.Drawing.Point(217, 225);
404      this.tbMemorySize.Name = "tbMemorySize";
405      this.tbMemorySize.Size = new System.Drawing.Size(431, 20);
406      this.tbMemorySize.TabIndex = 41;
407      //
408      // tbIPAdress
409      //
410      this.tbIPAdress.Location = new System.Drawing.Point(217, 199);
411      this.tbIPAdress.Name = "tbIPAdress";
412      this.tbIPAdress.Size = new System.Drawing.Size(431, 20);
413      this.tbIPAdress.TabIndex = 39;
414      //
415      // tbNumberOfThreads
416      //
417      this.tbNumberOfThreads.Location = new System.Drawing.Point(217, 173);
418      this.tbNumberOfThreads.Name = "tbNumberOfThreads";
419      this.tbNumberOfThreads.Size = new System.Drawing.Size(431, 20);
420      this.tbNumberOfThreads.TabIndex = 37;
421      //
422      // tbNumberOfProcessors
423      //
424      this.tbNumberOfProcessors.Location = new System.Drawing.Point(217, 147);
425      this.tbNumberOfProcessors.Name = "tbNumberOfProcessors";
426      this.tbNumberOfProcessors.Size = new System.Drawing.Size(431, 20);
427      this.tbNumberOfProcessors.TabIndex = 35;
428      //
429      // tbProcessorType
430      //
431      this.tbProcessorType.Location = new System.Drawing.Point(217, 121);
432      this.tbProcessorType.Name = "tbProcessorType";
433      this.tbProcessorType.Size = new System.Drawing.Size(431, 20);
434      this.tbProcessorType.TabIndex = 33;
435      //
436      // tbDescription
437      //
438      this.tbDescription.Location = new System.Drawing.Point(217, 69);
439      this.tbDescription.Name = "tbDescription";
440      this.tbDescription.Size = new System.Drawing.Size(431, 20);
441      this.tbDescription.TabIndex = 31;
442      //
443      // tbResourceType
444      //
445      this.tbResourceType.Location = new System.Drawing.Point(217, 95);
446      this.tbResourceType.Name = "tbResourceType";
447      this.tbResourceType.ReadOnly = true;
448      this.tbResourceType.Size = new System.Drawing.Size(431, 20);
449      this.tbResourceType.TabIndex = 29;
450      //
451      // tbName
452      //
453      this.tbName.Location = new System.Drawing.Point(217, 43);
454      this.tbName.Name = "tbName";
455      this.tbName.Size = new System.Drawing.Size(431, 20);
456      this.tbName.TabIndex = 27;
457      //
458      // cbResourceGroup
459      //
460      this.cbResourceGroup.CausesValidation = false;
461      this.cbResourceGroup.FormattingEnabled = true;
462      this.cbResourceGroup.ImeMode = System.Windows.Forms.ImeMode.NoControl;
463      this.cbResourceGroup.Location = new System.Drawing.Point(217, 279);
464      this.cbResourceGroup.MaxDropDownItems = 50;
465      this.cbResourceGroup.Name = "cbResourceGroup";
466      this.cbResourceGroup.Size = new System.Drawing.Size(430, 21);
467      this.cbResourceGroup.Sorted = true;
468      this.cbResourceGroup.TabIndex = 51;
469      this.cbResourceGroup.SelectedIndexChanged += new System.EventHandler(this.cbResourceGroup_SelectedIndexChanged);
470      this.cbResourceGroup.Click += new System.EventHandler(this.cbResourceGroup_Click);
471      //
472      // tabGroup
473      //
474      this.tabGroup.Controls.Add(this.label15);
475      this.tabGroup.Controls.Add(this.label16);
476      this.tabGroup.Controls.Add(this.tbResourceGroupGroupID);
477      this.tabGroup.Controls.Add(this.tbResourceGroupGroupName);
478      this.tabGroup.Controls.Add(this.label17);
479      this.tabGroup.Controls.Add(this.cbResourceGroupGroup);
480      this.tabGroup.Controls.Add(this.label19);
481      this.tabGroup.Controls.Add(this.label22);
482      this.tabGroup.Controls.Add(this.label23);
483      this.tabGroup.Controls.Add(this.label24);
484      this.tabGroup.Controls.Add(this.btClearRG);
485      this.tabGroup.Controls.Add(this.btExitRG);
486      this.tabGroup.Controls.Add(this.btCreateRG);
487      this.tabGroup.Controls.Add(this.btUpdateRG);
488      this.tabGroup.Controls.Add(this.btDeleteRG);
489      this.tabGroup.Controls.Add(this.btSearchRG);
490      this.tabGroup.Controls.Add(this.tbResourceIDGroup);
491      this.tabGroup.Controls.Add(this.tbDescriptionGroup);
492      this.tabGroup.Controls.Add(this.tbResourceGroupType);
493      this.tabGroup.Controls.Add(this.tbNameGroup);
494      this.tabGroup.Controls.Add(this.ResourceGroupList);
495      this.tabGroup.Location = new System.Drawing.Point(4, 22);
496      this.tabGroup.Name = "tabGroup";
497      this.tabGroup.Padding = new System.Windows.Forms.Padding(3);
498      this.tabGroup.Size = new System.Drawing.Size(889, 493);
499      this.tabGroup.TabIndex = 1;
500      this.tabGroup.Text = "Group";
501      this.tabGroup.UseVisualStyleBackColor = true;
502      //
503      // label15
504      //
505      this.label15.AutoSize = true;
506      this.label15.Location = new System.Drawing.Point(87, 267);
507      this.label15.Name = "label15";
508      this.label15.Size = new System.Drawing.Size(69, 13);
509      this.label15.TabIndex = 132;
510      this.label15.Text = "Select Group";
511      //
512      // label16
513      //
514      this.label16.AutoSize = true;
515      this.label16.Location = new System.Drawing.Point(87, 317);
516      this.label16.Name = "label16";
517      this.label16.Size = new System.Drawing.Size(47, 13);
518      this.label16.TabIndex = 131;
519      this.label16.Text = "GroupID";
520      //
521      // tbResourceGroupGroupID
522      //
523      this.tbResourceGroupGroupID.Location = new System.Drawing.Point(216, 317);
524      this.tbResourceGroupGroupID.Name = "tbResourceGroupGroupID";
525      this.tbResourceGroupGroupID.ReadOnly = true;
526      this.tbResourceGroupGroupID.Size = new System.Drawing.Size(430, 20);
527      this.tbResourceGroupGroupID.TabIndex = 130;
528      //
529      // tbResourceGroupGroupName
530      //
531      this.tbResourceGroupGroupName.Location = new System.Drawing.Point(216, 294);
532      this.tbResourceGroupGroupName.Name = "tbResourceGroupGroupName";
533      this.tbResourceGroupGroupName.ReadOnly = true;
534      this.tbResourceGroupGroupName.Size = new System.Drawing.Size(431, 20);
535      this.tbResourceGroupGroupName.TabIndex = 129;
536      //
537      // label17
538      //
539      this.label17.AutoSize = true;
540      this.label17.Location = new System.Drawing.Point(87, 294);
541      this.label17.Name = "label17";
542      this.label17.Size = new System.Drawing.Size(64, 13);
543      this.label17.TabIndex = 128;
544      this.label17.Text = "GroupName";
545      //
546      // cbResourceGroupGroup
547      //
548      this.cbResourceGroupGroup.CausesValidation = false;
549      this.cbResourceGroupGroup.FormattingEnabled = true;
550      this.cbResourceGroupGroup.ImeMode = System.Windows.Forms.ImeMode.NoControl;
551      this.cbResourceGroupGroup.Location = new System.Drawing.Point(216, 267);
552      this.cbResourceGroupGroup.MaxDropDownItems = 50;
553      this.cbResourceGroupGroup.Name = "cbResourceGroupGroup";
554      this.cbResourceGroupGroup.Size = new System.Drawing.Size(430, 21);
555      this.cbResourceGroupGroup.Sorted = true;
556      this.cbResourceGroupGroup.TabIndex = 127;
557      this.cbResourceGroupGroup.SelectedIndexChanged += new System.EventHandler(this.cbResourceGroupGroup_SelectedIndexChanged);
558      this.cbResourceGroupGroup.Click += new System.EventHandler(this.cbResourceGroupGroup_Click);
559      //
560      // label19
561      //
562      this.label19.AutoSize = true;
563      this.label19.Location = new System.Drawing.Point(87, 80);
564      this.label19.Name = "label19";
565      this.label19.Size = new System.Drawing.Size(71, 13);
566      this.label19.TabIndex = 120;
567      this.label19.Text = "ResourceTyp";
568      //
569      // label22
570      //
571      this.label22.AutoSize = true;
572      this.label22.Location = new System.Drawing.Point(87, 31);
573      this.label22.Name = "label22";
574      this.label22.Size = new System.Drawing.Size(81, 13);
575      this.label22.TabIndex = 117;
576      this.label22.Text = "ResourceName";
577      //
578      // label23
579      //
580      this.label23.AutoSize = true;
581      this.label23.Location = new System.Drawing.Point(87, 54);
582      this.label23.Name = "label23";
583      this.label23.Size = new System.Drawing.Size(60, 13);
584      this.label23.TabIndex = 116;
585      this.label23.Text = "Description";
586      //
587      // label24
588      //
589      this.label24.AutoSize = true;
590      this.label24.Location = new System.Drawing.Point(87, 3);
591      this.label24.Name = "label24";
592      this.label24.Size = new System.Drawing.Size(64, 13);
593      this.label24.TabIndex = 115;
594      this.label24.Text = "ResourceID";
595      //
596      // btClearRG
597      //
598      this.btClearRG.Location = new System.Drawing.Point(736, 200);
599      this.btClearRG.Name = "btClearRG";
600      this.btClearRG.Size = new System.Drawing.Size(118, 39);
601      this.btClearRG.TabIndex = 112;
602      this.btClearRG.Text = "Clear";
603      this.btClearRG.UseVisualStyleBackColor = true;
604      this.btClearRG.Click += new System.EventHandler(this.btClearRG_Click);
605      //
606      // btExitRG
607      //
608      this.btExitRG.Location = new System.Drawing.Point(736, 295);
609      this.btExitRG.Name = "btExitRG";
610      this.btExitRG.Size = new System.Drawing.Size(118, 39);
611      this.btExitRG.TabIndex = 111;
612      this.btExitRG.Text = "Exit";
613      this.btExitRG.UseVisualStyleBackColor = true;
614      this.btExitRG.Click += new System.EventHandler(this.btExitRG_Click);
615      //
616      // btCreateRG
617      //
618      this.btCreateRG.Location = new System.Drawing.Point(736, 64);
619      this.btCreateRG.Name = "btCreateRG";
620      this.btCreateRG.Size = new System.Drawing.Size(118, 39);
621      this.btCreateRG.TabIndex = 110;
622      this.btCreateRG.Text = "Create";
623      this.btCreateRG.UseVisualStyleBackColor = true;
624      this.btCreateRG.Click += new System.EventHandler(this.btCreateRG_Click);
625      //
626      // btUpdateRG
627      //
628      this.btUpdateRG.Location = new System.Drawing.Point(736, 110);
629      this.btUpdateRG.Name = "btUpdateRG";
630      this.btUpdateRG.Size = new System.Drawing.Size(118, 39);
631      this.btUpdateRG.TabIndex = 109;
632      this.btUpdateRG.Text = "Update";
633      this.btUpdateRG.UseVisualStyleBackColor = true;
634      this.btUpdateRG.Click += new System.EventHandler(this.btUpdateRG_Click);
635      //
636      // btDeleteRG
637      //
638      this.btDeleteRG.Location = new System.Drawing.Point(736, 155);
639      this.btDeleteRG.Name = "btDeleteRG";
640      this.btDeleteRG.Size = new System.Drawing.Size(118, 39);
641      this.btDeleteRG.TabIndex = 108;
642      this.btDeleteRG.Text = "Delete";
643      this.btDeleteRG.UseVisualStyleBackColor = true;
644      this.btDeleteRG.Click += new System.EventHandler(this.btDeleteRG_Click);
645      //
646      // btSearchRG
647      //
648      this.btSearchRG.Location = new System.Drawing.Point(736, 19);
649      this.btSearchRG.Name = "btSearchRG";
650      this.btSearchRG.Size = new System.Drawing.Size(118, 39);
651      this.btSearchRG.TabIndex = 107;
652      this.btSearchRG.Text = "Search";
653      this.btSearchRG.UseVisualStyleBackColor = true;
654      this.btSearchRG.Click += new System.EventHandler(this.btSearchRG_Click);
655      //
656      // tbResourceIDGroup
657      //
658      this.tbResourceIDGroup.Location = new System.Drawing.Point(214, 2);
659      this.tbResourceIDGroup.Name = "tbResourceIDGroup";
660      this.tbResourceIDGroup.ReadOnly = true;
661      this.tbResourceIDGroup.Size = new System.Drawing.Size(431, 20);
662      this.tbResourceIDGroup.TabIndex = 106;
663      //
664      // tbDescriptionGroup
665      //
666      this.tbDescriptionGroup.Location = new System.Drawing.Point(215, 54);
667      this.tbDescriptionGroup.Name = "tbDescriptionGroup";
668      this.tbDescriptionGroup.Size = new System.Drawing.Size(431, 20);
669      this.tbDescriptionGroup.TabIndex = 97;
670      //
671      // tbResourceGroupType
672      //
673      this.tbResourceGroupType.Enabled = false;
674      this.tbResourceGroupType.Location = new System.Drawing.Point(215, 80);
675      this.tbResourceGroupType.Name = "tbResourceGroupType";
676      this.tbResourceGroupType.ReadOnly = true;
677      this.tbResourceGroupType.Size = new System.Drawing.Size(431, 20);
678      this.tbResourceGroupType.TabIndex = 96;
679      //
680      // tbNameGroup
681      //
682      this.tbNameGroup.Location = new System.Drawing.Point(215, 28);
683      this.tbNameGroup.Name = "tbNameGroup";
684      this.tbNameGroup.Size = new System.Drawing.Size(431, 20);
685      this.tbNameGroup.TabIndex = 95;
686      //
687      // ResourceGroupList
688      //
689      this.ResourceGroupList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
690      this.ResourceGroupList.Dock = System.Windows.Forms.DockStyle.Bottom;
691      this.ResourceGroupList.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
692      this.ResourceGroupList.Location = new System.Drawing.Point(3, 341);
693      this.ResourceGroupList.MultiSelect = false;
694      this.ResourceGroupList.Name = "ResourceGroupList";
695      this.ResourceGroupList.Size = new System.Drawing.Size(883, 149);
696      this.ResourceGroupList.TabIndex = 104;
697      this.ResourceGroupList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.ResourceGroupList_CellClick);
698      //
699      // dataGridView1
700      //
701      this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
702      this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Bottom;
703      this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
704      this.dataGridView1.Location = new System.Drawing.Point(3, 236);
705      this.dataGridView1.MultiSelect = false;
706      this.dataGridView1.Name = "dataGridView1";
707      this.dataGridView1.Size = new System.Drawing.Size(607, 149);
708      this.dataGridView1.TabIndex = 45;
709      //
710      // comboBox1
711      //
712      this.comboBox1.CausesValidation = false;
713      this.comboBox1.FormattingEnabled = true;
714      this.comboBox1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
715      this.comboBox1.Location = new System.Drawing.Point(219, 121);
716      this.comboBox1.MaxDropDownItems = 50;
717      this.comboBox1.Name = "comboBox1";
718      this.comboBox1.Size = new System.Drawing.Size(430, 21);
719      this.comboBox1.TabIndex = 51;
720      //
721      // textBox10
722      //
723      this.textBox10.Location = new System.Drawing.Point(220, 43);
724      this.textBox10.Name = "textBox10";
725      this.textBox10.Size = new System.Drawing.Size(431, 20);
726      this.textBox10.TabIndex = 27;
727      //
728      // textBox9
729      //
730      this.textBox9.Location = new System.Drawing.Point(220, 95);
731      this.textBox9.Name = "textBox9";
732      this.textBox9.ReadOnly = true;
733      this.textBox9.Size = new System.Drawing.Size(431, 20);
734      this.textBox9.TabIndex = 29;
735      //
736      // textBox8
737      //
738      this.textBox8.Location = new System.Drawing.Point(220, 69);
739      this.textBox8.Name = "textBox8";
740      this.textBox8.Size = new System.Drawing.Size(431, 20);
741      this.textBox8.TabIndex = 31;
742      //
743      // textBox7
744      //
745      this.textBox7.Location = new System.Drawing.Point(218, 146);
746      this.textBox7.Name = "textBox7";
747      this.textBox7.Size = new System.Drawing.Size(431, 20);
748      this.textBox7.TabIndex = 33;
749      //
750      // textBox6
751      //
752      this.textBox6.Location = new System.Drawing.Point(218, 172);
753      this.textBox6.Name = "textBox6";
754      this.textBox6.Size = new System.Drawing.Size(431, 20);
755      this.textBox6.TabIndex = 35;
756      //
757      // textBox5
758      //
759      this.textBox5.Location = new System.Drawing.Point(218, 198);
760      this.textBox5.Name = "textBox5";
761      this.textBox5.Size = new System.Drawing.Size(431, 20);
762      this.textBox5.TabIndex = 37;
763      //
764      // textBox4
765      //
766      this.textBox4.Location = new System.Drawing.Point(218, 224);
767      this.textBox4.Name = "textBox4";
768      this.textBox4.Size = new System.Drawing.Size(431, 20);
769      this.textBox4.TabIndex = 39;
770      //
771      // textBox3
772      //
773      this.textBox3.Location = new System.Drawing.Point(218, 250);
774      this.textBox3.Name = "textBox3";
775      this.textBox3.Size = new System.Drawing.Size(431, 20);
776      this.textBox3.TabIndex = 41;
777      //
778      // textBox2
779      //
780      this.textBox2.Location = new System.Drawing.Point(218, 276);
781      this.textBox2.Name = "textBox2";
782      this.textBox2.Size = new System.Drawing.Size(431, 20);
783      this.textBox2.TabIndex = 43;
784      //
785      // textBox1
786      //
787      this.textBox1.Location = new System.Drawing.Point(219, 17);
788      this.textBox1.Name = "textBox1";
789      this.textBox1.ReadOnly = true;
790      this.textBox1.Size = new System.Drawing.Size(431, 20);
791      this.textBox1.TabIndex = 53;
792      //
793      // button7
794      //
795      this.button7.Location = new System.Drawing.Point(735, 20);
796      this.button7.Name = "button7";
797      this.button7.Size = new System.Drawing.Size(118, 39);
798      this.button7.TabIndex = 84;
799      this.button7.Text = "Search";
800      this.button7.UseVisualStyleBackColor = true;
801      //
802      // button8
803      //
804      this.button8.Location = new System.Drawing.Point(735, 156);
805      this.button8.Name = "button8";
806      this.button8.Size = new System.Drawing.Size(118, 39);
807      this.button8.TabIndex = 85;
808      this.button8.Text = "Delete";
809      this.button8.UseVisualStyleBackColor = true;
810      //
811      // button6
812      //
813      this.button6.Location = new System.Drawing.Point(735, 111);
814      this.button6.Name = "button6";
815      this.button6.Size = new System.Drawing.Size(118, 39);
816      this.button6.TabIndex = 86;
817      this.button6.Text = "Update";
818      this.button6.UseVisualStyleBackColor = true;
819      //
820      // button5
821      //
822      this.button5.Location = new System.Drawing.Point(735, 65);
823      this.button5.Name = "button5";
824      this.button5.Size = new System.Drawing.Size(118, 39);
825      this.button5.TabIndex = 87;
826      this.button5.Text = "Create";
827      this.button5.UseVisualStyleBackColor = true;
828      //
829      // button4
830      //
831      this.button4.Location = new System.Drawing.Point(735, 296);
832      this.button4.Name = "button4";
833      this.button4.Size = new System.Drawing.Size(118, 39);
834      this.button4.TabIndex = 88;
835      this.button4.Text = "Exit";
836      this.button4.UseVisualStyleBackColor = true;
837      //
838      // button3
839      //
840      this.button3.Location = new System.Drawing.Point(735, 201);
841      this.button3.Name = "button3";
842      this.button3.Size = new System.Drawing.Size(118, 39);
843      this.button3.TabIndex = 90;
844      this.button3.Text = "Clear";
845      this.button3.UseVisualStyleBackColor = true;
846      //
847      // button2
848      //
849      this.button2.Location = new System.Drawing.Point(735, 250);
850      this.button2.Name = "button2";
851      this.button2.Size = new System.Drawing.Size(118, 39);
852      this.button2.TabIndex = 91;
853      this.button2.Text = "Generate";
854      this.button2.UseVisualStyleBackColor = true;
855      //
856      // button1
857      //
858      this.button1.Location = new System.Drawing.Point(219, 302);
859      this.button1.Name = "button1";
860      this.button1.Size = new System.Drawing.Size(432, 26);
861      this.button1.TabIndex = 94;
862      this.button1.Text = "ResourceGroup";
863      this.button1.UseVisualStyleBackColor = true;
864      //
865      // Form1
866      //
867      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
868      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
869      this.ClientSize = new System.Drawing.Size(921, 560);
870      this.Controls.Add(this.tabClients);
871      this.Name = "Form1";
872      this.Text = "Form1";
873      this.tabClients.ResumeLayout(false);
874      this.tabClient.ResumeLayout(false);
875      this.tabClient.PerformLayout();
876      ((System.ComponentModel.ISupportInitialize)(this.ResourceList)).EndInit();
877      this.tabGroup.ResumeLayout(false);
878      this.tabGroup.PerformLayout();
879      ((System.ComponentModel.ISupportInitialize)(this.ResourceGroupList)).EndInit();
880      ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
881      this.ResumeLayout(false);
882
883    }
884
885    #endregion
886
887    private System.Windows.Forms.TabControl tabClients;
888    private System.Windows.Forms.DataGridView dataGridView1;
889    private System.Windows.Forms.ComboBox comboBox1;
890    private System.Windows.Forms.TextBox textBox10;
891    private System.Windows.Forms.TextBox textBox9;
892    private System.Windows.Forms.TextBox textBox8;
893    private System.Windows.Forms.TextBox textBox7;
894    private System.Windows.Forms.TextBox textBox6;
895    private System.Windows.Forms.TextBox textBox5;
896    private System.Windows.Forms.TextBox textBox4;
897    private System.Windows.Forms.TextBox textBox3;
898    private System.Windows.Forms.TextBox textBox2;
899    private System.Windows.Forms.TextBox textBox1;
900    private System.Windows.Forms.Button button7;
901    private System.Windows.Forms.Button button8;
902    private System.Windows.Forms.Button button6;
903    private System.Windows.Forms.Button button5;
904    private System.Windows.Forms.Button button4;
905    private System.Windows.Forms.Button button3;
906    private System.Windows.Forms.Button button2;
907    private System.Windows.Forms.Button button1;
908    private System.Windows.Forms.TabPage tabGroup;
909    private System.Windows.Forms.Button btClearRG;
910    private System.Windows.Forms.Button btExitRG;
911    private System.Windows.Forms.Button btCreateRG;
912    private System.Windows.Forms.Button btUpdateRG;
913    private System.Windows.Forms.Button btDeleteRG;
914    private System.Windows.Forms.Button btSearchRG;
915    private System.Windows.Forms.TextBox tbResourceIDGroup;
916    private System.Windows.Forms.TextBox tbDescriptionGroup;
917    private System.Windows.Forms.TextBox tbResourceGroupType;
918    private System.Windows.Forms.TextBox tbNameGroup;
919    private System.Windows.Forms.DataGridView ResourceGroupList;
920    private System.Windows.Forms.TabPage tabClient;
921    private System.Windows.Forms.Label label6;
922    private System.Windows.Forms.Label label3;
923    private System.Windows.Forms.Label label2;
924    private System.Windows.Forms.Label label1;
925    private System.Windows.Forms.DataGridView ResourceList;
926    private System.Windows.Forms.Button btGenerateClient;
927    private System.Windows.Forms.Button btClear;
928    private System.Windows.Forms.Button btClientExit;
929    private System.Windows.Forms.Button btCreateClient;
930    private System.Windows.Forms.Button btClientUpdate;
931    private System.Windows.Forms.Button btDeleteClient;
932    private System.Windows.Forms.Button btSearchClient;
933    private System.Windows.Forms.TextBox tbResourceID;
934    private System.Windows.Forms.TextBox tbDescription;
935    private System.Windows.Forms.TextBox tbResourceType;
936    private System.Windows.Forms.TextBox tbName;
937    private System.Windows.Forms.Label label19;
938    private System.Windows.Forms.Label label22;
939    private System.Windows.Forms.Label label23;
940    private System.Windows.Forms.Label label24;
941    private System.Windows.Forms.Label label11;
942    private System.Windows.Forms.Label label10;
943    private System.Windows.Forms.Label label9;
944    private System.Windows.Forms.Label label8;
945    private System.Windows.Forms.Label label7;
946    private System.Windows.Forms.Label label4;
947    private System.Windows.Forms.TextBox tbOperatingSystem;
948    private System.Windows.Forms.TextBox tbMemorySize;
949    private System.Windows.Forms.TextBox tbIPAdress;
950    private System.Windows.Forms.TextBox tbNumberOfThreads;
951    private System.Windows.Forms.TextBox tbNumberOfProcessors;
952    private System.Windows.Forms.TextBox tbProcessorType;
953    private System.Windows.Forms.Label label14;
954    private System.Windows.Forms.Label label12;
955    private System.Windows.Forms.TextBox tbResourceGroupID;
956    private System.Windows.Forms.TextBox tbResourceGroupName;
957    private System.Windows.Forms.Label label5;
958    private System.Windows.Forms.ComboBox cbResourceGroup;
959    private System.Windows.Forms.Label label15;
960    private System.Windows.Forms.Label label16;
961    private System.Windows.Forms.TextBox tbResourceGroupGroupID;
962    private System.Windows.Forms.TextBox tbResourceGroupGroupName;
963    private System.Windows.Forms.Label label17;
964    private System.Windows.Forms.ComboBox cbResourceGroupGroup;
965
966
967  }
968}
Note: See TracBrowser for help on using the repository browser.