Free cookie consent management tool by TermsFeed Policy Generator

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

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

contextmenu is on place where clicked
Add project form
expand add job form
(#626)

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