Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 1377 was 1377, checked in by svonolfe, 15 years ago

Created Heuristiclab DB Core (refactoring) #527

File size: 36.1 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.lvUserControl = new System.Windows.Forms.ListView();
51      this.ilUserControl = new System.Windows.Forms.ImageList(this.components);
52      this.plClientDetails = new System.Windows.Forms.Panel();
53      this.lblState = new System.Windows.Forms.Label();
54      this.lblStateClient = new System.Windows.Forms.Label();
55      this.lblLogin = new System.Windows.Forms.Label();
56      this.lblLoginOn = new System.Windows.Forms.Label();
57      this.lblClientName = new System.Windows.Forms.Label();
58      this.btnClientDetailClose = new System.Windows.Forms.Button();
59      this.pbClientControl = new System.Windows.Forms.PictureBox();
60      this.plUserDetails = new System.Windows.Forms.Panel();
61      this.lblUserName = new System.Windows.Forms.Label();
62      this.btnUserControlClose = new System.Windows.Forms.Button();
63      this.pbUserControl = new System.Windows.Forms.PictureBox();
64      this.plJobDetails = new System.Windows.Forms.Panel();
65      this.lvSnapshots = new System.Windows.Forms.ListView();
66      this.chJobId = new System.Windows.Forms.ColumnHeader();
67      this.chTimeCalculated = new System.Windows.Forms.ColumnHeader();
68      this.chProgress = new System.Windows.Forms.ColumnHeader();
69      this.lblPriorityJob = new System.Windows.Forms.Label();
70      this.lblParentJob = new System.Windows.Forms.Label();
71      this.lblClientCalculating = new System.Windows.Forms.Label();
72      this.lblJobCalculationEnd = new System.Windows.Forms.Label();
73      this.lblJobCalculationBegin = new System.Windows.Forms.Label();
74      this.lblJobCreated = new System.Windows.Forms.Label();
75      this.lblUserCreatedJob = new System.Windows.Forms.Label();
76      this.lblProgress = new System.Windows.Forms.Label();
77      this.lblStatus = new System.Windows.Forms.Label();
78      this.progressJob = new System.Windows.Forms.ProgressBar();
79      this.lblJobName = new System.Windows.Forms.Label();
80      this.btnJobDetailClose = new System.Windows.Forms.Button();
81      this.pbJobControl = new System.Windows.Forms.PictureBox();
82      this.treeView2 = new System.Windows.Forms.TreeView();
83      this.listView2 = new System.Windows.Forms.ListView();
84      this.timerSyncronize = new System.Windows.Forms.Timer(this.components);
85      this.fileSystemWatcher1 = new System.IO.FileSystemWatcher();
86      this.updaterWoker = new System.ComponentModel.BackgroundWorker();
87      this.menuStrip1.SuspendLayout();
88      this.tcManagementConsole.SuspendLayout();
89      this.tpClientControl.SuspendLayout();
90      this.scClientControl.Panel1.SuspendLayout();
91      this.scClientControl.Panel2.SuspendLayout();
92      this.scClientControl.SuspendLayout();
93      this.tpJobControl.SuspendLayout();
94      this.scJobControl.Panel1.SuspendLayout();
95      this.scJobControl.Panel2.SuspendLayout();
96      this.scJobControl.SuspendLayout();
97      this.tpUserControl.SuspendLayout();
98      this.scUserControl.Panel1.SuspendLayout();
99      this.scUserControl.Panel2.SuspendLayout();
100      this.scUserControl.SuspendLayout();
101      this.plClientDetails.SuspendLayout();
102      ((System.ComponentModel.ISupportInitialize)(this.pbClientControl)).BeginInit();
103      this.plUserDetails.SuspendLayout();
104      ((System.ComponentModel.ISupportInitialize)(this.pbUserControl)).BeginInit();
105      this.plJobDetails.SuspendLayout();
106      ((System.ComponentModel.ISupportInitialize)(this.pbJobControl)).BeginInit();
107      ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
108      this.SuspendLayout();
109      //
110      // menuStrip1
111      //
112      this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
113            this.informationToolStripMenuItem,
114            this.addToolStripMenuItem});
115      this.menuStrip1.Location = new System.Drawing.Point(0, 0);
116      this.menuStrip1.Name = "menuStrip1";
117      this.menuStrip1.Size = new System.Drawing.Size(651, 24);
118      this.menuStrip1.TabIndex = 0;
119      this.menuStrip1.Text = "menuStrip1";
120      //
121      // informationToolStripMenuItem
122      //
123      this.informationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
124            this.closeToolStripMenuItem});
125      this.informationToolStripMenuItem.Name = "informationToolStripMenuItem";
126      this.informationToolStripMenuItem.Size = new System.Drawing.Size(81, 20);
127      this.informationToolStripMenuItem.Text = "Management";
128      //
129      // closeToolStripMenuItem
130      //
131      this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
132      this.closeToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
133      this.closeToolStripMenuItem.Text = "Close";
134      this.closeToolStripMenuItem.Click += new System.EventHandler(this.Close_Click);
135      //
136      // addToolStripMenuItem
137      //
138      this.addToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
139            this.jobToolStripMenuItem,
140            this.userToolStripMenuItem});
141      this.addToolStripMenuItem.Name = "addToolStripMenuItem";
142      this.addToolStripMenuItem.Size = new System.Drawing.Size(38, 20);
143      this.addToolStripMenuItem.Text = "Add";
144      //
145      // jobToolStripMenuItem
146      //
147      this.jobToolStripMenuItem.Name = "jobToolStripMenuItem";
148      this.jobToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
149      this.jobToolStripMenuItem.Text = "Job";
150      this.jobToolStripMenuItem.Click += new System.EventHandler(this.AddJob_Click);
151      //
152      // userToolStripMenuItem
153      //
154      this.userToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
155            this.userToolStripMenuItem1,
156            this.groupToolStripMenuItem2});
157      this.userToolStripMenuItem.Name = "userToolStripMenuItem";
158      this.userToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
159      this.userToolStripMenuItem.Text = "User";
160      //
161      // userToolStripMenuItem1
162      //
163      this.userToolStripMenuItem1.Name = "userToolStripMenuItem1";
164      this.userToolStripMenuItem1.Size = new System.Drawing.Size(114, 22);
165      this.userToolStripMenuItem1.Text = "User";
166      //
167      // groupToolStripMenuItem2
168      //
169      this.groupToolStripMenuItem2.Name = "groupToolStripMenuItem2";
170      this.groupToolStripMenuItem2.Size = new System.Drawing.Size(114, 22);
171      this.groupToolStripMenuItem2.Text = "Group";
172      //
173      // tcManagementConsole
174      //
175      this.tcManagementConsole.Controls.Add(this.tpClientControl);
176      this.tcManagementConsole.Controls.Add(this.tpJobControl);
177      this.tcManagementConsole.Controls.Add(this.tpUserControl);
178      this.tcManagementConsole.Dock = System.Windows.Forms.DockStyle.Fill;
179      this.tcManagementConsole.Location = new System.Drawing.Point(0, 24);
180      this.tcManagementConsole.Name = "tcManagementConsole";
181      this.tcManagementConsole.SelectedIndex = 0;
182      this.tcManagementConsole.Size = new System.Drawing.Size(651, 378);
183      this.tcManagementConsole.TabIndex = 1;
184      //
185      // tpClientControl
186      //
187      this.tpClientControl.AllowDrop = true;
188      this.tpClientControl.Controls.Add(this.scClientControl);
189      this.tpClientControl.Location = new System.Drawing.Point(4, 22);
190      this.tpClientControl.Name = "tpClientControl";
191      this.tpClientControl.Padding = new System.Windows.Forms.Padding(3);
192      this.tpClientControl.Size = new System.Drawing.Size(643, 352);
193      this.tpClientControl.TabIndex = 0;
194      this.tpClientControl.Text = "Client Control";
195      this.tpClientControl.UseVisualStyleBackColor = true;
196      //
197      // scClientControl
198      //
199      this.scClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
200      this.scClientControl.Location = new System.Drawing.Point(3, 3);
201      this.scClientControl.Name = "scClientControl";
202      //
203      // scClientControl.Panel1
204      //
205      this.scClientControl.Panel1.Controls.Add(this.tvClientControl);
206      //
207      // scClientControl.Panel2
208      //
209      this.scClientControl.Panel2.Controls.Add(this.lvClientControl);
210      this.scClientControl.Size = new System.Drawing.Size(637, 346);
211      this.scClientControl.SplitterDistance = 139;
212      this.scClientControl.TabIndex = 0;
213      //
214      // tvClientControl
215      //
216      this.tvClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
217      this.tvClientControl.Location = new System.Drawing.Point(0, 0);
218      this.tvClientControl.Name = "tvClientControl";
219      this.tvClientControl.Size = new System.Drawing.Size(139, 346);
220      this.tvClientControl.TabIndex = 0;
221      this.tvClientControl.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.OnTVClientClicked);
222      //
223      // lvClientControl
224      //
225      this.lvClientControl.AllowDrop = true;
226      this.lvClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
227      this.lvClientControl.ImeMode = System.Windows.Forms.ImeMode.Off;
228      this.lvClientControl.LargeImageList = this.ilClientControl;
229      this.lvClientControl.Location = new System.Drawing.Point(0, 0);
230      this.lvClientControl.MultiSelect = false;
231      this.lvClientControl.Name = "lvClientControl";
232      this.lvClientControl.Size = new System.Drawing.Size(494, 346);
233      this.lvClientControl.TabIndex = 0;
234      this.lvClientControl.UseCompatibleStateImageBehavior = false;
235      this.lvClientControl.Click += new System.EventHandler(this.OnLVClientClicked);
236      //
237      // ilClientControl
238      //
239      this.ilClientControl.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilClientControl.ImageStream")));
240      this.ilClientControl.TransparentColor = System.Drawing.Color.Transparent;
241      this.ilClientControl.Images.SetKeyName(0, "monitor-green.png");
242      this.ilClientControl.Images.SetKeyName(1, "monitor-orange.png");
243      this.ilClientControl.Images.SetKeyName(2, "monitor-red.png");
244      //
245      // tpJobControl
246      //
247      this.tpJobControl.Controls.Add(this.scJobControl);
248      this.tpJobControl.Location = new System.Drawing.Point(4, 22);
249      this.tpJobControl.Name = "tpJobControl";
250      this.tpJobControl.Padding = new System.Windows.Forms.Padding(3);
251      this.tpJobControl.Size = new System.Drawing.Size(643, 352);
252      this.tpJobControl.TabIndex = 1;
253      this.tpJobControl.Text = "Job Control";
254      this.tpJobControl.UseVisualStyleBackColor = true;
255      //
256      // scJobControl
257      //
258      this.scJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
259      this.scJobControl.Location = new System.Drawing.Point(3, 3);
260      this.scJobControl.Name = "scJobControl";
261      //
262      // scJobControl.Panel1
263      //
264      this.scJobControl.Panel1.Controls.Add(this.tvJobControl);
265      //
266      // scJobControl.Panel2
267      //
268      this.scJobControl.Panel2.Controls.Add(this.lvJobControl);
269      this.scJobControl.Size = new System.Drawing.Size(637, 346);
270      this.scJobControl.SplitterDistance = 139;
271      this.scJobControl.TabIndex = 1;
272      //
273      // tvJobControl
274      //
275      this.tvJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
276      this.tvJobControl.Location = new System.Drawing.Point(0, 0);
277      this.tvJobControl.Name = "tvJobControl";
278      this.tvJobControl.Size = new System.Drawing.Size(139, 346);
279      this.tvJobControl.TabIndex = 2;
280      this.tvJobControl.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.OnTVJobControlClicked);
281      //
282      // lvJobControl
283      //
284      this.lvJobControl.AllowDrop = true;
285      this.lvJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
286      this.lvJobControl.LargeImageList = this.ilJobControl;
287      this.lvJobControl.Location = new System.Drawing.Point(0, 0);
288      this.lvJobControl.MultiSelect = false;
289      this.lvJobControl.Name = "lvJobControl";
290      this.lvJobControl.Size = new System.Drawing.Size(494, 346);
291      this.lvJobControl.TabIndex = 0;
292      this.lvJobControl.UseCompatibleStateImageBehavior = false;
293      this.lvJobControl.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lvJobControl_MouseMove);
294      this.lvJobControl.Click += new System.EventHandler(this.OnLVJobControlClicked);
295      //
296      // ilJobControl
297      //
298      this.ilJobControl.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilJobControl.ImageStream")));
299      this.ilJobControl.TransparentColor = System.Drawing.Color.Transparent;
300      this.ilJobControl.Images.SetKeyName(0, "PlayHS.png");
301      //
302      // tpUserControl
303      //
304      this.tpUserControl.Controls.Add(this.scUserControl);
305      this.tpUserControl.Location = new System.Drawing.Point(4, 22);
306      this.tpUserControl.Name = "tpUserControl";
307      this.tpUserControl.Padding = new System.Windows.Forms.Padding(3);
308      this.tpUserControl.Size = new System.Drawing.Size(643, 352);
309      this.tpUserControl.TabIndex = 2;
310      this.tpUserControl.Text = "User Control";
311      this.tpUserControl.UseVisualStyleBackColor = true;
312      //
313      // scUserControl
314      //
315      this.scUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
316      this.scUserControl.Location = new System.Drawing.Point(3, 3);
317      this.scUserControl.Name = "scUserControl";
318      //
319      // scUserControl.Panel1
320      //
321      this.scUserControl.Panel1.Controls.Add(this.tvUserControl);
322      //
323      // scUserControl.Panel2
324      //
325      this.scUserControl.Panel2.Controls.Add(this.lvUserControl);
326      this.scUserControl.Size = new System.Drawing.Size(637, 346);
327      this.scUserControl.SplitterDistance = 139;
328      this.scUserControl.TabIndex = 1;
329      //
330      // tvUserControl
331      //
332      this.tvUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
333      this.tvUserControl.Location = new System.Drawing.Point(0, 0);
334      this.tvUserControl.Name = "tvUserControl";
335      this.tvUserControl.Size = new System.Drawing.Size(139, 346);
336      this.tvUserControl.TabIndex = 1;
337      //
338      // lvUserControl
339      //
340      this.lvUserControl.AllowDrop = true;
341      this.lvUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
342      this.lvUserControl.LargeImageList = this.ilUserControl;
343      this.lvUserControl.Location = new System.Drawing.Point(0, 0);
344      this.lvUserControl.Name = "lvUserControl";
345      this.lvUserControl.Size = new System.Drawing.Size(494, 346);
346      this.lvUserControl.TabIndex = 1;
347      this.lvUserControl.UseCompatibleStateImageBehavior = false;
348      //
349      // ilUserControl
350      //
351      this.ilUserControl.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilUserControl.ImageStream")));
352      this.ilUserControl.TransparentColor = System.Drawing.Color.Transparent;
353      this.ilUserControl.Images.SetKeyName(0, "Users.png");
354      //
355      // plClientDetails
356      //
357      this.plClientDetails.BackColor = System.Drawing.SystemColors.Window;
358      this.plClientDetails.Controls.Add(this.lblState);
359      this.plClientDetails.Controls.Add(this.lblStateClient);
360      this.plClientDetails.Controls.Add(this.lblLogin);
361      this.plClientDetails.Controls.Add(this.lblLoginOn);
362      this.plClientDetails.Controls.Add(this.lblClientName);
363      this.plClientDetails.Controls.Add(this.btnClientDetailClose);
364      this.plClientDetails.Controls.Add(this.pbClientControl);
365      this.plClientDetails.Dock = System.Windows.Forms.DockStyle.Fill;
366      this.plClientDetails.Location = new System.Drawing.Point(0, 0);
367      this.plClientDetails.Name = "plClientDetails";
368      this.plClientDetails.Size = new System.Drawing.Size(494, 346);
369      this.plClientDetails.TabIndex = 1;
370      //
371      // lblState
372      //
373      this.lblState.AutoSize = true;
374      this.lblState.Location = new System.Drawing.Point(103, 76);
375      this.lblState.Name = "lblState";
376      this.lblState.Size = new System.Drawing.Size(35, 13);
377      this.lblState.TabIndex = 6;
378      this.lblState.Text = "label2";
379      //
380      // lblStateClient
381      //
382      this.lblStateClient.AutoSize = true;
383      this.lblStateClient.Location = new System.Drawing.Point(29, 76);
384      this.lblStateClient.Name = "lblStateClient";
385      this.lblStateClient.Size = new System.Drawing.Size(32, 13);
386      this.lblStateClient.TabIndex = 5;
387      this.lblStateClient.Text = "State";
388      //
389      // lblLogin
390      //
391      this.lblLogin.AutoSize = true;
392      this.lblLogin.Location = new System.Drawing.Point(100, 55);
393      this.lblLogin.Name = "lblLogin";
394      this.lblLogin.Size = new System.Drawing.Size(43, 13);
395      this.lblLogin.TabIndex = 4;
396      this.lblLogin.Text = "lblLogin";
397      //
398      // lblLoginOn
399      //
400      this.lblLoginOn.AutoSize = true;
401      this.lblLoginOn.Location = new System.Drawing.Point(29, 55);
402      this.lblLoginOn.Name = "lblLoginOn";
403      this.lblLoginOn.Size = new System.Drawing.Size(65, 13);
404      this.lblLoginOn.TabIndex = 3;
405      this.lblLoginOn.Text = "logged in on";
406      //
407      // lblClientName
408      //
409      this.lblClientName.AutoSize = true;
410      this.lblClientName.Location = new System.Drawing.Point(41, 14);
411      this.lblClientName.Name = "lblClientName";
412      this.lblClientName.Size = new System.Drawing.Size(71, 13);
413      this.lblClientName.TabIndex = 2;
414      this.lblClientName.Text = "lblClientName";
415      //
416      // btnClientDetailClose
417      //
418      this.btnClientDetailClose.Location = new System.Drawing.Point(414, 4);
419      this.btnClientDetailClose.Name = "btnClientDetailClose";
420      this.btnClientDetailClose.Size = new System.Drawing.Size(75, 23);
421      this.btnClientDetailClose.TabIndex = 1;
422      this.btnClientDetailClose.Text = "Close";
423      this.btnClientDetailClose.UseVisualStyleBackColor = true;
424      this.btnClientDetailClose.Click += new System.EventHandler(this.btnClientClose_Click);
425      //
426      // pbClientControl
427      //
428      this.pbClientControl.Location = new System.Drawing.Point(3, 4);
429      this.pbClientControl.Name = "pbClientControl";
430      this.pbClientControl.Size = new System.Drawing.Size(32, 32);
431      this.pbClientControl.TabIndex = 0;
432      this.pbClientControl.TabStop = false;
433      //
434      // plUserDetails
435      //
436      this.plUserDetails.BackColor = System.Drawing.SystemColors.Window;
437      this.plUserDetails.Controls.Add(this.lblUserName);
438      this.plUserDetails.Controls.Add(this.btnUserControlClose);
439      this.plUserDetails.Controls.Add(this.pbUserControl);
440      this.plUserDetails.Dock = System.Windows.Forms.DockStyle.Fill;
441      this.plUserDetails.Location = new System.Drawing.Point(0, 0);
442      this.plUserDetails.Name = "plUserDetails";
443      this.plUserDetails.Size = new System.Drawing.Size(494, 346);
444      this.plUserDetails.TabIndex = 2;
445      //
446      // lblUserName
447      //
448      this.lblUserName.AutoSize = true;
449      this.lblUserName.Location = new System.Drawing.Point(41, 13);
450      this.lblUserName.Name = "lblUserName";
451      this.lblUserName.Size = new System.Drawing.Size(67, 13);
452      this.lblUserName.TabIndex = 5;
453      this.lblUserName.Text = "lblUserName";
454      //
455      // btnUserControlClose
456      //
457      this.btnUserControlClose.Location = new System.Drawing.Point(414, 3);
458      this.btnUserControlClose.Name = "btnUserControlClose";
459      this.btnUserControlClose.Size = new System.Drawing.Size(75, 23);
460      this.btnUserControlClose.TabIndex = 4;
461      this.btnUserControlClose.Text = "Close";
462      this.btnUserControlClose.UseVisualStyleBackColor = true;
463      this.btnUserControlClose.Click += new System.EventHandler(this.btnUserControlClose_Click);
464      //
465      // pbUserControl
466      //
467      this.pbUserControl.Location = new System.Drawing.Point(3, 3);
468      this.pbUserControl.Name = "pbUserControl";
469      this.pbUserControl.Size = new System.Drawing.Size(32, 32);
470      this.pbUserControl.TabIndex = 3;
471      this.pbUserControl.TabStop = false;
472      //
473      // plJobDetails
474      //
475      this.plJobDetails.BackColor = System.Drawing.SystemColors.Window;
476      this.plJobDetails.Controls.Add(this.lvSnapshots);
477      this.plJobDetails.Controls.Add(this.lblPriorityJob);
478      this.plJobDetails.Controls.Add(this.lblParentJob);
479      this.plJobDetails.Controls.Add(this.lblClientCalculating);
480      this.plJobDetails.Controls.Add(this.lblJobCalculationEnd);
481      this.plJobDetails.Controls.Add(this.lblJobCalculationBegin);
482      this.plJobDetails.Controls.Add(this.lblJobCreated);
483      this.plJobDetails.Controls.Add(this.lblUserCreatedJob);
484      this.plJobDetails.Controls.Add(this.lblProgress);
485      this.plJobDetails.Controls.Add(this.lblStatus);
486      this.plJobDetails.Controls.Add(this.progressJob);
487      this.plJobDetails.Controls.Add(this.lblJobName);
488      this.plJobDetails.Controls.Add(this.btnJobDetailClose);
489      this.plJobDetails.Controls.Add(this.pbJobControl);
490      this.plJobDetails.Dock = System.Windows.Forms.DockStyle.Fill;
491      this.plJobDetails.Location = new System.Drawing.Point(0, 0);
492      this.plJobDetails.Name = "plJobDetails";
493      this.plJobDetails.Size = new System.Drawing.Size(494, 346);
494      this.plJobDetails.TabIndex = 1;
495      //
496      // lvSnapshots
497      //
498      this.lvSnapshots.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
499            this.chJobId,
500            this.chTimeCalculated,
501            this.chProgress});
502      this.lvSnapshots.Enabled = false;
503      this.lvSnapshots.FullRowSelect = true;
504      this.lvSnapshots.GridLines = true;
505      this.lvSnapshots.Location = new System.Drawing.Point(20, 271);
506      this.lvSnapshots.Name = "lvSnapshots";
507      this.lvSnapshots.Size = new System.Drawing.Size(449, 70);
508      this.lvSnapshots.TabIndex = 16;
509      this.lvSnapshots.UseCompatibleStateImageBehavior = false;
510      this.lvSnapshots.View = System.Windows.Forms.View.Details;
511      //
512      // chJobId
513      //
514      this.chJobId.Text = "Job-ID";
515      //
516      // chTimeCalculated
517      //
518      this.chTimeCalculated.Text = "Calculated At";
519      //
520      // chProgress
521      //
522      this.chProgress.Text = "Progress";
523      //
524      // lblPriorityJob
525      //
526      this.lblPriorityJob.AutoSize = true;
527      this.lblPriorityJob.Location = new System.Drawing.Point(17, 213);
528      this.lblPriorityJob.Name = "lblPriorityJob";
529      this.lblPriorityJob.Size = new System.Drawing.Size(0, 13);
530      this.lblPriorityJob.TabIndex = 15;
531      //
532      // lblParentJob
533      //
534      this.lblParentJob.AutoSize = true;
535      this.lblParentJob.Location = new System.Drawing.Point(17, 188);
536      this.lblParentJob.Name = "lblParentJob";
537      this.lblParentJob.Size = new System.Drawing.Size(0, 13);
538      this.lblParentJob.TabIndex = 14;
539      //
540      // lblClientCalculating
541      //
542      this.lblClientCalculating.AutoSize = true;
543      this.lblClientCalculating.Location = new System.Drawing.Point(17, 284);
544      this.lblClientCalculating.Name = "lblClientCalculating";
545      this.lblClientCalculating.Size = new System.Drawing.Size(0, 13);
546      this.lblClientCalculating.TabIndex = 13;
547      //
548      // lblJobCalculationEnd
549      //
550      this.lblJobCalculationEnd.AutoSize = true;
551      this.lblJobCalculationEnd.Location = new System.Drawing.Point(17, 259);
552      this.lblJobCalculationEnd.Name = "lblJobCalculationEnd";
553      this.lblJobCalculationEnd.Size = new System.Drawing.Size(0, 13);
554      this.lblJobCalculationEnd.TabIndex = 12;
555      //
556      // lblJobCalculationBegin
557      //
558      this.lblJobCalculationBegin.AutoSize = true;
559      this.lblJobCalculationBegin.Location = new System.Drawing.Point(17, 236);
560      this.lblJobCalculationBegin.Name = "lblJobCalculationBegin";
561      this.lblJobCalculationBegin.Size = new System.Drawing.Size(0, 13);
562      this.lblJobCalculationBegin.TabIndex = 11;
563      //
564      // lblJobCreated
565      //
566      this.lblJobCreated.AutoSize = true;
567      this.lblJobCreated.Location = new System.Drawing.Point(17, 164);
568      this.lblJobCreated.Name = "lblJobCreated";
569      this.lblJobCreated.Size = new System.Drawing.Size(0, 13);
570      this.lblJobCreated.TabIndex = 10;
571      //
572      // lblUserCreatedJob
573      //
574      this.lblUserCreatedJob.AutoSize = true;
575      this.lblUserCreatedJob.Location = new System.Drawing.Point(17, 142);
576      this.lblUserCreatedJob.Name = "lblUserCreatedJob";
577      this.lblUserCreatedJob.Size = new System.Drawing.Size(0, 13);
578      this.lblUserCreatedJob.TabIndex = 9;
579      //
580      // lblProgress
581      //
582      this.lblProgress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
583      this.lblProgress.BackColor = System.Drawing.Color.Transparent;
584      this.lblProgress.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
585      this.lblProgress.Location = new System.Drawing.Point(326, 99);
586      this.lblProgress.Name = "lblProgress";
587      this.lblProgress.Size = new System.Drawing.Size(143, 13);
588      this.lblProgress.TabIndex = 8;
589      this.lblProgress.Text = "lblProgress";
590      this.lblProgress.TextAlign = System.Drawing.ContentAlignment.TopRight;
591      //
592      // lblStatus
593      //
594      this.lblStatus.AutoSize = true;
595      this.lblStatus.BackColor = System.Drawing.Color.Transparent;
596      this.lblStatus.Location = new System.Drawing.Point(14, 57);
597      this.lblStatus.Name = "lblStatus";
598      this.lblStatus.Size = new System.Drawing.Size(88, 13);
599      this.lblStatus.TabIndex = 7;
600      this.lblStatus.Text = "Statusinformation";
601      //
602      // progressJob
603      //
604      this.progressJob.Location = new System.Drawing.Point(17, 73);
605      this.progressJob.Name = "progressJob";
606      this.progressJob.Size = new System.Drawing.Size(452, 23);
607      this.progressJob.TabIndex = 6;
608      //
609      // lblJobName
610      //
611      this.lblJobName.AutoSize = true;
612      this.lblJobName.Location = new System.Drawing.Point(41, 13);
613      this.lblJobName.Name = "lblJobName";
614      this.lblJobName.Size = new System.Drawing.Size(62, 13);
615      this.lblJobName.TabIndex = 5;
616      this.lblJobName.Text = "lblJobName";
617      //
618      // btnJobDetailClose
619      //
620      this.btnJobDetailClose.Location = new System.Drawing.Point(414, 3);
621      this.btnJobDetailClose.Name = "btnJobDetailClose";
622      this.btnJobDetailClose.Size = new System.Drawing.Size(75, 23);
623      this.btnJobDetailClose.TabIndex = 4;
624      this.btnJobDetailClose.Text = "Close";
625      this.btnJobDetailClose.UseVisualStyleBackColor = true;
626      this.btnJobDetailClose.Click += new System.EventHandler(this.btnJobDetailClose_Click);
627      //
628      // pbJobControl
629      //
630      this.pbJobControl.Location = new System.Drawing.Point(3, 3);
631      this.pbJobControl.Name = "pbJobControl";
632      this.pbJobControl.Size = new System.Drawing.Size(32, 32);
633      this.pbJobControl.TabIndex = 3;
634      this.pbJobControl.TabStop = false;
635      //
636      // treeView2
637      //
638      this.treeView2.Dock = System.Windows.Forms.DockStyle.Fill;
639      this.treeView2.LineColor = System.Drawing.Color.Empty;
640      this.treeView2.Location = new System.Drawing.Point(0, 0);
641      this.treeView2.Name = "treeView2";
642      this.treeView2.Size = new System.Drawing.Size(139, 346);
643      this.treeView2.TabIndex = 0;
644      //
645      // listView2
646      //
647      this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
648      this.listView2.Location = new System.Drawing.Point(0, 0);
649      this.listView2.Name = "listView2";
650      this.listView2.Size = new System.Drawing.Size(494, 346);
651      this.listView2.TabIndex = 0;
652      this.listView2.UseCompatibleStateImageBehavior = false;
653      //
654      // timerSyncronize
655      //
656      this.timerSyncronize.Interval = 10000;
657      this.timerSyncronize.Tick += new System.EventHandler(this.TickSync);
658      //
659      // fileSystemWatcher1
660      //
661      this.fileSystemWatcher1.EnableRaisingEvents = true;
662      this.fileSystemWatcher1.SynchronizingObject = this;
663      //
664      // updaterWoker
665      //
666      this.updaterWoker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.updaterWoker_DoWork);
667      //
668      // HiveServerManagementConsole
669      //
670      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
671      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
672      this.ClientSize = new System.Drawing.Size(651, 402);
673      this.Controls.Add(this.tcManagementConsole);
674      this.Controls.Add(this.menuStrip1);
675      this.MainMenuStrip = this.menuStrip1;
676      this.Name = "HiveServerManagementConsole";
677      this.Text = "Management Console";
678      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.HiveServerConsoleInformation_FormClosing);
679      this.menuStrip1.ResumeLayout(false);
680      this.menuStrip1.PerformLayout();
681      this.tcManagementConsole.ResumeLayout(false);
682      this.tpClientControl.ResumeLayout(false);
683      this.scClientControl.Panel1.ResumeLayout(false);
684      this.scClientControl.Panel2.ResumeLayout(false);
685      this.scClientControl.ResumeLayout(false);
686      this.tpJobControl.ResumeLayout(false);
687      this.scJobControl.Panel1.ResumeLayout(false);
688      this.scJobControl.Panel2.ResumeLayout(false);
689      this.scJobControl.ResumeLayout(false);
690      this.tpUserControl.ResumeLayout(false);
691      this.scUserControl.Panel1.ResumeLayout(false);
692      this.scUserControl.Panel2.ResumeLayout(false);
693      this.scUserControl.ResumeLayout(false);
694      this.plClientDetails.ResumeLayout(false);
695      this.plClientDetails.PerformLayout();
696      ((System.ComponentModel.ISupportInitialize)(this.pbClientControl)).EndInit();
697      this.plUserDetails.ResumeLayout(false);
698      this.plUserDetails.PerformLayout();
699      ((System.ComponentModel.ISupportInitialize)(this.pbUserControl)).EndInit();
700      this.plJobDetails.ResumeLayout(false);
701      this.plJobDetails.PerformLayout();
702      ((System.ComponentModel.ISupportInitialize)(this.pbJobControl)).EndInit();
703      ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
704      this.ResumeLayout(false);
705      this.PerformLayout();
706
707    }
708
709    #endregion
710
711    private System.Windows.Forms.MenuStrip menuStrip1;
712    private System.Windows.Forms.ToolStripMenuItem informationToolStripMenuItem;
713    private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
714    private System.Windows.Forms.TabControl tcManagementConsole;
715    private System.Windows.Forms.TabPage tpClientControl;
716    private System.Windows.Forms.TabPage tpJobControl;
717    private System.Windows.Forms.SplitContainer scClientControl;
718    private System.Windows.Forms.TabPage tpUserControl;
719    private System.Windows.Forms.TreeView tvClientControl;
720    private System.Windows.Forms.ListView lvClientControl;
721    private System.Windows.Forms.SplitContainer scJobControl;
722    private System.Windows.Forms.ListView lvJobControl;
723    private System.Windows.Forms.SplitContainer scUserControl;
724    private System.Windows.Forms.TreeView treeView2;
725    private System.Windows.Forms.ListView listView2;
726    private System.Windows.Forms.TreeView tvJobControl;
727    private System.Windows.Forms.TreeView tvUserControl;
728    private System.Windows.Forms.ListView lvUserControl;
729    private System.Windows.Forms.ImageList ilClientControl;
730    private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem;
731    private System.Windows.Forms.ToolStripMenuItem jobToolStripMenuItem;
732    private System.Windows.Forms.ToolStripMenuItem userToolStripMenuItem;
733    private System.Windows.Forms.ToolStripMenuItem userToolStripMenuItem1;
734    private System.Windows.Forms.ToolStripMenuItem groupToolStripMenuItem2;
735    private System.Windows.Forms.ImageList ilUserControl;
736    private System.Windows.Forms.Timer timerSyncronize;
737    private System.Windows.Forms.ImageList ilJobControl;
738    private System.Windows.Forms.Panel plClientDetails;
739    private System.Windows.Forms.PictureBox pbClientControl;
740    private System.Windows.Forms.Button btnClientDetailClose;
741    private System.Windows.Forms.Label lblClientName;
742    private System.Windows.Forms.Label lblLoginOn;
743    private System.Windows.Forms.Label lblLogin;
744    private System.Windows.Forms.Panel plJobDetails;
745    private System.Windows.Forms.Label lblJobName;
746    private System.Windows.Forms.Button btnJobDetailClose;
747    private System.Windows.Forms.PictureBox pbJobControl;
748    private System.Windows.Forms.Panel plUserDetails;
749    private System.Windows.Forms.Label lblUserName;
750    private System.Windows.Forms.Button btnUserControlClose;
751    private System.Windows.Forms.PictureBox pbUserControl;
752    private System.Windows.Forms.ProgressBar progressJob;
753    private System.IO.FileSystemWatcher fileSystemWatcher1;
754    private System.Windows.Forms.Label lblStatus;
755    private System.Windows.Forms.Label lblProgress;
756    private System.Windows.Forms.Label lblJobCalculationBegin;
757    private System.Windows.Forms.Label lblJobCreated;
758    private System.Windows.Forms.Label lblUserCreatedJob;
759    private System.Windows.Forms.Label lblClientCalculating;
760    private System.Windows.Forms.Label lblJobCalculationEnd;
761    private System.Windows.Forms.Label lblPriorityJob;
762    private System.Windows.Forms.Label lblParentJob;
763    private System.Windows.Forms.ListView lvSnapshots;
764    private System.Windows.Forms.ColumnHeader chJobId;
765    private System.Windows.Forms.ColumnHeader chTimeCalculated;
766    private System.Windows.Forms.ColumnHeader chProgress;
767    private System.Windows.Forms.Label lblStateClient;
768    private System.Windows.Forms.Label lblState;
769    private System.ComponentModel.BackgroundWorker updaterWoker;
770  }
771}
Note: See TracBrowser for help on using the repository browser.