Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Console/3.3/HiveServerManagementConsole.Designer.cs @ 4539

Last change on this file since 4539 was 4042, checked in by kgrading, 14 years ago

#828 added various improvements to the plugin cache manager, the execution engine, the transaction handling on the serverside and the server console

File size: 58.0 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.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
31      this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
32      this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
33      this.jobToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
34      this.groupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
35      this.projectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36      this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
37      this.largeIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38      this.smallIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
39      this.listToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
40      this.ilLargeImgClient = new System.Windows.Forms.ImageList(this.components);
41      this.ilLargeImgJob = new System.Windows.Forms.ImageList(this.components);
42      this.plClientDetails = new System.Windows.Forms.Panel();
43      this.lblState = new System.Windows.Forms.Label();
44      this.lblStateClient = new System.Windows.Forms.Label();
45      this.lblLogin = new System.Windows.Forms.Label();
46      this.lblLoginOn = new System.Windows.Forms.Label();
47      this.lblClientName = new System.Windows.Forms.Label();
48      this.pbClientControl = new System.Windows.Forms.PictureBox();
49      this.plUserDetails = new System.Windows.Forms.Panel();
50      this.lblUserName = new System.Windows.Forms.Label();
51      this.btnUserControlClose = new System.Windows.Forms.Button();
52      this.pbUserControl = new System.Windows.Forms.PictureBox();
53      this.plJobDetails = new System.Windows.Forms.Panel();
54      this.lvJobDetails = new System.Windows.Forms.ListView();
55      this.chContent = new System.Windows.Forms.ColumnHeader();
56      this.chDetails = new System.Windows.Forms.ColumnHeader();
57      this.lblProgress = new System.Windows.Forms.Label();
58      this.lblStatus = new System.Windows.Forms.Label();
59      this.progressJob = new System.Windows.Forms.ProgressBar();
60      this.lblJobName = new System.Windows.Forms.Label();
61      this.pbJobControl = new System.Windows.Forms.PictureBox();
62      this.treeView2 = new System.Windows.Forms.TreeView();
63      this.listView2 = new System.Windows.Forms.ListView();
64      this.timerSyncronize = new System.Windows.Forms.Timer(this.components);
65      this.fileSystemWatcher1 = new System.IO.FileSystemWatcher();
66      this.updaterWoker = new System.ComponentModel.BackgroundWorker();
67      this.tpJobControl = new System.Windows.Forms.TabPage();
68      this.scJobControl = new System.Windows.Forms.SplitContainer();
69      this.calculatingJobTabControl = new System.Windows.Forms.TabControl();
70      this.calculatingJobTabPage = new System.Windows.Forms.TabPage();
71      this.splitContainer5 = new System.Windows.Forms.SplitContainer();
72      this.cmb_calculatingJob_count = new System.Windows.Forms.ComboBox();
73      this.btn_calculatingJobs_next = new System.Windows.Forms.Button();
74      this.btn_calculatingJobs_prev = new System.Windows.Forms.Button();
75      this.lv_calculatingJobs = new System.Windows.Forms.ListView();
76      this.contextMenuJob = new System.Windows.Forms.ContextMenuStrip(this.components);
77      this.offlineItemAbortJob = new System.Windows.Forms.ToolStripMenuItem();
78      this.menuItemGetSnapshot = new System.Windows.Forms.ToolStripMenuItem();
79      this.ilSmallImgJob = new System.Windows.Forms.ImageList(this.components);
80      this.finishedJobsTabPage = new System.Windows.Forms.TabPage();
81      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
82      this.cmb_finishedJob_count = new System.Windows.Forms.ComboBox();
83      this.btn_finishedJob_next = new System.Windows.Forms.Button();
84      this.btn_finishedJob_prev = new System.Windows.Forms.Button();
85      this.lv_finishedJobs = new System.Windows.Forms.ListView();
86      this.offlineJobsTabPage = new System.Windows.Forms.TabPage();
87      this.splitContainer4 = new System.Windows.Forms.SplitContainer();
88      this.cmb_offlineJob_count = new System.Windows.Forms.ComboBox();
89      this.btn_offlineJob_next = new System.Windows.Forms.Button();
90      this.btn_offlinejob_prev = new System.Windows.Forms.Button();
91      this.lv_offlineJobs = new System.Windows.Forms.ListView();
92      this.AbortContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
93      this.ilSmallImgClient = new System.Windows.Forms.ImageList(this.components);
94      this.tpClientControl = new System.Windows.Forms.TabPage();
95      this.scClientControl = new System.Windows.Forms.SplitContainer();
96      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
97      this.btnRefresh = new System.Windows.Forms.Button();
98      this.tvClientControl = new System.Windows.Forms.TreeView();
99      this.contextMenuGroup = new System.Windows.Forms.ContextMenuStrip(this.components);
100      this.menuItemAddGroup = new System.Windows.Forms.ToolStripMenuItem();
101      this.menuItemDeleteGroup = new System.Windows.Forms.ToolStripMenuItem();
102      this.menuItemOpenCalendar = new System.Windows.Forms.ToolStripMenuItem();
103      this.lvClientControl = new System.Windows.Forms.ListView();
104      this.tcManagementConsole = new System.Windows.Forms.TabControl();
105      this.checkBox1 = new System.Windows.Forms.CheckBox();
106      this.splitContainer3 = new System.Windows.Forms.SplitContainer();
107      this.comboBox1 = new System.Windows.Forms.ComboBox();
108      this.button1 = new System.Windows.Forms.Button();
109      this.button2 = new System.Windows.Forms.Button();
110      this.listView1 = new System.Windows.Forms.ListView();
111      this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
112      this.calcToolStripAbortItem = new System.Windows.Forms.ToolStripMenuItem();
113      this.menuStrip1.SuspendLayout();
114      this.plClientDetails.SuspendLayout();
115      ((System.ComponentModel.ISupportInitialize)(this.pbClientControl)).BeginInit();
116      this.plUserDetails.SuspendLayout();
117      ((System.ComponentModel.ISupportInitialize)(this.pbUserControl)).BeginInit();
118      this.plJobDetails.SuspendLayout();
119      ((System.ComponentModel.ISupportInitialize)(this.pbJobControl)).BeginInit();
120      ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
121      this.tpJobControl.SuspendLayout();
122      this.scJobControl.Panel1.SuspendLayout();
123      this.scJobControl.Panel2.SuspendLayout();
124      this.scJobControl.SuspendLayout();
125      this.calculatingJobTabControl.SuspendLayout();
126      this.calculatingJobTabPage.SuspendLayout();
127      this.splitContainer5.Panel1.SuspendLayout();
128      this.splitContainer5.Panel2.SuspendLayout();
129      this.splitContainer5.SuspendLayout();
130      this.contextMenuJob.SuspendLayout();
131      this.finishedJobsTabPage.SuspendLayout();
132      this.splitContainer2.Panel1.SuspendLayout();
133      this.splitContainer2.Panel2.SuspendLayout();
134      this.splitContainer2.SuspendLayout();
135      this.offlineJobsTabPage.SuspendLayout();
136      this.splitContainer4.Panel1.SuspendLayout();
137      this.splitContainer4.Panel2.SuspendLayout();
138      this.splitContainer4.SuspendLayout();
139      this.AbortContextMenuStrip.SuspendLayout();
140      this.tpClientControl.SuspendLayout();
141      this.scClientControl.Panel1.SuspendLayout();
142      this.scClientControl.Panel2.SuspendLayout();
143      this.scClientControl.SuspendLayout();
144      this.splitContainer1.Panel1.SuspendLayout();
145      this.splitContainer1.Panel2.SuspendLayout();
146      this.splitContainer1.SuspendLayout();
147      this.contextMenuGroup.SuspendLayout();
148      this.tcManagementConsole.SuspendLayout();
149      this.splitContainer3.Panel1.SuspendLayout();
150      this.splitContainer3.Panel2.SuspendLayout();
151      this.splitContainer3.SuspendLayout();
152      this.SuspendLayout();
153      //
154      // menuStrip1
155      //
156      this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
157            this.informationToolStripMenuItem,
158            this.addToolStripMenuItem,
159            this.viewToolStripMenuItem});
160      this.menuStrip1.Location = new System.Drawing.Point(0, 0);
161      this.menuStrip1.Name = "menuStrip1";
162      this.menuStrip1.Size = new System.Drawing.Size(893, 24);
163      this.menuStrip1.TabIndex = 0;
164      this.menuStrip1.Text = "menuStrip1";
165      //
166      // informationToolStripMenuItem
167      //
168      this.informationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
169            this.refreshToolStripMenuItem,
170            this.closeToolStripMenuItem});
171      this.informationToolStripMenuItem.Name = "informationToolStripMenuItem";
172      this.informationToolStripMenuItem.Size = new System.Drawing.Size(90, 20);
173      this.informationToolStripMenuItem.Text = "Management";
174      //
175      // refreshToolStripMenuItem
176      //
177      this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
178      this.refreshToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
179      this.refreshToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
180      this.refreshToolStripMenuItem.Text = "Refresh";
181      this.refreshToolStripMenuItem.Click += new System.EventHandler(this.Refresh_Click);
182      //
183      // closeToolStripMenuItem
184      //
185      this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
186      this.closeToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
187      this.closeToolStripMenuItem.Text = "Close";
188      this.closeToolStripMenuItem.Click += new System.EventHandler(this.Close_Click);
189      //
190      // addToolStripMenuItem
191      //
192      this.addToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
193            this.jobToolStripMenuItem,
194            this.groupToolStripMenuItem,
195            this.projectToolStripMenuItem});
196      this.addToolStripMenuItem.Name = "addToolStripMenuItem";
197      this.addToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
198      this.addToolStripMenuItem.Text = "Add";
199      //
200      // jobToolStripMenuItem
201      //
202      this.jobToolStripMenuItem.Name = "jobToolStripMenuItem";
203      this.jobToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.J)));
204      this.jobToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
205      this.jobToolStripMenuItem.Text = "Job";
206      this.jobToolStripMenuItem.Click += new System.EventHandler(this.AddJob_Click);
207      //
208      // groupToolStripMenuItem
209      //
210      this.groupToolStripMenuItem.Name = "groupToolStripMenuItem";
211      this.groupToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G)));
212      this.groupToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
213      this.groupToolStripMenuItem.Text = "Group";
214      this.groupToolStripMenuItem.Click += new System.EventHandler(this.groupToolStripMenuItem_Click);
215      //
216      // projectToolStripMenuItem
217      //
218      this.projectToolStripMenuItem.Name = "projectToolStripMenuItem";
219      this.projectToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
220      this.projectToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
221      this.projectToolStripMenuItem.Text = "Project";
222      this.projectToolStripMenuItem.Click += new System.EventHandler(this.projectToolStripMenuItem_Click);
223      //
224      // viewToolStripMenuItem
225      //
226      this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
227            this.largeIconsToolStripMenuItem,
228            this.smallIconsToolStripMenuItem,
229            this.listToolStripMenuItem});
230      this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
231      this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
232      this.viewToolStripMenuItem.Text = "View";
233      //
234      // largeIconsToolStripMenuItem
235      //
236      this.largeIconsToolStripMenuItem.Checked = true;
237      this.largeIconsToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
238      this.largeIconsToolStripMenuItem.Name = "largeIconsToolStripMenuItem";
239      this.largeIconsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D1)));
240      this.largeIconsToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
241      this.largeIconsToolStripMenuItem.Text = "Large Icons";
242      this.largeIconsToolStripMenuItem.Click += new System.EventHandler(this.largeIconsToolStripMenuItem_Click);
243      //
244      // smallIconsToolStripMenuItem
245      //
246      this.smallIconsToolStripMenuItem.Name = "smallIconsToolStripMenuItem";
247      this.smallIconsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D2)));
248      this.smallIconsToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
249      this.smallIconsToolStripMenuItem.Text = "Small Icons";
250      this.smallIconsToolStripMenuItem.Click += new System.EventHandler(this.smallIconsToolStripMenuItem_Click);
251      //
252      // listToolStripMenuItem
253      //
254      this.listToolStripMenuItem.Name = "listToolStripMenuItem";
255      this.listToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D3)));
256      this.listToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
257      this.listToolStripMenuItem.Text = "List";
258      this.listToolStripMenuItem.Click += new System.EventHandler(this.listToolStripMenuItem_Click);
259      //
260      // ilLargeImgClient
261      //
262      this.ilLargeImgClient.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilLargeImgClient.ImageStream")));
263      this.ilLargeImgClient.TransparentColor = System.Drawing.Color.Transparent;
264      this.ilLargeImgClient.Images.SetKeyName(0, "monitor-green.png");
265      this.ilLargeImgClient.Images.SetKeyName(1, "monitor-orange.png");
266      this.ilLargeImgClient.Images.SetKeyName(2, "monitor-red.png");
267      this.ilLargeImgClient.Images.SetKeyName(3, "monitor-gray.png");
268      //
269      // ilLargeImgJob
270      //
271      this.ilLargeImgJob.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilLargeImgJob.ImageStream")));
272      this.ilLargeImgJob.TransparentColor = System.Drawing.Color.Transparent;
273      this.ilLargeImgJob.Images.SetKeyName(0, "ok.png");
274      this.ilLargeImgJob.Images.SetKeyName(1, "Forward.png");
275      this.ilLargeImgJob.Images.SetKeyName(2, "pause.png");
276      //
277      // plClientDetails
278      //
279      this.plClientDetails.BackColor = System.Drawing.SystemColors.Window;
280      this.plClientDetails.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
281      this.plClientDetails.Controls.Add(this.lblState);
282      this.plClientDetails.Controls.Add(this.lblStateClient);
283      this.plClientDetails.Controls.Add(this.lblLogin);
284      this.plClientDetails.Controls.Add(this.lblLoginOn);
285      this.plClientDetails.Controls.Add(this.lblClientName);
286      this.plClientDetails.Controls.Add(this.pbClientControl);
287      this.plClientDetails.Dock = System.Windows.Forms.DockStyle.Fill;
288      this.plClientDetails.Location = new System.Drawing.Point(0, 0);
289      this.plClientDetails.Name = "plClientDetails";
290      this.plClientDetails.Size = new System.Drawing.Size(421, 386);
291      this.plClientDetails.TabIndex = 1;
292      this.plClientDetails.Visible = false;
293      //
294      // lblState
295      //
296      this.lblState.AutoSize = true;
297      this.lblState.Location = new System.Drawing.Point(103, 76);
298      this.lblState.Name = "lblState";
299      this.lblState.Size = new System.Drawing.Size(42, 13);
300      this.lblState.TabIndex = 6;
301      this.lblState.Text = "lblState";
302      //
303      // lblStateClient
304      //
305      this.lblStateClient.AutoSize = true;
306      this.lblStateClient.Location = new System.Drawing.Point(29, 76);
307      this.lblStateClient.Name = "lblStateClient";
308      this.lblStateClient.Size = new System.Drawing.Size(32, 13);
309      this.lblStateClient.TabIndex = 5;
310      this.lblStateClient.Text = "State";
311      //
312      // lblLogin
313      //
314      this.lblLogin.AutoSize = true;
315      this.lblLogin.Location = new System.Drawing.Point(100, 55);
316      this.lblLogin.Name = "lblLogin";
317      this.lblLogin.Size = new System.Drawing.Size(43, 13);
318      this.lblLogin.TabIndex = 4;
319      this.lblLogin.Text = "lblLogin";
320      //
321      // lblLoginOn
322      //
323      this.lblLoginOn.AutoSize = true;
324      this.lblLoginOn.Location = new System.Drawing.Point(29, 55);
325      this.lblLoginOn.Name = "lblLoginOn";
326      this.lblLoginOn.Size = new System.Drawing.Size(69, 13);
327      this.lblLoginOn.TabIndex = 3;
328      this.lblLoginOn.Text = "last logged in";
329      //
330      // lblClientName
331      //
332      this.lblClientName.AutoSize = true;
333      this.lblClientName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
334      this.lblClientName.Location = new System.Drawing.Point(41, 14);
335      this.lblClientName.Name = "lblClientName";
336      this.lblClientName.Size = new System.Drawing.Size(71, 13);
337      this.lblClientName.TabIndex = 2;
338      this.lblClientName.Text = "lblClientName";
339      //
340      // pbClientControl
341      //
342      this.pbClientControl.Location = new System.Drawing.Point(3, 4);
343      this.pbClientControl.Name = "pbClientControl";
344      this.pbClientControl.Size = new System.Drawing.Size(32, 32);
345      this.pbClientControl.TabIndex = 0;
346      this.pbClientControl.TabStop = false;
347      //
348      // plUserDetails
349      //
350      this.plUserDetails.BackColor = System.Drawing.SystemColors.Window;
351      this.plUserDetails.Controls.Add(this.lblUserName);
352      this.plUserDetails.Controls.Add(this.btnUserControlClose);
353      this.plUserDetails.Controls.Add(this.pbUserControl);
354      this.plUserDetails.Dock = System.Windows.Forms.DockStyle.Fill;
355      this.plUserDetails.Location = new System.Drawing.Point(0, 0);
356      this.plUserDetails.Name = "plUserDetails";
357      this.plUserDetails.Size = new System.Drawing.Size(494, 346);
358      this.plUserDetails.TabIndex = 2;
359      //
360      // lblUserName
361      //
362      this.lblUserName.AutoSize = true;
363      this.lblUserName.Location = new System.Drawing.Point(41, 13);
364      this.lblUserName.Name = "lblUserName";
365      this.lblUserName.Size = new System.Drawing.Size(67, 13);
366      this.lblUserName.TabIndex = 5;
367      this.lblUserName.Text = "lblUserName";
368      //
369      // btnUserControlClose
370      //
371      this.btnUserControlClose.Location = new System.Drawing.Point(414, 3);
372      this.btnUserControlClose.Name = "btnUserControlClose";
373      this.btnUserControlClose.Size = new System.Drawing.Size(75, 23);
374      this.btnUserControlClose.TabIndex = 4;
375      this.btnUserControlClose.Text = "Close";
376      this.btnUserControlClose.UseVisualStyleBackColor = true;
377      //
378      // pbUserControl
379      //
380      this.pbUserControl.Location = new System.Drawing.Point(3, 3);
381      this.pbUserControl.Name = "pbUserControl";
382      this.pbUserControl.Size = new System.Drawing.Size(32, 32);
383      this.pbUserControl.TabIndex = 3;
384      this.pbUserControl.TabStop = false;
385      //
386      // plJobDetails
387      //
388      this.plJobDetails.BackColor = System.Drawing.SystemColors.Window;
389      this.plJobDetails.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
390      this.plJobDetails.Controls.Add(this.lvJobDetails);
391      this.plJobDetails.Controls.Add(this.lblProgress);
392      this.plJobDetails.Controls.Add(this.lblStatus);
393      this.plJobDetails.Controls.Add(this.progressJob);
394      this.plJobDetails.Controls.Add(this.lblJobName);
395      this.plJobDetails.Controls.Add(this.pbJobControl);
396      this.plJobDetails.Dock = System.Windows.Forms.DockStyle.Fill;
397      this.plJobDetails.Location = new System.Drawing.Point(0, 0);
398      this.plJobDetails.Name = "plJobDetails";
399      this.plJobDetails.Size = new System.Drawing.Size(421, 386);
400      this.plJobDetails.TabIndex = 1;
401      this.plJobDetails.Visible = false;
402      //
403      // lvJobDetails
404      //
405      this.lvJobDetails.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
406            this.chContent,
407            this.chDetails});
408      this.lvJobDetails.FullRowSelect = true;
409      this.lvJobDetails.GridLines = true;
410      this.lvJobDetails.Location = new System.Drawing.Point(17, 124);
411      this.lvJobDetails.Name = "lvJobDetails";
412      this.lvJobDetails.Size = new System.Drawing.Size(382, 243);
413      this.lvJobDetails.TabIndex = 17;
414      this.lvJobDetails.UseCompatibleStateImageBehavior = false;
415      this.lvJobDetails.View = System.Windows.Forms.View.Details;
416      //
417      // chContent
418      //
419      this.chContent.Text = "Content";
420      this.chContent.Width = 121;
421      //
422      // chDetails
423      //
424      this.chDetails.Text = "Details";
425      this.chDetails.Width = 255;
426      //
427      // lblProgress
428      //
429      this.lblProgress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
430      this.lblProgress.BackColor = System.Drawing.Color.Transparent;
431      this.lblProgress.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
432      this.lblProgress.Location = new System.Drawing.Point(252, 108);
433      this.lblProgress.Name = "lblProgress";
434      this.lblProgress.Size = new System.Drawing.Size(143, 13);
435      this.lblProgress.TabIndex = 8;
436      this.lblProgress.Text = "lblProgress";
437      this.lblProgress.TextAlign = System.Drawing.ContentAlignment.TopRight;
438      //
439      // lblStatus
440      //
441      this.lblStatus.AutoSize = true;
442      this.lblStatus.BackColor = System.Drawing.Color.Transparent;
443      this.lblStatus.Location = new System.Drawing.Point(14, 55);
444      this.lblStatus.Name = "lblStatus";
445      this.lblStatus.Size = new System.Drawing.Size(88, 13);
446      this.lblStatus.TabIndex = 7;
447      this.lblStatus.Text = "Statusinformation";
448      //
449      // progressJob
450      //
451      this.progressJob.Location = new System.Drawing.Point(17, 73);
452      this.progressJob.Name = "progressJob";
453      this.progressJob.Size = new System.Drawing.Size(382, 23);
454      this.progressJob.TabIndex = 6;
455      //
456      // lblJobName
457      //
458      this.lblJobName.AutoSize = true;
459      this.lblJobName.Location = new System.Drawing.Point(41, 13);
460      this.lblJobName.Name = "lblJobName";
461      this.lblJobName.Size = new System.Drawing.Size(62, 13);
462      this.lblJobName.TabIndex = 5;
463      this.lblJobName.Text = "lblJobName";
464      //
465      // pbJobControl
466      //
467      this.pbJobControl.Location = new System.Drawing.Point(3, 3);
468      this.pbJobControl.Name = "pbJobControl";
469      this.pbJobControl.Size = new System.Drawing.Size(32, 32);
470      this.pbJobControl.TabIndex = 3;
471      this.pbJobControl.TabStop = false;
472      //
473      // treeView2
474      //
475      this.treeView2.Dock = System.Windows.Forms.DockStyle.Fill;
476      this.treeView2.LineColor = System.Drawing.Color.Empty;
477      this.treeView2.Location = new System.Drawing.Point(0, 0);
478      this.treeView2.Name = "treeView2";
479      this.treeView2.Size = new System.Drawing.Size(139, 346);
480      this.treeView2.TabIndex = 0;
481      //
482      // listView2
483      //
484      this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
485      this.listView2.Location = new System.Drawing.Point(0, 0);
486      this.listView2.Name = "listView2";
487      this.listView2.Size = new System.Drawing.Size(494, 346);
488      this.listView2.TabIndex = 0;
489      this.listView2.UseCompatibleStateImageBehavior = false;
490      //
491      // timerSyncronize
492      //
493      this.timerSyncronize.Interval = 10000;
494      this.timerSyncronize.Tick += new System.EventHandler(this.TickSync);
495      //
496      // fileSystemWatcher1
497      //
498      this.fileSystemWatcher1.EnableRaisingEvents = true;
499      this.fileSystemWatcher1.SynchronizingObject = this;
500      //
501      // updaterWoker
502      //
503      this.updaterWoker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.updaterWoker_DoWork);
504      this.updaterWoker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.updaterWoker_RunWorkerCompleted);
505      //
506      // tpJobControl
507      //
508      this.tpJobControl.Controls.Add(this.scJobControl);
509      this.tpJobControl.Location = new System.Drawing.Point(4, 22);
510      this.tpJobControl.Name = "tpJobControl";
511      this.tpJobControl.Padding = new System.Windows.Forms.Padding(3);
512      this.tpJobControl.Size = new System.Drawing.Size(885, 392);
513      this.tpJobControl.TabIndex = 1;
514      this.tpJobControl.Text = "Job Control";
515      this.tpJobControl.UseVisualStyleBackColor = true;
516      //
517      // scJobControl
518      //
519      this.scJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
520      this.scJobControl.Location = new System.Drawing.Point(3, 3);
521      this.scJobControl.Name = "scJobControl";
522      //
523      // scJobControl.Panel1
524      //
525      this.scJobControl.Panel1.Controls.Add(this.calculatingJobTabControl);
526      //
527      // scJobControl.Panel2
528      //
529      this.scJobControl.Panel2.Controls.Add(this.plJobDetails);
530      this.scJobControl.Size = new System.Drawing.Size(879, 386);
531      this.scJobControl.SplitterDistance = 454;
532      this.scJobControl.TabIndex = 0;
533      //
534      // calculatingJobTabControl
535      //
536      this.calculatingJobTabControl.Controls.Add(this.calculatingJobTabPage);
537      this.calculatingJobTabControl.Controls.Add(this.finishedJobsTabPage);
538      this.calculatingJobTabControl.Controls.Add(this.offlineJobsTabPage);
539      this.calculatingJobTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
540      this.calculatingJobTabControl.Location = new System.Drawing.Point(0, 0);
541      this.calculatingJobTabControl.Name = "calculatingJobTabControl";
542      this.calculatingJobTabControl.SelectedIndex = 0;
543      this.calculatingJobTabControl.Size = new System.Drawing.Size(454, 386);
544      this.calculatingJobTabControl.TabIndex = 0;
545      //
546      // calculatingJobTabPage
547      //
548      this.calculatingJobTabPage.Controls.Add(this.splitContainer5);
549      this.calculatingJobTabPage.Location = new System.Drawing.Point(4, 22);
550      this.calculatingJobTabPage.Name = "calculatingJobTabPage";
551      this.calculatingJobTabPage.Padding = new System.Windows.Forms.Padding(3);
552      this.calculatingJobTabPage.Size = new System.Drawing.Size(446, 360);
553      this.calculatingJobTabPage.TabIndex = 2;
554      this.calculatingJobTabPage.Text = "Calculating Jobs";
555      this.calculatingJobTabPage.UseVisualStyleBackColor = true;
556      //
557      // splitContainer5
558      //
559      this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill;
560      this.splitContainer5.Location = new System.Drawing.Point(3, 3);
561      this.splitContainer5.Name = "splitContainer5";
562      this.splitContainer5.Orientation = System.Windows.Forms.Orientation.Horizontal;
563      //
564      // splitContainer5.Panel1
565      //
566      this.splitContainer5.Panel1.Controls.Add(this.cmb_calculatingJob_count);
567      this.splitContainer5.Panel1.Controls.Add(this.btn_calculatingJobs_next);
568      this.splitContainer5.Panel1.Controls.Add(this.btn_calculatingJobs_prev);
569      //
570      // splitContainer5.Panel2
571      //
572      this.splitContainer5.Panel2.Controls.Add(this.lv_calculatingJobs);
573      this.splitContainer5.Size = new System.Drawing.Size(440, 354);
574      this.splitContainer5.SplitterDistance = 28;
575      this.splitContainer5.TabIndex = 3;
576      //
577      // cmb_calculatingJob_count
578      //
579      this.cmb_calculatingJob_count.FormattingEnabled = true;
580      this.cmb_calculatingJob_count.Items.AddRange(new object[] {
581            "25",
582            "50",
583            "75",
584            "100"});
585      this.cmb_calculatingJob_count.Location = new System.Drawing.Point(165, 3);
586      this.cmb_calculatingJob_count.Name = "cmb_calculatingJob_count";
587      this.cmb_calculatingJob_count.Size = new System.Drawing.Size(48, 21);
588      this.cmb_calculatingJob_count.TabIndex = 2;
589      this.cmb_calculatingJob_count.SelectedIndexChanged += new System.EventHandler(this.cmb_count_SelectedIndexChanged);
590      //
591      // btn_calculatingJobs_next
592      //
593      this.btn_calculatingJobs_next.Location = new System.Drawing.Point(84, 3);
594      this.btn_calculatingJobs_next.Name = "btn_calculatingJobs_next";
595      this.btn_calculatingJobs_next.Size = new System.Drawing.Size(75, 23);
596      this.btn_calculatingJobs_next.TabIndex = 1;
597      this.btn_calculatingJobs_next.Text = "-->";
598      this.btn_calculatingJobs_next.UseVisualStyleBackColor = true;
599      this.btn_calculatingJobs_next.Click += new System.EventHandler(this.btn_next_Click);
600      //
601      // btn_calculatingJobs_prev
602      //
603      this.btn_calculatingJobs_prev.Location = new System.Drawing.Point(3, 3);
604      this.btn_calculatingJobs_prev.Name = "btn_calculatingJobs_prev";
605      this.btn_calculatingJobs_prev.Size = new System.Drawing.Size(75, 23);
606      this.btn_calculatingJobs_prev.TabIndex = 0;
607      this.btn_calculatingJobs_prev.Text = "<--";
608      this.btn_calculatingJobs_prev.UseVisualStyleBackColor = true;
609      this.btn_calculatingJobs_prev.Click += new System.EventHandler(this.btn_prev_Click);
610      //
611      // lv_calculatingJobs
612      //
613      this.lv_calculatingJobs.ContextMenuStrip = this.contextMenuJob;
614      this.lv_calculatingJobs.Dock = System.Windows.Forms.DockStyle.Fill;
615      this.lv_calculatingJobs.LargeImageList = this.ilLargeImgJob;
616      this.lv_calculatingJobs.Location = new System.Drawing.Point(0, 0);
617      this.lv_calculatingJobs.Name = "lv_calculatingJobs";
618      this.lv_calculatingJobs.Size = new System.Drawing.Size(440, 322);
619      this.lv_calculatingJobs.SmallImageList = this.ilSmallImgJob;
620      this.lv_calculatingJobs.TabIndex = 0;
621      this.lv_calculatingJobs.UseCompatibleStateImageBehavior = false;
622      this.lv_calculatingJobs.SelectedIndexChanged += new System.EventHandler(this.lv_Jobs_SelectedIndexChanged);
623      //
624      // contextMenuJob
625      //
626      this.contextMenuJob.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
627            this.menuItemGetSnapshot,
628            this.calcToolStripAbortItem});
629      this.contextMenuJob.Name = "contextMenuJob";
630      this.contextMenuJob.Size = new System.Drawing.Size(145, 48);
631      //
632      // offlineItemAbortJob
633      //
634      this.offlineItemAbortJob.Name = "offlineItemAbortJob";
635      this.offlineItemAbortJob.Size = new System.Drawing.Size(152, 22);
636      this.offlineItemAbortJob.Text = "Abort";
637      //
638      // menuItemGetSnapshot
639      //
640      this.menuItemGetSnapshot.Name = "menuItemGetSnapshot";
641      this.menuItemGetSnapshot.Size = new System.Drawing.Size(144, 22);
642      this.menuItemGetSnapshot.Text = "Get Snapshot";
643      //
644      // ilSmallImgJob
645      //
646      this.ilSmallImgJob.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilSmallImgJob.ImageStream")));
647      this.ilSmallImgJob.TransparentColor = System.Drawing.Color.Transparent;
648      this.ilSmallImgJob.Images.SetKeyName(0, "ok.png");
649      this.ilSmallImgJob.Images.SetKeyName(1, "Forward.png");
650      this.ilSmallImgJob.Images.SetKeyName(2, "pause.png");
651      //
652      // finishedJobsTabPage
653      //
654      this.finishedJobsTabPage.Controls.Add(this.splitContainer2);
655      this.finishedJobsTabPage.Location = new System.Drawing.Point(4, 22);
656      this.finishedJobsTabPage.Name = "finishedJobsTabPage";
657      this.finishedJobsTabPage.Padding = new System.Windows.Forms.Padding(3);
658      this.finishedJobsTabPage.Size = new System.Drawing.Size(446, 360);
659      this.finishedJobsTabPage.TabIndex = 0;
660      this.finishedJobsTabPage.Text = "Finished Jobs";
661      this.finishedJobsTabPage.UseVisualStyleBackColor = true;
662      //
663      // splitContainer2
664      //
665      this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
666      this.splitContainer2.Location = new System.Drawing.Point(3, 3);
667      this.splitContainer2.Name = "splitContainer2";
668      this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
669      //
670      // splitContainer2.Panel1
671      //
672      this.splitContainer2.Panel1.Controls.Add(this.cmb_finishedJob_count);
673      this.splitContainer2.Panel1.Controls.Add(this.btn_finishedJob_next);
674      this.splitContainer2.Panel1.Controls.Add(this.btn_finishedJob_prev);
675      //
676      // splitContainer2.Panel2
677      //
678      this.splitContainer2.Panel2.Controls.Add(this.lv_finishedJobs);
679      this.splitContainer2.Size = new System.Drawing.Size(440, 354);
680      this.splitContainer2.SplitterDistance = 28;
681      this.splitContainer2.TabIndex = 2;
682      //
683      // cmb_finishedJob_count
684      //
685      this.cmb_finishedJob_count.FormattingEnabled = true;
686      this.cmb_finishedJob_count.Items.AddRange(new object[] {
687            "25",
688            "50",
689            "75",
690            "100"});
691      this.cmb_finishedJob_count.Location = new System.Drawing.Point(165, 3);
692      this.cmb_finishedJob_count.Name = "cmb_finishedJob_count";
693      this.cmb_finishedJob_count.Size = new System.Drawing.Size(48, 21);
694      this.cmb_finishedJob_count.TabIndex = 2;
695      this.cmb_finishedJob_count.SelectedIndexChanged += new System.EventHandler(this.cmb_count_SelectedIndexChanged);
696      //
697      // btn_finishedJob_next
698      //
699      this.btn_finishedJob_next.Location = new System.Drawing.Point(84, 3);
700      this.btn_finishedJob_next.Name = "btn_finishedJob_next";
701      this.btn_finishedJob_next.Size = new System.Drawing.Size(75, 23);
702      this.btn_finishedJob_next.TabIndex = 1;
703      this.btn_finishedJob_next.Text = "-->";
704      this.btn_finishedJob_next.UseVisualStyleBackColor = true;
705      this.btn_finishedJob_next.Click += new System.EventHandler(this.btn_next_Click);
706      //
707      // btn_finishedJob_prev
708      //
709      this.btn_finishedJob_prev.Location = new System.Drawing.Point(3, 3);
710      this.btn_finishedJob_prev.Name = "btn_finishedJob_prev";
711      this.btn_finishedJob_prev.Size = new System.Drawing.Size(75, 23);
712      this.btn_finishedJob_prev.TabIndex = 0;
713      this.btn_finishedJob_prev.Text = "<--";
714      this.btn_finishedJob_prev.UseVisualStyleBackColor = true;
715      this.btn_finishedJob_prev.Click += new System.EventHandler(this.btn_prev_Click);
716      //
717      // lv_finishedJobs
718      //
719      this.lv_finishedJobs.Dock = System.Windows.Forms.DockStyle.Fill;
720      this.lv_finishedJobs.LargeImageList = this.ilLargeImgJob;
721      this.lv_finishedJobs.Location = new System.Drawing.Point(0, 0);
722      this.lv_finishedJobs.Name = "lv_finishedJobs";
723      this.lv_finishedJobs.Size = new System.Drawing.Size(440, 322);
724      this.lv_finishedJobs.SmallImageList = this.ilSmallImgJob;
725      this.lv_finishedJobs.TabIndex = 0;
726      this.lv_finishedJobs.UseCompatibleStateImageBehavior = false;
727      this.lv_finishedJobs.SelectedIndexChanged += new System.EventHandler(this.lv_Jobs_SelectedIndexChanged);
728      //
729      // offlineJobsTabPage
730      //
731      this.offlineJobsTabPage.Controls.Add(this.splitContainer4);
732      this.offlineJobsTabPage.Location = new System.Drawing.Point(4, 22);
733      this.offlineJobsTabPage.Name = "offlineJobsTabPage";
734      this.offlineJobsTabPage.Padding = new System.Windows.Forms.Padding(3);
735      this.offlineJobsTabPage.Size = new System.Drawing.Size(446, 360);
736      this.offlineJobsTabPage.TabIndex = 1;
737      this.offlineJobsTabPage.Text = "Offline Jobs";
738      this.offlineJobsTabPage.UseVisualStyleBackColor = true;
739      //
740      // splitContainer4
741      //
742      this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
743      this.splitContainer4.Location = new System.Drawing.Point(3, 3);
744      this.splitContainer4.Name = "splitContainer4";
745      this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
746      //
747      // splitContainer4.Panel1
748      //
749      this.splitContainer4.Panel1.Controls.Add(this.cmb_offlineJob_count);
750      this.splitContainer4.Panel1.Controls.Add(this.btn_offlineJob_next);
751      this.splitContainer4.Panel1.Controls.Add(this.btn_offlinejob_prev);
752      //
753      // splitContainer4.Panel2
754      //
755      this.splitContainer4.Panel2.Controls.Add(this.lv_offlineJobs);
756      this.splitContainer4.Size = new System.Drawing.Size(440, 354);
757      this.splitContainer4.SplitterDistance = 28;
758      this.splitContainer4.TabIndex = 3;
759      //
760      // cmb_offlineJob_count
761      //
762      this.cmb_offlineJob_count.FormattingEnabled = true;
763      this.cmb_offlineJob_count.Items.AddRange(new object[] {
764            "25",
765            "50",
766            "75",
767            "100"});
768      this.cmb_offlineJob_count.Location = new System.Drawing.Point(165, 3);
769      this.cmb_offlineJob_count.Name = "cmb_offlineJob_count";
770      this.cmb_offlineJob_count.Size = new System.Drawing.Size(48, 21);
771      this.cmb_offlineJob_count.TabIndex = 2;
772      this.cmb_offlineJob_count.SelectedIndexChanged += new System.EventHandler(this.cmb_count_SelectedIndexChanged);
773      //
774      // btn_offlineJob_next
775      //
776      this.btn_offlineJob_next.Location = new System.Drawing.Point(84, 3);
777      this.btn_offlineJob_next.Name = "btn_offlineJob_next";
778      this.btn_offlineJob_next.Size = new System.Drawing.Size(75, 23);
779      this.btn_offlineJob_next.TabIndex = 1;
780      this.btn_offlineJob_next.Text = "-->";
781      this.btn_offlineJob_next.UseVisualStyleBackColor = true;
782      this.btn_offlineJob_next.Click += new System.EventHandler(this.btn_next_Click);
783      //
784      // btn_offlinejob_prev
785      //
786      this.btn_offlinejob_prev.Location = new System.Drawing.Point(3, 3);
787      this.btn_offlinejob_prev.Name = "btn_offlinejob_prev";
788      this.btn_offlinejob_prev.Size = new System.Drawing.Size(75, 23);
789      this.btn_offlinejob_prev.TabIndex = 0;
790      this.btn_offlinejob_prev.Text = "<--";
791      this.btn_offlinejob_prev.UseVisualStyleBackColor = true;
792      this.btn_offlinejob_prev.Click += new System.EventHandler(this.btn_prev_Click);
793      //
794      // lv_offlineJobs
795      //
796      this.lv_offlineJobs.ContextMenuStrip = this.AbortContextMenuStrip;
797      this.lv_offlineJobs.Dock = System.Windows.Forms.DockStyle.Fill;
798      this.lv_offlineJobs.LargeImageList = this.ilLargeImgJob;
799      this.lv_offlineJobs.Location = new System.Drawing.Point(0, 0);
800      this.lv_offlineJobs.Name = "lv_offlineJobs";
801      this.lv_offlineJobs.Size = new System.Drawing.Size(440, 322);
802      this.lv_offlineJobs.SmallImageList = this.ilSmallImgJob;
803      this.lv_offlineJobs.TabIndex = 0;
804      this.lv_offlineJobs.UseCompatibleStateImageBehavior = false;
805      this.lv_offlineJobs.SelectedIndexChanged += new System.EventHandler(this.lv_Jobs_SelectedIndexChanged);
806      //
807      // AbortContextMenuStrip
808      //
809      this.AbortContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
810            this.offlineItemAbortJob});
811      this.AbortContextMenuStrip.Name = "AbortContextMenuStrip";
812      this.AbortContextMenuStrip.Size = new System.Drawing.Size(105, 26);
813      //
814      // ilSmallImgClient
815      //
816      this.ilSmallImgClient.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilSmallImgClient.ImageStream")));
817      this.ilSmallImgClient.TransparentColor = System.Drawing.Color.Transparent;
818      this.ilSmallImgClient.Images.SetKeyName(0, "monitor-green.png");
819      this.ilSmallImgClient.Images.SetKeyName(1, "monitor-orange.png");
820      this.ilSmallImgClient.Images.SetKeyName(2, "monitor-red.png");
821      this.ilSmallImgClient.Images.SetKeyName(3, "monitor-gray.png");
822      //
823      // tpClientControl
824      //
825      this.tpClientControl.AllowDrop = true;
826      this.tpClientControl.Controls.Add(this.scClientControl);
827      this.tpClientControl.Location = new System.Drawing.Point(4, 22);
828      this.tpClientControl.Name = "tpClientControl";
829      this.tpClientControl.Padding = new System.Windows.Forms.Padding(3);
830      this.tpClientControl.Size = new System.Drawing.Size(885, 392);
831      this.tpClientControl.TabIndex = 0;
832      this.tpClientControl.Text = "Client Control";
833      this.tpClientControl.UseVisualStyleBackColor = true;
834      //
835      // scClientControl
836      //
837      this.scClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
838      this.scClientControl.Location = new System.Drawing.Point(3, 3);
839      this.scClientControl.Name = "scClientControl";
840      //
841      // scClientControl.Panel1
842      //
843      this.scClientControl.Panel1.Controls.Add(this.splitContainer1);
844      //
845      // scClientControl.Panel2
846      //
847      this.scClientControl.Panel2.Controls.Add(this.plClientDetails);
848      this.scClientControl.Size = new System.Drawing.Size(879, 386);
849      this.scClientControl.SplitterDistance = 454;
850      this.scClientControl.TabIndex = 0;
851      //
852      // splitContainer1
853      //
854      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
855      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
856      this.splitContainer1.Name = "splitContainer1";
857      //
858      // splitContainer1.Panel1
859      //
860      this.splitContainer1.Panel1.Controls.Add(this.btnRefresh);
861      this.splitContainer1.Panel1.Controls.Add(this.tvClientControl);
862      //
863      // splitContainer1.Panel2
864      //
865      this.splitContainer1.Panel2.Controls.Add(this.lvClientControl);
866      this.splitContainer1.Size = new System.Drawing.Size(454, 386);
867      this.splitContainer1.SplitterDistance = 151;
868      this.splitContainer1.TabIndex = 0;
869      //
870      // btnRefresh
871      //
872      this.btnRefresh.Dock = System.Windows.Forms.DockStyle.Fill;
873      this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
874      this.btnRefresh.Location = new System.Drawing.Point(0, 357);
875      this.btnRefresh.Name = "btnRefresh";
876      this.btnRefresh.Size = new System.Drawing.Size(151, 29);
877      this.btnRefresh.TabIndex = 1;
878      this.btnRefresh.UseVisualStyleBackColor = true;
879      this.btnRefresh.Click += new System.EventHandler(this.Refresh_Click);
880      //
881      // tvClientControl
882      //
883      this.tvClientControl.AllowDrop = true;
884      this.tvClientControl.ContextMenuStrip = this.contextMenuGroup;
885      this.tvClientControl.Dock = System.Windows.Forms.DockStyle.Top;
886      this.tvClientControl.Location = new System.Drawing.Point(0, 0);
887      this.tvClientControl.Name = "tvClientControl";
888      this.tvClientControl.Size = new System.Drawing.Size(151, 357);
889      this.tvClientControl.TabIndex = 0;
890      this.tvClientControl.DragLeave += new System.EventHandler(this.tvClientControl_DragLeave);
891      this.tvClientControl.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tvClientControl_MouseUp);
892      this.tvClientControl.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvClientControl_NodeMouseClick);
893      //
894      // contextMenuGroup
895      //
896      this.contextMenuGroup.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
897            this.menuItemAddGroup,
898            this.menuItemDeleteGroup,
899            this.menuItemOpenCalendar});
900      this.contextMenuGroup.Name = "contextMenuJob";
901      this.contextMenuGroup.Size = new System.Drawing.Size(154, 70);
902      //
903      // menuItemAddGroup
904      //
905      this.menuItemAddGroup.Name = "menuItemAddGroup";
906      this.menuItemAddGroup.Size = new System.Drawing.Size(153, 22);
907      this.menuItemAddGroup.Text = "Add Group";
908      //
909      // menuItemDeleteGroup
910      //
911      this.menuItemDeleteGroup.Name = "menuItemDeleteGroup";
912      this.menuItemDeleteGroup.Size = new System.Drawing.Size(153, 22);
913      this.menuItemDeleteGroup.Text = "Delete Group";
914      //
915      // menuItemOpenCalendar
916      //
917      this.menuItemOpenCalendar.Name = "menuItemOpenCalendar";
918      this.menuItemOpenCalendar.Size = new System.Drawing.Size(153, 22);
919      this.menuItemOpenCalendar.Text = "Open Calendar";
920      //
921      // lvClientControl
922      //
923      this.lvClientControl.AllowDrop = true;
924      this.lvClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
925      this.lvClientControl.ImeMode = System.Windows.Forms.ImeMode.Off;
926      this.lvClientControl.LargeImageList = this.ilLargeImgClient;
927      this.lvClientControl.Location = new System.Drawing.Point(0, 0);
928      this.lvClientControl.Name = "lvClientControl";
929      this.lvClientControl.Size = new System.Drawing.Size(299, 386);
930      this.lvClientControl.SmallImageList = this.ilSmallImgClient;
931      this.lvClientControl.TabIndex = 0;
932      this.lvClientControl.UseCompatibleStateImageBehavior = false;
933      this.lvClientControl.Click += new System.EventHandler(this.OnLVClientClicked);
934      //
935      // tcManagementConsole
936      //
937      this.tcManagementConsole.Controls.Add(this.tpClientControl);
938      this.tcManagementConsole.Controls.Add(this.tpJobControl);
939      this.tcManagementConsole.Dock = System.Windows.Forms.DockStyle.Fill;
940      this.tcManagementConsole.Location = new System.Drawing.Point(0, 24);
941      this.tcManagementConsole.Name = "tcManagementConsole";
942      this.tcManagementConsole.SelectedIndex = 0;
943      this.tcManagementConsole.Size = new System.Drawing.Size(893, 418);
944      this.tcManagementConsole.TabIndex = 1;
945      //
946      // checkBox1
947      //
948      this.checkBox1.AutoSize = true;
949      this.checkBox1.Location = new System.Drawing.Point(149, 114);
950      this.checkBox1.Name = "checkBox1";
951      this.checkBox1.Size = new System.Drawing.Size(80, 17);
952      this.checkBox1.TabIndex = 0;
953      this.checkBox1.Text = "checkBox1";
954      this.checkBox1.UseVisualStyleBackColor = true;
955      //
956      // splitContainer3
957      //
958      this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
959      this.splitContainer3.Location = new System.Drawing.Point(3, 3);
960      this.splitContainer3.Name = "splitContainer3";
961      this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
962      //
963      // splitContainer3.Panel1
964      //
965      this.splitContainer3.Panel1.Controls.Add(this.comboBox1);
966      this.splitContainer3.Panel1.Controls.Add(this.button1);
967      this.splitContainer3.Panel1.Controls.Add(this.button2);
968      //
969      // splitContainer3.Panel2
970      //
971      this.splitContainer3.Panel2.Controls.Add(this.listView1);
972      this.splitContainer3.Size = new System.Drawing.Size(440, 354);
973      this.splitContainer3.SplitterDistance = 28;
974      this.splitContainer3.TabIndex = 2;
975      //
976      // comboBox1
977      //
978      this.comboBox1.FormattingEnabled = true;
979      this.comboBox1.Items.AddRange(new object[] {
980            "25",
981            "50",
982            "75",
983            "100"});
984      this.comboBox1.Location = new System.Drawing.Point(165, 3);
985      this.comboBox1.Name = "comboBox1";
986      this.comboBox1.Size = new System.Drawing.Size(48, 21);
987      this.comboBox1.TabIndex = 2;
988      //
989      // button1
990      //
991      this.button1.Location = new System.Drawing.Point(84, 3);
992      this.button1.Name = "button1";
993      this.button1.Size = new System.Drawing.Size(75, 23);
994      this.button1.TabIndex = 1;
995      this.button1.Text = "-->";
996      this.button1.UseVisualStyleBackColor = true;
997      //
998      // button2
999      //
1000      this.button2.Location = new System.Drawing.Point(3, 3);
1001      this.button2.Name = "button2";
1002      this.button2.Size = new System.Drawing.Size(75, 23);
1003      this.button2.TabIndex = 0;
1004      this.button2.Text = "<--";
1005      this.button2.UseVisualStyleBackColor = true;
1006      //
1007      // listView1
1008      //
1009      this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
1010      this.listView1.LargeImageList = this.ilLargeImgJob;
1011      this.listView1.Location = new System.Drawing.Point(0, 0);
1012      this.listView1.Name = "listView1";
1013      this.listView1.Size = new System.Drawing.Size(440, 322);
1014      this.listView1.SmallImageList = this.ilSmallImgJob;
1015      this.listView1.TabIndex = 0;
1016      this.listView1.UseCompatibleStateImageBehavior = false;
1017      //
1018      // toolStripMenuItem1
1019      //
1020      this.toolStripMenuItem1.Name = "toolStripMenuItem1";
1021      this.toolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
1022      this.toolStripMenuItem1.Text = "Abort";
1023      //
1024      // calcToolStripAbortItem
1025      //
1026      this.calcToolStripAbortItem.Name = "calcToolStripAbortItem";
1027      this.calcToolStripAbortItem.Size = new System.Drawing.Size(144, 22);
1028      this.calcToolStripAbortItem.Text = "Abort";
1029      //
1030      // HiveServerManagementConsole
1031      //
1032      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1033      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1034      this.ClientSize = new System.Drawing.Size(893, 442);
1035      this.Controls.Add(this.tcManagementConsole);
1036      this.Controls.Add(this.menuStrip1);
1037      this.MainMenuStrip = this.menuStrip1;
1038      this.Name = "HiveServerManagementConsole";
1039      this.Text = "Management Console";
1040      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.HiveServerConsoleInformation_FormClosing);
1041      this.menuStrip1.ResumeLayout(false);
1042      this.menuStrip1.PerformLayout();
1043      this.plClientDetails.ResumeLayout(false);
1044      this.plClientDetails.PerformLayout();
1045      ((System.ComponentModel.ISupportInitialize)(this.pbClientControl)).EndInit();
1046      this.plUserDetails.ResumeLayout(false);
1047      this.plUserDetails.PerformLayout();
1048      ((System.ComponentModel.ISupportInitialize)(this.pbUserControl)).EndInit();
1049      this.plJobDetails.ResumeLayout(false);
1050      this.plJobDetails.PerformLayout();
1051      ((System.ComponentModel.ISupportInitialize)(this.pbJobControl)).EndInit();
1052      ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
1053      this.tpJobControl.ResumeLayout(false);
1054      this.scJobControl.Panel1.ResumeLayout(false);
1055      this.scJobControl.Panel2.ResumeLayout(false);
1056      this.scJobControl.ResumeLayout(false);
1057      this.calculatingJobTabControl.ResumeLayout(false);
1058      this.calculatingJobTabPage.ResumeLayout(false);
1059      this.splitContainer5.Panel1.ResumeLayout(false);
1060      this.splitContainer5.Panel2.ResumeLayout(false);
1061      this.splitContainer5.ResumeLayout(false);
1062      this.contextMenuJob.ResumeLayout(false);
1063      this.finishedJobsTabPage.ResumeLayout(false);
1064      this.splitContainer2.Panel1.ResumeLayout(false);
1065      this.splitContainer2.Panel2.ResumeLayout(false);
1066      this.splitContainer2.ResumeLayout(false);
1067      this.offlineJobsTabPage.ResumeLayout(false);
1068      this.splitContainer4.Panel1.ResumeLayout(false);
1069      this.splitContainer4.Panel2.ResumeLayout(false);
1070      this.splitContainer4.ResumeLayout(false);
1071      this.AbortContextMenuStrip.ResumeLayout(false);
1072      this.tpClientControl.ResumeLayout(false);
1073      this.scClientControl.Panel1.ResumeLayout(false);
1074      this.scClientControl.Panel2.ResumeLayout(false);
1075      this.scClientControl.ResumeLayout(false);
1076      this.splitContainer1.Panel1.ResumeLayout(false);
1077      this.splitContainer1.Panel2.ResumeLayout(false);
1078      this.splitContainer1.ResumeLayout(false);
1079      this.contextMenuGroup.ResumeLayout(false);
1080      this.tcManagementConsole.ResumeLayout(false);
1081      this.splitContainer3.Panel1.ResumeLayout(false);
1082      this.splitContainer3.Panel2.ResumeLayout(false);
1083      this.splitContainer3.ResumeLayout(false);
1084      this.ResumeLayout(false);
1085      this.PerformLayout();
1086
1087    }
1088
1089    #endregion
1090
1091    private System.Windows.Forms.MenuStrip menuStrip1;
1092    private System.Windows.Forms.ToolStripMenuItem informationToolStripMenuItem;
1093    private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
1094    private System.Windows.Forms.TreeView treeView2;
1095    private System.Windows.Forms.ListView listView2;
1096    private System.Windows.Forms.ImageList ilLargeImgClient;
1097    private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem;
1098    private System.Windows.Forms.ToolStripMenuItem jobToolStripMenuItem;
1099    private System.Windows.Forms.Timer timerSyncronize;
1100    private System.Windows.Forms.ImageList ilLargeImgJob;
1101    private System.Windows.Forms.Panel plClientDetails;
1102    private System.Windows.Forms.PictureBox pbClientControl;
1103    private System.Windows.Forms.Label lblClientName;
1104    private System.Windows.Forms.Label lblLoginOn;
1105    private System.Windows.Forms.Label lblLogin;
1106    private System.Windows.Forms.Panel plJobDetails;
1107    private System.Windows.Forms.Label lblJobName;
1108    private System.Windows.Forms.PictureBox pbJobControl;
1109    private System.Windows.Forms.Panel plUserDetails;
1110    private System.Windows.Forms.Label lblUserName;
1111    private System.Windows.Forms.Button btnUserControlClose;
1112    private System.Windows.Forms.PictureBox pbUserControl;
1113    private System.Windows.Forms.ProgressBar progressJob;
1114    private System.IO.FileSystemWatcher fileSystemWatcher1;
1115    private System.Windows.Forms.Label lblStatus;
1116    private System.Windows.Forms.Label lblProgress;
1117    private System.Windows.Forms.Label lblStateClient;
1118    private System.Windows.Forms.Label lblState;
1119    private System.ComponentModel.BackgroundWorker updaterWoker;
1120    private System.Windows.Forms.TabControl tcManagementConsole;
1121    private System.Windows.Forms.TabPage tpClientControl;
1122    private System.Windows.Forms.SplitContainer scClientControl;
1123    private System.Windows.Forms.ListView lvClientControl;
1124    private System.Windows.Forms.TabPage tpJobControl;
1125    private System.Windows.Forms.SplitContainer scJobControl;
1126    private System.Windows.Forms.CheckBox checkBox1;
1127    private System.Windows.Forms.ContextMenuStrip contextMenuJob;
1128    private System.Windows.Forms.ToolStripMenuItem offlineItemAbortJob;
1129    private System.Windows.Forms.ToolStripMenuItem menuItemGetSnapshot;
1130    private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
1131    private System.Windows.Forms.ToolStripMenuItem largeIconsToolStripMenuItem;
1132    private System.Windows.Forms.ToolStripMenuItem smallIconsToolStripMenuItem;
1133    private System.Windows.Forms.ToolStripMenuItem listToolStripMenuItem;
1134    private System.Windows.Forms.ImageList ilSmallImgClient;
1135    private System.Windows.Forms.ImageList ilSmallImgJob;
1136    private System.Windows.Forms.SplitContainer splitContainer1;
1137    private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem;
1138    private System.Windows.Forms.ListView lvJobDetails;
1139    private System.Windows.Forms.ColumnHeader chContent;
1140    private System.Windows.Forms.ColumnHeader chDetails;
1141    private System.Windows.Forms.Button btnRefresh;
1142    private System.Windows.Forms.TreeView tvClientControl;
1143    private System.Windows.Forms.ContextMenuStrip contextMenuGroup;
1144    private System.Windows.Forms.ToolStripMenuItem menuItemAddGroup;
1145    private System.Windows.Forms.ToolStripMenuItem menuItemDeleteGroup;
1146    private System.Windows.Forms.ToolStripMenuItem groupToolStripMenuItem;
1147    private System.Windows.Forms.ToolStripMenuItem projectToolStripMenuItem;
1148    private System.Windows.Forms.ToolStripMenuItem menuItemOpenCalendar;
1149    private System.Windows.Forms.TabControl calculatingJobTabControl;
1150    private System.Windows.Forms.TabPage finishedJobsTabPage;
1151    private System.Windows.Forms.TabPage offlineJobsTabPage;
1152    private System.Windows.Forms.TabPage calculatingJobTabPage;
1153    private System.Windows.Forms.SplitContainer splitContainer2;
1154    private System.Windows.Forms.Button btn_finishedJob_next;
1155    private System.Windows.Forms.Button btn_finishedJob_prev;
1156    private System.Windows.Forms.ComboBox cmb_finishedJob_count;
1157    private System.Windows.Forms.ListView lv_finishedJobs;
1158    private System.Windows.Forms.SplitContainer splitContainer3;
1159    private System.Windows.Forms.ComboBox comboBox1;
1160    private System.Windows.Forms.Button button1;
1161    private System.Windows.Forms.Button button2;
1162    private System.Windows.Forms.ListView listView1;
1163    private System.Windows.Forms.SplitContainer splitContainer5;
1164    private System.Windows.Forms.ComboBox cmb_calculatingJob_count;
1165    private System.Windows.Forms.Button btn_calculatingJobs_next;
1166    private System.Windows.Forms.Button btn_calculatingJobs_prev;
1167    private System.Windows.Forms.ListView lv_calculatingJobs;
1168    private System.Windows.Forms.SplitContainer splitContainer4;
1169    private System.Windows.Forms.ComboBox cmb_offlineJob_count;
1170    private System.Windows.Forms.Button btn_offlineJob_next;
1171    private System.Windows.Forms.Button btn_offlinejob_prev;
1172    private System.Windows.Forms.ListView lv_offlineJobs;
1173    private System.Windows.Forms.ContextMenuStrip AbortContextMenuStrip;
1174    private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
1175    private System.Windows.Forms.ToolStripMenuItem calcToolStripAbortItem;
1176  }
1177}
Note: See TracBrowser for help on using the repository browser.