Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Server.Console/HiveServerManagementConsole.Designer.cs @ 1099

Last change on this file since 1099 was 1098, checked in by aleitner, 16 years ago

change page on clicking on job/user/client - first general information about this state (#452)

File size: 27.3 KB
Line 
1namespace HeuristicLab.Hive.Server.ServerConsole {
2  partial class HiveServerManagementConsole {
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.components = new System.ComponentModel.Container();
27      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveServerManagementConsole));
28      this.menuStrip1 = new System.Windows.Forms.MenuStrip();
29      this.informationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
30      this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
31      this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
32      this.jobToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
33      this.userToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
34      this.userToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
35      this.groupToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
36      this.tcManagementConsole = new System.Windows.Forms.TabControl();
37      this.tpClientControl = new System.Windows.Forms.TabPage();
38      this.scClientControl = new System.Windows.Forms.SplitContainer();
39      this.tvClientControl = new System.Windows.Forms.TreeView();
40      this.lvClientControl = new System.Windows.Forms.ListView();
41      this.ilClientControl = new System.Windows.Forms.ImageList(this.components);
42      this.tpJobControl = new System.Windows.Forms.TabPage();
43      this.scJobControl = new System.Windows.Forms.SplitContainer();
44      this.tvJobControl = new System.Windows.Forms.TreeView();
45      this.lvJobControl = new System.Windows.Forms.ListView();
46      this.ilJobControl = new System.Windows.Forms.ImageList(this.components);
47      this.tpUserControl = new System.Windows.Forms.TabPage();
48      this.scUserControl = new System.Windows.Forms.SplitContainer();
49      this.tvUserControl = new System.Windows.Forms.TreeView();
50      this.plUserDetails = new System.Windows.Forms.Panel();
51      this.lblUserName = new System.Windows.Forms.Label();
52      this.btnUserControlClose = new System.Windows.Forms.Button();
53      this.pbUserControl = new System.Windows.Forms.PictureBox();
54      this.lvUserControl = new System.Windows.Forms.ListView();
55      this.ilUserControl = new System.Windows.Forms.ImageList(this.components);
56      this.plJobDetails = new System.Windows.Forms.Panel();
57      this.lblJobName = new System.Windows.Forms.Label();
58      this.btnJobDetailClose = new System.Windows.Forms.Button();
59      this.pbJobControl = new System.Windows.Forms.PictureBox();
60      this.plClientDetails = new System.Windows.Forms.Panel();
61      this.lblLogin = new System.Windows.Forms.Label();
62      this.label1 = new System.Windows.Forms.Label();
63      this.lblClientName = new System.Windows.Forms.Label();
64      this.btnClientDetailClose = new System.Windows.Forms.Button();
65      this.pbClientControl = new System.Windows.Forms.PictureBox();
66      this.treeView2 = new System.Windows.Forms.TreeView();
67      this.listView2 = new System.Windows.Forms.ListView();
68      this.timerSyncronize = new System.Windows.Forms.Timer(this.components);
69      this.menuStrip1.SuspendLayout();
70      this.tcManagementConsole.SuspendLayout();
71      this.tpClientControl.SuspendLayout();
72      this.scClientControl.Panel1.SuspendLayout();
73      this.scClientControl.Panel2.SuspendLayout();
74      this.scClientControl.SuspendLayout();
75      this.tpJobControl.SuspendLayout();
76      this.scJobControl.Panel1.SuspendLayout();
77      this.scJobControl.Panel2.SuspendLayout();
78      this.scJobControl.SuspendLayout();
79      this.tpUserControl.SuspendLayout();
80      this.scUserControl.Panel1.SuspendLayout();
81      this.scUserControl.Panel2.SuspendLayout();
82      this.scUserControl.SuspendLayout();
83      this.plUserDetails.SuspendLayout();
84      ((System.ComponentModel.ISupportInitialize)(this.pbUserControl)).BeginInit();
85      this.plJobDetails.SuspendLayout();
86      ((System.ComponentModel.ISupportInitialize)(this.pbJobControl)).BeginInit();
87      this.plClientDetails.SuspendLayout();
88      ((System.ComponentModel.ISupportInitialize)(this.pbClientControl)).BeginInit();
89      this.SuspendLayout();
90      //
91      // menuStrip1
92      //
93      this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
94            this.informationToolStripMenuItem,
95            this.addToolStripMenuItem});
96      this.menuStrip1.Location = new System.Drawing.Point(0, 0);
97      this.menuStrip1.Name = "menuStrip1";
98      this.menuStrip1.Size = new System.Drawing.Size(651, 24);
99      this.menuStrip1.TabIndex = 0;
100      this.menuStrip1.Text = "menuStrip1";
101      //
102      // informationToolStripMenuItem
103      //
104      this.informationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
105            this.closeToolStripMenuItem});
106      this.informationToolStripMenuItem.Name = "informationToolStripMenuItem";
107      this.informationToolStripMenuItem.Size = new System.Drawing.Size(81, 20);
108      this.informationToolStripMenuItem.Text = "Management";
109      //
110      // closeToolStripMenuItem
111      //
112      this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
113      this.closeToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
114      this.closeToolStripMenuItem.Text = "Close";
115      this.closeToolStripMenuItem.Click += new System.EventHandler(this.Close_Click);
116      //
117      // addToolStripMenuItem
118      //
119      this.addToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
120            this.jobToolStripMenuItem,
121            this.userToolStripMenuItem});
122      this.addToolStripMenuItem.Name = "addToolStripMenuItem";
123      this.addToolStripMenuItem.Size = new System.Drawing.Size(38, 20);
124      this.addToolStripMenuItem.Text = "Add";
125      //
126      // jobToolStripMenuItem
127      //
128      this.jobToolStripMenuItem.Name = "jobToolStripMenuItem";
129      this.jobToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
130      this.jobToolStripMenuItem.Text = "Job";
131      this.jobToolStripMenuItem.Click += new System.EventHandler(this.JobToolStripMenuItem1_Click);
132      //
133      // userToolStripMenuItem
134      //
135      this.userToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
136            this.userToolStripMenuItem1,
137            this.groupToolStripMenuItem2});
138      this.userToolStripMenuItem.Name = "userToolStripMenuItem";
139      this.userToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
140      this.userToolStripMenuItem.Text = "User";
141      //
142      // userToolStripMenuItem1
143      //
144      this.userToolStripMenuItem1.Name = "userToolStripMenuItem1";
145      this.userToolStripMenuItem1.Size = new System.Drawing.Size(114, 22);
146      this.userToolStripMenuItem1.Text = "User";
147      this.userToolStripMenuItem1.Click += new System.EventHandler(this.UserToolStripMenuItem1_Click);
148      //
149      // groupToolStripMenuItem2
150      //
151      this.groupToolStripMenuItem2.Name = "groupToolStripMenuItem2";
152      this.groupToolStripMenuItem2.Size = new System.Drawing.Size(114, 22);
153      this.groupToolStripMenuItem2.Text = "Group";
154      this.groupToolStripMenuItem2.Click += new System.EventHandler(this.GroupToolStripMenuItem2_Click);
155      //
156      // tcManagementConsole
157      //
158      this.tcManagementConsole.Controls.Add(this.tpClientControl);
159      this.tcManagementConsole.Controls.Add(this.tpJobControl);
160      this.tcManagementConsole.Controls.Add(this.tpUserControl);
161      this.tcManagementConsole.Dock = System.Windows.Forms.DockStyle.Fill;
162      this.tcManagementConsole.Location = new System.Drawing.Point(0, 24);
163      this.tcManagementConsole.Name = "tcManagementConsole";
164      this.tcManagementConsole.SelectedIndex = 0;
165      this.tcManagementConsole.Size = new System.Drawing.Size(651, 378);
166      this.tcManagementConsole.TabIndex = 1;
167      //
168      // tpClientControl
169      //
170      this.tpClientControl.AllowDrop = true;
171      this.tpClientControl.Controls.Add(this.scClientControl);
172      this.tpClientControl.Location = new System.Drawing.Point(4, 22);
173      this.tpClientControl.Name = "tpClientControl";
174      this.tpClientControl.Padding = new System.Windows.Forms.Padding(3);
175      this.tpClientControl.Size = new System.Drawing.Size(643, 352);
176      this.tpClientControl.TabIndex = 0;
177      this.tpClientControl.Text = "Client Control";
178      this.tpClientControl.UseVisualStyleBackColor = true;
179      //
180      // scClientControl
181      //
182      this.scClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
183      this.scClientControl.Location = new System.Drawing.Point(3, 3);
184      this.scClientControl.Name = "scClientControl";
185      //
186      // scClientControl.Panel1
187      //
188      this.scClientControl.Panel1.Controls.Add(this.tvClientControl);
189      //
190      // scClientControl.Panel2
191      //
192      this.scClientControl.Panel2.Controls.Add(this.lvClientControl);
193      this.scClientControl.Size = new System.Drawing.Size(637, 346);
194      this.scClientControl.SplitterDistance = 139;
195      this.scClientControl.TabIndex = 0;
196      //
197      // tvClientControl
198      //
199      this.tvClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
200      this.tvClientControl.Location = new System.Drawing.Point(0, 0);
201      this.tvClientControl.Name = "tvClientControl";
202      this.tvClientControl.Size = new System.Drawing.Size(139, 346);
203      this.tvClientControl.TabIndex = 0;
204      this.tvClientControl.Click += new System.EventHandler(this.OnTVClientClicked);
205      //
206      // lvClientControl
207      //
208      this.lvClientControl.AllowDrop = true;
209      this.lvClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
210      this.lvClientControl.ImeMode = System.Windows.Forms.ImeMode.Off;
211      this.lvClientControl.LargeImageList = this.ilClientControl;
212      this.lvClientControl.Location = new System.Drawing.Point(0, 0);
213      this.lvClientControl.MultiSelect = false;
214      this.lvClientControl.Name = "lvClientControl";
215      this.lvClientControl.Size = new System.Drawing.Size(494, 346);
216      this.lvClientControl.TabIndex = 0;
217      this.lvClientControl.UseCompatibleStateImageBehavior = false;
218      this.lvClientControl.Click += new System.EventHandler(this.OnLVClientClicked);
219      //
220      // ilClientControl
221      //
222      this.ilClientControl.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilClientControl.ImageStream")));
223      this.ilClientControl.TransparentColor = System.Drawing.Color.Transparent;
224      this.ilClientControl.Images.SetKeyName(0, "monitor-green.png");
225      this.ilClientControl.Images.SetKeyName(1, "monitor-orange.png");
226      this.ilClientControl.Images.SetKeyName(2, "monitor-red.png");
227      //
228      // tpJobControl
229      //
230      this.tpJobControl.Controls.Add(this.scJobControl);
231      this.tpJobControl.Location = new System.Drawing.Point(4, 22);
232      this.tpJobControl.Name = "tpJobControl";
233      this.tpJobControl.Padding = new System.Windows.Forms.Padding(3);
234      this.tpJobControl.Size = new System.Drawing.Size(643, 352);
235      this.tpJobControl.TabIndex = 1;
236      this.tpJobControl.Text = "Job Control";
237      this.tpJobControl.UseVisualStyleBackColor = true;
238      //
239      // scJobControl
240      //
241      this.scJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
242      this.scJobControl.Location = new System.Drawing.Point(3, 3);
243      this.scJobControl.Name = "scJobControl";
244      //
245      // scJobControl.Panel1
246      //
247      this.scJobControl.Panel1.Controls.Add(this.tvJobControl);
248      //
249      // scJobControl.Panel2
250      //
251      this.scJobControl.Panel2.Controls.Add(this.lvJobControl);
252      this.scJobControl.Size = new System.Drawing.Size(637, 346);
253      this.scJobControl.SplitterDistance = 139;
254      this.scJobControl.TabIndex = 1;
255      //
256      // tvJobControl
257      //
258      this.tvJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
259      this.tvJobControl.Location = new System.Drawing.Point(0, 0);
260      this.tvJobControl.Name = "tvJobControl";
261      this.tvJobControl.Size = new System.Drawing.Size(139, 346);
262      this.tvJobControl.TabIndex = 2;
263      //
264      // lvJobControl
265      //
266      this.lvJobControl.AllowDrop = true;
267      this.lvJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
268      this.lvJobControl.LargeImageList = this.ilJobControl;
269      this.lvJobControl.Location = new System.Drawing.Point(0, 0);
270      this.lvJobControl.MultiSelect = false;
271      this.lvJobControl.Name = "lvJobControl";
272      this.lvJobControl.Size = new System.Drawing.Size(494, 346);
273      this.lvJobControl.TabIndex = 0;
274      this.lvJobControl.UseCompatibleStateImageBehavior = false;
275      this.lvJobControl.Click += new System.EventHandler(this.OnLVJobControlClicked);
276      //
277      // ilJobControl
278      //
279      this.ilJobControl.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilJobControl.ImageStream")));
280      this.ilJobControl.TransparentColor = System.Drawing.Color.Transparent;
281      this.ilJobControl.Images.SetKeyName(0, "PlayHS.png");
282      //
283      // tpUserControl
284      //
285      this.tpUserControl.Controls.Add(this.scUserControl);
286      this.tpUserControl.Location = new System.Drawing.Point(4, 22);
287      this.tpUserControl.Name = "tpUserControl";
288      this.tpUserControl.Padding = new System.Windows.Forms.Padding(3);
289      this.tpUserControl.Size = new System.Drawing.Size(643, 352);
290      this.tpUserControl.TabIndex = 2;
291      this.tpUserControl.Text = "User Control";
292      this.tpUserControl.UseVisualStyleBackColor = true;
293      //
294      // scUserControl
295      //
296      this.scUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
297      this.scUserControl.Location = new System.Drawing.Point(3, 3);
298      this.scUserControl.Name = "scUserControl";
299      //
300      // scUserControl.Panel1
301      //
302      this.scUserControl.Panel1.Controls.Add(this.tvUserControl);
303      //
304      // scUserControl.Panel2
305      //
306      this.scUserControl.Panel2.Controls.Add(this.lvUserControl);
307      this.scUserControl.Size = new System.Drawing.Size(637, 346);
308      this.scUserControl.SplitterDistance = 139;
309      this.scUserControl.TabIndex = 1;
310      //
311      // tvUserControl
312      //
313      this.tvUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
314      this.tvUserControl.Location = new System.Drawing.Point(0, 0);
315      this.tvUserControl.Name = "tvUserControl";
316      this.tvUserControl.Size = new System.Drawing.Size(139, 346);
317      this.tvUserControl.TabIndex = 1;
318      //
319      // plUserDetails
320      //
321      this.plUserDetails.BackColor = System.Drawing.SystemColors.Window;
322      this.plUserDetails.Controls.Add(this.lblUserName);
323      this.plUserDetails.Controls.Add(this.btnUserControlClose);
324      this.plUserDetails.Controls.Add(this.pbUserControl);
325      this.plUserDetails.Dock = System.Windows.Forms.DockStyle.Fill;
326      this.plUserDetails.Location = new System.Drawing.Point(0, 0);
327      this.plUserDetails.Name = "plUserDetails";
328      this.plUserDetails.Size = new System.Drawing.Size(494, 346);
329      this.plUserDetails.TabIndex = 2;
330      //
331      // lblUserName
332      //
333      this.lblUserName.AutoSize = true;
334      this.lblUserName.Location = new System.Drawing.Point(41, 13);
335      this.lblUserName.Name = "lblUserName";
336      this.lblUserName.Size = new System.Drawing.Size(35, 13);
337      this.lblUserName.TabIndex = 5;
338      this.lblUserName.Text = "label1";
339      //
340      // btnUserControlClose
341      //
342      this.btnUserControlClose.Location = new System.Drawing.Point(414, 3);
343      this.btnUserControlClose.Name = "btnUserControlClose";
344      this.btnUserControlClose.Size = new System.Drawing.Size(75, 23);
345      this.btnUserControlClose.TabIndex = 4;
346      this.btnUserControlClose.Text = "Close";
347      this.btnUserControlClose.UseVisualStyleBackColor = true;
348      this.btnUserControlClose.Click += new System.EventHandler(this.btnUserControlClose_Click);
349      //
350      // pbUserControl
351      //
352      this.pbUserControl.Location = new System.Drawing.Point(3, 3);
353      this.pbUserControl.Name = "pbUserControl";
354      this.pbUserControl.Size = new System.Drawing.Size(32, 32);
355      this.pbUserControl.TabIndex = 3;
356      this.pbUserControl.TabStop = false;
357      //
358      // lvUserControl
359      //
360      this.lvUserControl.AllowDrop = true;
361      this.lvUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
362      this.lvUserControl.LargeImageList = this.ilUserControl;
363      this.lvUserControl.Location = new System.Drawing.Point(0, 0);
364      this.lvUserControl.Name = "lvUserControl";
365      this.lvUserControl.Size = new System.Drawing.Size(494, 346);
366      this.lvUserControl.TabIndex = 1;
367      this.lvUserControl.UseCompatibleStateImageBehavior = false;
368      this.lvUserControl.Click += new System.EventHandler(this.OnLVUserControlClicked);
369      //
370      // ilUserControl
371      //
372      this.ilUserControl.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilUserControl.ImageStream")));
373      this.ilUserControl.TransparentColor = System.Drawing.Color.Transparent;
374      this.ilUserControl.Images.SetKeyName(0, "Users.png");
375      //
376      // plJobDetails
377      //
378      this.plJobDetails.BackColor = System.Drawing.SystemColors.Window;
379      this.plJobDetails.Controls.Add(this.lblJobName);
380      this.plJobDetails.Controls.Add(this.btnJobDetailClose);
381      this.plJobDetails.Controls.Add(this.pbJobControl);
382      this.plJobDetails.Dock = System.Windows.Forms.DockStyle.Fill;
383      this.plJobDetails.Location = new System.Drawing.Point(0, 0);
384      this.plJobDetails.Name = "plJobDetails";
385      this.plJobDetails.Size = new System.Drawing.Size(494, 346);
386      this.plJobDetails.TabIndex = 1;
387      //
388      // lblJobName
389      //
390      this.lblJobName.AutoSize = true;
391      this.lblJobName.Location = new System.Drawing.Point(41, 13);
392      this.lblJobName.Name = "lblJobName";
393      this.lblJobName.Size = new System.Drawing.Size(35, 13);
394      this.lblJobName.TabIndex = 5;
395      this.lblJobName.Text = "label1";
396      //
397      // btnJobDetailClose
398      //
399      this.btnJobDetailClose.Location = new System.Drawing.Point(414, 3);
400      this.btnJobDetailClose.Name = "btnJobDetailClose";
401      this.btnJobDetailClose.Size = new System.Drawing.Size(75, 23);
402      this.btnJobDetailClose.TabIndex = 4;
403      this.btnJobDetailClose.Text = "Close";
404      this.btnJobDetailClose.UseVisualStyleBackColor = true;
405      this.btnJobDetailClose.Click += new System.EventHandler(this.btnJobDetailClose_Click);
406      //
407      // pbJobControl
408      //
409      this.pbJobControl.Location = new System.Drawing.Point(3, 3);
410      this.pbJobControl.Name = "pbJobControl";
411      this.pbJobControl.Size = new System.Drawing.Size(32, 32);
412      this.pbJobControl.TabIndex = 3;
413      this.pbJobControl.TabStop = false;
414      //
415      // plClientDetails
416      //
417      this.plClientDetails.BackColor = System.Drawing.SystemColors.Window;
418      this.plClientDetails.Controls.Add(this.lblLogin);
419      this.plClientDetails.Controls.Add(this.label1);
420      this.plClientDetails.Controls.Add(this.lblClientName);
421      this.plClientDetails.Controls.Add(this.btnClientDetailClose);
422      this.plClientDetails.Controls.Add(this.pbClientControl);
423      this.plClientDetails.Dock = System.Windows.Forms.DockStyle.Fill;
424      this.plClientDetails.Location = new System.Drawing.Point(0, 0);
425      this.plClientDetails.Name = "plClientDetails";
426      this.plClientDetails.Size = new System.Drawing.Size(494, 346);
427      this.plClientDetails.TabIndex = 1;
428      //
429      // lblLogin
430      //
431      this.lblLogin.AutoSize = true;
432      this.lblLogin.Location = new System.Drawing.Point(100, 55);
433      this.lblLogin.Name = "lblLogin";
434      this.lblLogin.Size = new System.Drawing.Size(35, 13);
435      this.lblLogin.TabIndex = 4;
436      this.lblLogin.Text = "label2";
437      //
438      // label1
439      //
440      this.label1.AutoSize = true;
441      this.label1.Location = new System.Drawing.Point(29, 55);
442      this.label1.Name = "label1";
443      this.label1.Size = new System.Drawing.Size(65, 13);
444      this.label1.TabIndex = 3;
445      this.label1.Text = "logged in on";
446      //
447      // lblClientName
448      //
449      this.lblClientName.AutoSize = true;
450      this.lblClientName.Location = new System.Drawing.Point(41, 14);
451      this.lblClientName.Name = "lblClientName";
452      this.lblClientName.Size = new System.Drawing.Size(35, 13);
453      this.lblClientName.TabIndex = 2;
454      this.lblClientName.Text = "label1";
455      //
456      // btnClientDetailClose
457      //
458      this.btnClientDetailClose.Location = new System.Drawing.Point(414, 4);
459      this.btnClientDetailClose.Name = "btnClientDetailClose";
460      this.btnClientDetailClose.Size = new System.Drawing.Size(75, 23);
461      this.btnClientDetailClose.TabIndex = 1;
462      this.btnClientDetailClose.Text = "Close";
463      this.btnClientDetailClose.UseVisualStyleBackColor = true;
464      this.btnClientDetailClose.Click += new System.EventHandler(this.btnClientClose_Click);
465      //
466      // pbClientControl
467      //
468      this.pbClientControl.Location = new System.Drawing.Point(3, 4);
469      this.pbClientControl.Name = "pbClientControl";
470      this.pbClientControl.Size = new System.Drawing.Size(32, 32);
471      this.pbClientControl.TabIndex = 0;
472      this.pbClientControl.TabStop = false;
473      //
474      // treeView2
475      //
476      this.treeView2.Dock = System.Windows.Forms.DockStyle.Fill;
477      this.treeView2.LineColor = System.Drawing.Color.Empty;
478      this.treeView2.Location = new System.Drawing.Point(0, 0);
479      this.treeView2.Name = "treeView2";
480      this.treeView2.Size = new System.Drawing.Size(139, 346);
481      this.treeView2.TabIndex = 0;
482      //
483      // listView2
484      //
485      this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
486      this.listView2.Location = new System.Drawing.Point(0, 0);
487      this.listView2.Name = "listView2";
488      this.listView2.Size = new System.Drawing.Size(494, 346);
489      this.listView2.TabIndex = 0;
490      this.listView2.UseCompatibleStateImageBehavior = false;
491      //
492      // timerSyncronize
493      //
494      this.timerSyncronize.Interval = 10000;
495      //
496      // HiveServerManagementConsole
497      //
498      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
499      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
500      this.ClientSize = new System.Drawing.Size(651, 402);
501      this.Controls.Add(this.tcManagementConsole);
502      this.Controls.Add(this.menuStrip1);
503      this.MainMenuStrip = this.menuStrip1;
504      this.Name = "HiveServerManagementConsole";
505      this.Text = "Management Console";
506      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.HiveServerConsoleInformation_FormClosing);
507      this.menuStrip1.ResumeLayout(false);
508      this.menuStrip1.PerformLayout();
509      this.tcManagementConsole.ResumeLayout(false);
510      this.tpClientControl.ResumeLayout(false);
511      this.scClientControl.Panel1.ResumeLayout(false);
512      this.scClientControl.Panel2.ResumeLayout(false);
513      this.scClientControl.ResumeLayout(false);
514      this.tpJobControl.ResumeLayout(false);
515      this.scJobControl.Panel1.ResumeLayout(false);
516      this.scJobControl.Panel2.ResumeLayout(false);
517      this.scJobControl.ResumeLayout(false);
518      this.tpUserControl.ResumeLayout(false);
519      this.scUserControl.Panel1.ResumeLayout(false);
520      this.scUserControl.Panel2.ResumeLayout(false);
521      this.scUserControl.ResumeLayout(false);
522      this.plUserDetails.ResumeLayout(false);
523      this.plUserDetails.PerformLayout();
524      ((System.ComponentModel.ISupportInitialize)(this.pbUserControl)).EndInit();
525      this.plJobDetails.ResumeLayout(false);
526      this.plJobDetails.PerformLayout();
527      ((System.ComponentModel.ISupportInitialize)(this.pbJobControl)).EndInit();
528      this.plClientDetails.ResumeLayout(false);
529      this.plClientDetails.PerformLayout();
530      ((System.ComponentModel.ISupportInitialize)(this.pbClientControl)).EndInit();
531      this.ResumeLayout(false);
532      this.PerformLayout();
533
534    }
535
536    #endregion
537
538    private System.Windows.Forms.MenuStrip menuStrip1;
539    private System.Windows.Forms.ToolStripMenuItem informationToolStripMenuItem;
540    private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
541    private System.Windows.Forms.TabControl tcManagementConsole;
542    private System.Windows.Forms.TabPage tpClientControl;
543    private System.Windows.Forms.TabPage tpJobControl;
544    private System.Windows.Forms.SplitContainer scClientControl;
545    private System.Windows.Forms.TabPage tpUserControl;
546    private System.Windows.Forms.TreeView tvClientControl;
547    private System.Windows.Forms.ListView lvClientControl;
548    private System.Windows.Forms.SplitContainer scJobControl;
549    private System.Windows.Forms.ListView lvJobControl;
550    private System.Windows.Forms.SplitContainer scUserControl;
551    private System.Windows.Forms.TreeView treeView2;
552    private System.Windows.Forms.ListView listView2;
553    private System.Windows.Forms.TreeView tvJobControl;
554    private System.Windows.Forms.TreeView tvUserControl;
555    private System.Windows.Forms.ListView lvUserControl;
556    private System.Windows.Forms.ImageList ilClientControl;
557    private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem;
558    private System.Windows.Forms.ToolStripMenuItem jobToolStripMenuItem;
559    private System.Windows.Forms.ToolStripMenuItem userToolStripMenuItem;
560    private System.Windows.Forms.ToolStripMenuItem userToolStripMenuItem1;
561    private System.Windows.Forms.ToolStripMenuItem groupToolStripMenuItem2;
562    private System.Windows.Forms.ImageList ilUserControl;
563    private System.Windows.Forms.Timer timerSyncronize;
564    private System.Windows.Forms.ImageList ilJobControl;
565    private System.Windows.Forms.Panel plClientDetails;
566    private System.Windows.Forms.PictureBox pbClientControl;
567    private System.Windows.Forms.Button btnClientDetailClose;
568    private System.Windows.Forms.Label lblClientName;
569    private System.Windows.Forms.Label label1;
570    private System.Windows.Forms.Label lblLogin;
571    private System.Windows.Forms.Panel plJobDetails;
572    private System.Windows.Forms.Label lblJobName;
573    private System.Windows.Forms.Button btnJobDetailClose;
574    private System.Windows.Forms.PictureBox pbJobControl;
575    private System.Windows.Forms.Panel plUserDetails;
576    private System.Windows.Forms.Label lblUserName;
577    private System.Windows.Forms.Button btnUserControlClose;
578    private System.Windows.Forms.PictureBox pbUserControl;
579  }
580}
Note: See TracBrowser for help on using the repository browser.