Free cookie consent management tool by TermsFeed Policy Generator

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

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

updated details panels, onclick methods on TreeView (#452)

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