Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 1261 was 1261, checked in by aleitner, 15 years ago

new Dictionaries for ListViewitems (#508)

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