Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1126


Ignore:
Timestamp:
01/14/09 17:09:23 (15 years ago)
Author:
aleitner
Message:

updated job-detail panel (#452)

Location:
trunk/sources/HeuristicLab.Hive.Server.Console
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Console/HiveServerManagementConsole.Designer.cs

    r1098 r1126  
    4343      this.scJobControl = new System.Windows.Forms.SplitContainer();
    4444      this.tvJobControl = new System.Windows.Forms.TreeView();
    45       this.lvJobControl = new System.Windows.Forms.ListView();
    46       this.ilJobControl = new System.Windows.Forms.ImageList(this.components);
     45      this.plJobDetails = new System.Windows.Forms.Panel();
     46      this.lblPriorityJob = new System.Windows.Forms.Label();
     47      this.lblParentJob = new System.Windows.Forms.Label();
     48      this.lblClientCalculating = new System.Windows.Forms.Label();
     49      this.lblJobCalculationEnd = new System.Windows.Forms.Label();
     50      this.lblJobCalculationBegin = new System.Windows.Forms.Label();
     51      this.lblJobCreated = new System.Windows.Forms.Label();
     52      this.lblUserCreatedJob = new System.Windows.Forms.Label();
     53      this.lblProgress = new System.Windows.Forms.Label();
     54      this.lblStatus = new System.Windows.Forms.Label();
     55      this.progressJob = new System.Windows.Forms.ProgressBar();
     56      this.lblJobName = new System.Windows.Forms.Label();
     57      this.btnJobDetailClose = new System.Windows.Forms.Button();
     58      this.pbJobControl = new System.Windows.Forms.PictureBox();
    4759      this.tpUserControl = new System.Windows.Forms.TabPage();
    4860      this.scUserControl = new System.Windows.Forms.SplitContainer();
    4961      this.tvUserControl = new System.Windows.Forms.TreeView();
     62      this.lvUserControl = new System.Windows.Forms.ListView();
     63      this.ilUserControl = new System.Windows.Forms.ImageList(this.components);
     64      this.plClientDetails = new System.Windows.Forms.Panel();
     65      this.lblLogin = new System.Windows.Forms.Label();
     66      this.lblLoginOn = new System.Windows.Forms.Label();
     67      this.lblClientName = new System.Windows.Forms.Label();
     68      this.btnClientDetailClose = new System.Windows.Forms.Button();
     69      this.pbClientControl = new System.Windows.Forms.PictureBox();
    5070      this.plUserDetails = new System.Windows.Forms.Panel();
    5171      this.lblUserName = new System.Windows.Forms.Label();
    5272      this.btnUserControlClose = new System.Windows.Forms.Button();
    5373      this.pbUserControl = new System.Windows.Forms.PictureBox();
    54       this.lvUserControl = new System.Windows.Forms.ListView();
    55       this.ilUserControl = new System.Windows.Forms.ImageList(this.components);
    56       this.plJobDetails = new System.Windows.Forms.Panel();
    57       this.lblJobName = new System.Windows.Forms.Label();
    58       this.btnJobDetailClose = new System.Windows.Forms.Button();
    59       this.pbJobControl = new System.Windows.Forms.PictureBox();
    60       this.plClientDetails = new System.Windows.Forms.Panel();
    61       this.lblLogin = new System.Windows.Forms.Label();
    62       this.label1 = new System.Windows.Forms.Label();
    63       this.lblClientName = new System.Windows.Forms.Label();
    64       this.btnClientDetailClose = new System.Windows.Forms.Button();
    65       this.pbClientControl = new System.Windows.Forms.PictureBox();
     74      this.lvJobControl = new System.Windows.Forms.ListView();
     75      this.ilJobControl = new System.Windows.Forms.ImageList(this.components);
    6676      this.treeView2 = new System.Windows.Forms.TreeView();
    6777      this.listView2 = new System.Windows.Forms.ListView();
    6878      this.timerSyncronize = new System.Windows.Forms.Timer(this.components);
     79      this.fileSystemWatcher1 = new System.IO.FileSystemWatcher();
    6980      this.menuStrip1.SuspendLayout();
    7081      this.tcManagementConsole.SuspendLayout();
     
    7788      this.scJobControl.Panel2.SuspendLayout();
    7889      this.scJobControl.SuspendLayout();
     90      this.plJobDetails.SuspendLayout();
     91      ((System.ComponentModel.ISupportInitialize)(this.pbJobControl)).BeginInit();
    7992      this.tpUserControl.SuspendLayout();
    8093      this.scUserControl.Panel1.SuspendLayout();
    8194      this.scUserControl.Panel2.SuspendLayout();
    8295      this.scUserControl.SuspendLayout();
     96      this.plClientDetails.SuspendLayout();
     97      ((System.ComponentModel.ISupportInitialize)(this.pbClientControl)).BeginInit();
    8398      this.plUserDetails.SuspendLayout();
    8499      ((System.ComponentModel.ISupportInitialize)(this.pbUserControl)).BeginInit();
    85       this.plJobDetails.SuspendLayout();
    86       ((System.ComponentModel.ISupportInitialize)(this.pbJobControl)).BeginInit();
    87       this.plClientDetails.SuspendLayout();
    88       ((System.ComponentModel.ISupportInitialize)(this.pbClientControl)).BeginInit();
     100      ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
    89101      this.SuspendLayout();
    90102      //
     
    262274      this.tvJobControl.TabIndex = 2;
    263275      //
     276      // plJobDetails
     277      //
     278      this.plJobDetails.BackColor = System.Drawing.SystemColors.Window;
     279      this.plJobDetails.Controls.Add(this.lblPriorityJob);
     280      this.plJobDetails.Controls.Add(this.lblParentJob);
     281      this.plJobDetails.Controls.Add(this.lblClientCalculating);
     282      this.plJobDetails.Controls.Add(this.lblJobCalculationEnd);
     283      this.plJobDetails.Controls.Add(this.lblJobCalculationBegin);
     284      this.plJobDetails.Controls.Add(this.lblJobCreated);
     285      this.plJobDetails.Controls.Add(this.lblUserCreatedJob);
     286      this.plJobDetails.Controls.Add(this.lblProgress);
     287      this.plJobDetails.Controls.Add(this.lblStatus);
     288      this.plJobDetails.Controls.Add(this.progressJob);
     289      this.plJobDetails.Controls.Add(this.lblJobName);
     290      this.plJobDetails.Controls.Add(this.btnJobDetailClose);
     291      this.plJobDetails.Controls.Add(this.pbJobControl);
     292      this.plJobDetails.Dock = System.Windows.Forms.DockStyle.Fill;
     293      this.plJobDetails.Location = new System.Drawing.Point(0, 0);
     294      this.plJobDetails.Name = "plJobDetails";
     295      this.plJobDetails.Size = new System.Drawing.Size(494, 346);
     296      this.plJobDetails.TabIndex = 1;
     297      //
     298      // lblPriorityJob
     299      //
     300      this.lblPriorityJob.AutoSize = true;
     301      this.lblPriorityJob.Location = new System.Drawing.Point(17, 213);
     302      this.lblPriorityJob.Name = "lblPriorityJob";
     303      this.lblPriorityJob.Size = new System.Drawing.Size(0, 13);
     304      this.lblPriorityJob.TabIndex = 15;
     305      //
     306      // lblParentJob
     307      //
     308      this.lblParentJob.AutoSize = true;
     309      this.lblParentJob.Location = new System.Drawing.Point(17, 188);
     310      this.lblParentJob.Name = "lblParentJob";
     311      this.lblParentJob.Size = new System.Drawing.Size(0, 13);
     312      this.lblParentJob.TabIndex = 14;
     313      //
     314      // lblClientCalculating
     315      //
     316      this.lblClientCalculating.AutoSize = true;
     317      this.lblClientCalculating.Location = new System.Drawing.Point(17, 284);
     318      this.lblClientCalculating.Name = "lblClientCalculating";
     319      this.lblClientCalculating.Size = new System.Drawing.Size(0, 13);
     320      this.lblClientCalculating.TabIndex = 13;
     321      //
     322      // lblJobCalculationEnd
     323      //
     324      this.lblJobCalculationEnd.AutoSize = true;
     325      this.lblJobCalculationEnd.Location = new System.Drawing.Point(17, 259);
     326      this.lblJobCalculationEnd.Name = "lblJobCalculationEnd";
     327      this.lblJobCalculationEnd.Size = new System.Drawing.Size(0, 13);
     328      this.lblJobCalculationEnd.TabIndex = 12;
     329      //
     330      // lblJobCalculationBegin
     331      //
     332      this.lblJobCalculationBegin.AutoSize = true;
     333      this.lblJobCalculationBegin.Location = new System.Drawing.Point(17, 236);
     334      this.lblJobCalculationBegin.Name = "lblJobCalculationBegin";
     335      this.lblJobCalculationBegin.Size = new System.Drawing.Size(0, 13);
     336      this.lblJobCalculationBegin.TabIndex = 11;
     337      //
     338      // lblJobCreated
     339      //
     340      this.lblJobCreated.AutoSize = true;
     341      this.lblJobCreated.Location = new System.Drawing.Point(17, 164);
     342      this.lblJobCreated.Name = "lblJobCreated";
     343      this.lblJobCreated.Size = new System.Drawing.Size(0, 13);
     344      this.lblJobCreated.TabIndex = 10;
     345      //
     346      // lblUserCreatedJob
     347      //
     348      this.lblUserCreatedJob.AutoSize = true;
     349      this.lblUserCreatedJob.Location = new System.Drawing.Point(17, 142);
     350      this.lblUserCreatedJob.Name = "lblUserCreatedJob";
     351      this.lblUserCreatedJob.Size = new System.Drawing.Size(0, 13);
     352      this.lblUserCreatedJob.TabIndex = 9;
     353      //
     354      // lblProgress
     355      //
     356      this.lblProgress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     357      this.lblProgress.AutoSize = true;
     358      this.lblProgress.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     359      this.lblProgress.Location = new System.Drawing.Point(361, 99);
     360      this.lblProgress.Name = "lblProgress";
     361      this.lblProgress.Size = new System.Drawing.Size(58, 13);
     362      this.lblProgress.TabIndex = 8;
     363      this.lblProgress.Text = "lblProgress";
     364      this.lblProgress.TextAlign = System.Drawing.ContentAlignment.TopRight;
     365      //
     366      // lblStatus
     367      //
     368      this.lblStatus.AutoSize = true;
     369      this.lblStatus.Location = new System.Drawing.Point(14, 57);
     370      this.lblStatus.Name = "lblStatus";
     371      this.lblStatus.Size = new System.Drawing.Size(88, 13);
     372      this.lblStatus.TabIndex = 7;
     373      this.lblStatus.Text = "Statusinformation";
     374      //
     375      // progressJob
     376      //
     377      this.progressJob.Location = new System.Drawing.Point(17, 73);
     378      this.progressJob.Name = "progressJob";
     379      this.progressJob.Size = new System.Drawing.Size(452, 23);
     380      this.progressJob.TabIndex = 6;
     381      //
     382      // lblJobName
     383      //
     384      this.lblJobName.AutoSize = true;
     385      this.lblJobName.Location = new System.Drawing.Point(41, 13);
     386      this.lblJobName.Name = "lblJobName";
     387      this.lblJobName.Size = new System.Drawing.Size(62, 13);
     388      this.lblJobName.TabIndex = 5;
     389      this.lblJobName.Text = "lblJobName";
     390      //
     391      // btnJobDetailClose
     392      //
     393      this.btnJobDetailClose.Location = new System.Drawing.Point(414, 3);
     394      this.btnJobDetailClose.Name = "btnJobDetailClose";
     395      this.btnJobDetailClose.Size = new System.Drawing.Size(75, 23);
     396      this.btnJobDetailClose.TabIndex = 4;
     397      this.btnJobDetailClose.Text = "Close";
     398      this.btnJobDetailClose.UseVisualStyleBackColor = true;
     399      this.btnJobDetailClose.Click += new System.EventHandler(this.btnJobDetailClose_Click);
     400      //
     401      // pbJobControl
     402      //
     403      this.pbJobControl.Location = new System.Drawing.Point(3, 3);
     404      this.pbJobControl.Name = "pbJobControl";
     405      this.pbJobControl.Size = new System.Drawing.Size(32, 32);
     406      this.pbJobControl.TabIndex = 3;
     407      this.pbJobControl.TabStop = false;
     408      //
     409      // tpUserControl
     410      //
     411      this.tpUserControl.Controls.Add(this.scUserControl);
     412      this.tpUserControl.Location = new System.Drawing.Point(4, 22);
     413      this.tpUserControl.Name = "tpUserControl";
     414      this.tpUserControl.Padding = new System.Windows.Forms.Padding(3);
     415      this.tpUserControl.Size = new System.Drawing.Size(643, 352);
     416      this.tpUserControl.TabIndex = 2;
     417      this.tpUserControl.Text = "User Control";
     418      this.tpUserControl.UseVisualStyleBackColor = true;
     419      //
     420      // scUserControl
     421      //
     422      this.scUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
     423      this.scUserControl.Location = new System.Drawing.Point(3, 3);
     424      this.scUserControl.Name = "scUserControl";
     425      //
     426      // scUserControl.Panel1
     427      //
     428      this.scUserControl.Panel1.Controls.Add(this.tvUserControl);
     429      //
     430      // scUserControl.Panel2
     431      //
     432      this.scUserControl.Panel2.Controls.Add(this.lvUserControl);
     433      this.scUserControl.Size = new System.Drawing.Size(637, 346);
     434      this.scUserControl.SplitterDistance = 139;
     435      this.scUserControl.TabIndex = 1;
     436      //
     437      // tvUserControl
     438      //
     439      this.tvUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
     440      this.tvUserControl.Location = new System.Drawing.Point(0, 0);
     441      this.tvUserControl.Name = "tvUserControl";
     442      this.tvUserControl.Size = new System.Drawing.Size(139, 346);
     443      this.tvUserControl.TabIndex = 1;
     444      //
     445      // lvUserControl
     446      //
     447      this.lvUserControl.AllowDrop = true;
     448      this.lvUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
     449      this.lvUserControl.LargeImageList = this.ilUserControl;
     450      this.lvUserControl.Location = new System.Drawing.Point(0, 0);
     451      this.lvUserControl.Name = "lvUserControl";
     452      this.lvUserControl.Size = new System.Drawing.Size(494, 346);
     453      this.lvUserControl.TabIndex = 1;
     454      this.lvUserControl.UseCompatibleStateImageBehavior = false;
     455      this.lvUserControl.Click += new System.EventHandler(this.OnLVUserControlClicked);
     456      //
     457      // ilUserControl
     458      //
     459      this.ilUserControl.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilUserControl.ImageStream")));
     460      this.ilUserControl.TransparentColor = System.Drawing.Color.Transparent;
     461      this.ilUserControl.Images.SetKeyName(0, "Users.png");
     462      //
     463      // plClientDetails
     464      //
     465      this.plClientDetails.BackColor = System.Drawing.SystemColors.Window;
     466      this.plClientDetails.Controls.Add(this.lblLogin);
     467      this.plClientDetails.Controls.Add(this.lblLoginOn);
     468      this.plClientDetails.Controls.Add(this.lblClientName);
     469      this.plClientDetails.Controls.Add(this.btnClientDetailClose);
     470      this.plClientDetails.Controls.Add(this.pbClientControl);
     471      this.plClientDetails.Dock = System.Windows.Forms.DockStyle.Fill;
     472      this.plClientDetails.Location = new System.Drawing.Point(0, 0);
     473      this.plClientDetails.Name = "plClientDetails";
     474      this.plClientDetails.Size = new System.Drawing.Size(494, 346);
     475      this.plClientDetails.TabIndex = 1;
     476      //
     477      // lblLogin
     478      //
     479      this.lblLogin.AutoSize = true;
     480      this.lblLogin.Location = new System.Drawing.Point(100, 55);
     481      this.lblLogin.Name = "lblLogin";
     482      this.lblLogin.Size = new System.Drawing.Size(43, 13);
     483      this.lblLogin.TabIndex = 4;
     484      this.lblLogin.Text = "lblLogin";
     485      //
     486      // lblLoginOn
     487      //
     488      this.lblLoginOn.AutoSize = true;
     489      this.lblLoginOn.Location = new System.Drawing.Point(29, 55);
     490      this.lblLoginOn.Name = "lblLoginOn";
     491      this.lblLoginOn.Size = new System.Drawing.Size(65, 13);
     492      this.lblLoginOn.TabIndex = 3;
     493      this.lblLoginOn.Text = "logged in on";
     494      //
     495      // lblClientName
     496      //
     497      this.lblClientName.AutoSize = true;
     498      this.lblClientName.Location = new System.Drawing.Point(41, 14);
     499      this.lblClientName.Name = "lblClientName";
     500      this.lblClientName.Size = new System.Drawing.Size(71, 13);
     501      this.lblClientName.TabIndex = 2;
     502      this.lblClientName.Text = "lblClientName";
     503      //
     504      // btnClientDetailClose
     505      //
     506      this.btnClientDetailClose.Location = new System.Drawing.Point(414, 4);
     507      this.btnClientDetailClose.Name = "btnClientDetailClose";
     508      this.btnClientDetailClose.Size = new System.Drawing.Size(75, 23);
     509      this.btnClientDetailClose.TabIndex = 1;
     510      this.btnClientDetailClose.Text = "Close";
     511      this.btnClientDetailClose.UseVisualStyleBackColor = true;
     512      this.btnClientDetailClose.Click += new System.EventHandler(this.btnClientClose_Click);
     513      //
     514      // pbClientControl
     515      //
     516      this.pbClientControl.Location = new System.Drawing.Point(3, 4);
     517      this.pbClientControl.Name = "pbClientControl";
     518      this.pbClientControl.Size = new System.Drawing.Size(32, 32);
     519      this.pbClientControl.TabIndex = 0;
     520      this.pbClientControl.TabStop = false;
     521      //
     522      // plUserDetails
     523      //
     524      this.plUserDetails.BackColor = System.Drawing.SystemColors.Window;
     525      this.plUserDetails.Controls.Add(this.lblUserName);
     526      this.plUserDetails.Controls.Add(this.btnUserControlClose);
     527      this.plUserDetails.Controls.Add(this.pbUserControl);
     528      this.plUserDetails.Dock = System.Windows.Forms.DockStyle.Fill;
     529      this.plUserDetails.Location = new System.Drawing.Point(0, 0);
     530      this.plUserDetails.Name = "plUserDetails";
     531      this.plUserDetails.Size = new System.Drawing.Size(494, 346);
     532      this.plUserDetails.TabIndex = 2;
     533      //
     534      // lblUserName
     535      //
     536      this.lblUserName.AutoSize = true;
     537      this.lblUserName.Location = new System.Drawing.Point(41, 13);
     538      this.lblUserName.Name = "lblUserName";
     539      this.lblUserName.Size = new System.Drawing.Size(67, 13);
     540      this.lblUserName.TabIndex = 5;
     541      this.lblUserName.Text = "lblUserName";
     542      //
     543      // btnUserControlClose
     544      //
     545      this.btnUserControlClose.Location = new System.Drawing.Point(414, 3);
     546      this.btnUserControlClose.Name = "btnUserControlClose";
     547      this.btnUserControlClose.Size = new System.Drawing.Size(75, 23);
     548      this.btnUserControlClose.TabIndex = 4;
     549      this.btnUserControlClose.Text = "Close";
     550      this.btnUserControlClose.UseVisualStyleBackColor = true;
     551      this.btnUserControlClose.Click += new System.EventHandler(this.btnUserControlClose_Click);
     552      //
     553      // pbUserControl
     554      //
     555      this.pbUserControl.Location = new System.Drawing.Point(3, 3);
     556      this.pbUserControl.Name = "pbUserControl";
     557      this.pbUserControl.Size = new System.Drawing.Size(32, 32);
     558      this.pbUserControl.TabIndex = 3;
     559      this.pbUserControl.TabStop = false;
     560      //
    264561      // lvJobControl
    265562      //
     
    273570      this.lvJobControl.TabIndex = 0;
    274571      this.lvJobControl.UseCompatibleStateImageBehavior = false;
     572      this.lvJobControl.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lvJobControl_MouseMove);
    275573      this.lvJobControl.Click += new System.EventHandler(this.OnLVJobControlClicked);
    276574      //
     
    280578      this.ilJobControl.TransparentColor = System.Drawing.Color.Transparent;
    281579      this.ilJobControl.Images.SetKeyName(0, "PlayHS.png");
    282       //
    283       // tpUserControl
    284       //
    285       this.tpUserControl.Controls.Add(this.scUserControl);
    286       this.tpUserControl.Location = new System.Drawing.Point(4, 22);
    287       this.tpUserControl.Name = "tpUserControl";
    288       this.tpUserControl.Padding = new System.Windows.Forms.Padding(3);
    289       this.tpUserControl.Size = new System.Drawing.Size(643, 352);
    290       this.tpUserControl.TabIndex = 2;
    291       this.tpUserControl.Text = "User Control";
    292       this.tpUserControl.UseVisualStyleBackColor = true;
    293       //
    294       // scUserControl
    295       //
    296       this.scUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
    297       this.scUserControl.Location = new System.Drawing.Point(3, 3);
    298       this.scUserControl.Name = "scUserControl";
    299       //
    300       // scUserControl.Panel1
    301       //
    302       this.scUserControl.Panel1.Controls.Add(this.tvUserControl);
    303       //
    304       // scUserControl.Panel2
    305       //
    306       this.scUserControl.Panel2.Controls.Add(this.lvUserControl);
    307       this.scUserControl.Size = new System.Drawing.Size(637, 346);
    308       this.scUserControl.SplitterDistance = 139;
    309       this.scUserControl.TabIndex = 1;
    310       //
    311       // tvUserControl
    312       //
    313       this.tvUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
    314       this.tvUserControl.Location = new System.Drawing.Point(0, 0);
    315       this.tvUserControl.Name = "tvUserControl";
    316       this.tvUserControl.Size = new System.Drawing.Size(139, 346);
    317       this.tvUserControl.TabIndex = 1;
    318       //
    319       // plUserDetails
    320       //
    321       this.plUserDetails.BackColor = System.Drawing.SystemColors.Window;
    322       this.plUserDetails.Controls.Add(this.lblUserName);
    323       this.plUserDetails.Controls.Add(this.btnUserControlClose);
    324       this.plUserDetails.Controls.Add(this.pbUserControl);
    325       this.plUserDetails.Dock = System.Windows.Forms.DockStyle.Fill;
    326       this.plUserDetails.Location = new System.Drawing.Point(0, 0);
    327       this.plUserDetails.Name = "plUserDetails";
    328       this.plUserDetails.Size = new System.Drawing.Size(494, 346);
    329       this.plUserDetails.TabIndex = 2;
    330       //
    331       // lblUserName
    332       //
    333       this.lblUserName.AutoSize = true;
    334       this.lblUserName.Location = new System.Drawing.Point(41, 13);
    335       this.lblUserName.Name = "lblUserName";
    336       this.lblUserName.Size = new System.Drawing.Size(35, 13);
    337       this.lblUserName.TabIndex = 5;
    338       this.lblUserName.Text = "label1";
    339       //
    340       // btnUserControlClose
    341       //
    342       this.btnUserControlClose.Location = new System.Drawing.Point(414, 3);
    343       this.btnUserControlClose.Name = "btnUserControlClose";
    344       this.btnUserControlClose.Size = new System.Drawing.Size(75, 23);
    345       this.btnUserControlClose.TabIndex = 4;
    346       this.btnUserControlClose.Text = "Close";
    347       this.btnUserControlClose.UseVisualStyleBackColor = true;
    348       this.btnUserControlClose.Click += new System.EventHandler(this.btnUserControlClose_Click);
    349       //
    350       // pbUserControl
    351       //
    352       this.pbUserControl.Location = new System.Drawing.Point(3, 3);
    353       this.pbUserControl.Name = "pbUserControl";
    354       this.pbUserControl.Size = new System.Drawing.Size(32, 32);
    355       this.pbUserControl.TabIndex = 3;
    356       this.pbUserControl.TabStop = false;
    357       //
    358       // lvUserControl
    359       //
    360       this.lvUserControl.AllowDrop = true;
    361       this.lvUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
    362       this.lvUserControl.LargeImageList = this.ilUserControl;
    363       this.lvUserControl.Location = new System.Drawing.Point(0, 0);
    364       this.lvUserControl.Name = "lvUserControl";
    365       this.lvUserControl.Size = new System.Drawing.Size(494, 346);
    366       this.lvUserControl.TabIndex = 1;
    367       this.lvUserControl.UseCompatibleStateImageBehavior = false;
    368       this.lvUserControl.Click += new System.EventHandler(this.OnLVUserControlClicked);
    369       //
    370       // ilUserControl
    371       //
    372       this.ilUserControl.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilUserControl.ImageStream")));
    373       this.ilUserControl.TransparentColor = System.Drawing.Color.Transparent;
    374       this.ilUserControl.Images.SetKeyName(0, "Users.png");
    375       //
    376       // plJobDetails
    377       //
    378       this.plJobDetails.BackColor = System.Drawing.SystemColors.Window;
    379       this.plJobDetails.Controls.Add(this.lblJobName);
    380       this.plJobDetails.Controls.Add(this.btnJobDetailClose);
    381       this.plJobDetails.Controls.Add(this.pbJobControl);
    382       this.plJobDetails.Dock = System.Windows.Forms.DockStyle.Fill;
    383       this.plJobDetails.Location = new System.Drawing.Point(0, 0);
    384       this.plJobDetails.Name = "plJobDetails";
    385       this.plJobDetails.Size = new System.Drawing.Size(494, 346);
    386       this.plJobDetails.TabIndex = 1;
    387       //
    388       // lblJobName
    389       //
    390       this.lblJobName.AutoSize = true;
    391       this.lblJobName.Location = new System.Drawing.Point(41, 13);
    392       this.lblJobName.Name = "lblJobName";
    393       this.lblJobName.Size = new System.Drawing.Size(35, 13);
    394       this.lblJobName.TabIndex = 5;
    395       this.lblJobName.Text = "label1";
    396       //
    397       // btnJobDetailClose
    398       //
    399       this.btnJobDetailClose.Location = new System.Drawing.Point(414, 3);
    400       this.btnJobDetailClose.Name = "btnJobDetailClose";
    401       this.btnJobDetailClose.Size = new System.Drawing.Size(75, 23);
    402       this.btnJobDetailClose.TabIndex = 4;
    403       this.btnJobDetailClose.Text = "Close";
    404       this.btnJobDetailClose.UseVisualStyleBackColor = true;
    405       this.btnJobDetailClose.Click += new System.EventHandler(this.btnJobDetailClose_Click);
    406       //
    407       // pbJobControl
    408       //
    409       this.pbJobControl.Location = new System.Drawing.Point(3, 3);
    410       this.pbJobControl.Name = "pbJobControl";
    411       this.pbJobControl.Size = new System.Drawing.Size(32, 32);
    412       this.pbJobControl.TabIndex = 3;
    413       this.pbJobControl.TabStop = false;
    414       //
    415       // plClientDetails
    416       //
    417       this.plClientDetails.BackColor = System.Drawing.SystemColors.Window;
    418       this.plClientDetails.Controls.Add(this.lblLogin);
    419       this.plClientDetails.Controls.Add(this.label1);
    420       this.plClientDetails.Controls.Add(this.lblClientName);
    421       this.plClientDetails.Controls.Add(this.btnClientDetailClose);
    422       this.plClientDetails.Controls.Add(this.pbClientControl);
    423       this.plClientDetails.Dock = System.Windows.Forms.DockStyle.Fill;
    424       this.plClientDetails.Location = new System.Drawing.Point(0, 0);
    425       this.plClientDetails.Name = "plClientDetails";
    426       this.plClientDetails.Size = new System.Drawing.Size(494, 346);
    427       this.plClientDetails.TabIndex = 1;
    428       //
    429       // lblLogin
    430       //
    431       this.lblLogin.AutoSize = true;
    432       this.lblLogin.Location = new System.Drawing.Point(100, 55);
    433       this.lblLogin.Name = "lblLogin";
    434       this.lblLogin.Size = new System.Drawing.Size(35, 13);
    435       this.lblLogin.TabIndex = 4;
    436       this.lblLogin.Text = "label2";
    437       //
    438       // label1
    439       //
    440       this.label1.AutoSize = true;
    441       this.label1.Location = new System.Drawing.Point(29, 55);
    442       this.label1.Name = "label1";
    443       this.label1.Size = new System.Drawing.Size(65, 13);
    444       this.label1.TabIndex = 3;
    445       this.label1.Text = "logged in on";
    446       //
    447       // lblClientName
    448       //
    449       this.lblClientName.AutoSize = true;
    450       this.lblClientName.Location = new System.Drawing.Point(41, 14);
    451       this.lblClientName.Name = "lblClientName";
    452       this.lblClientName.Size = new System.Drawing.Size(35, 13);
    453       this.lblClientName.TabIndex = 2;
    454       this.lblClientName.Text = "label1";
    455       //
    456       // btnClientDetailClose
    457       //
    458       this.btnClientDetailClose.Location = new System.Drawing.Point(414, 4);
    459       this.btnClientDetailClose.Name = "btnClientDetailClose";
    460       this.btnClientDetailClose.Size = new System.Drawing.Size(75, 23);
    461       this.btnClientDetailClose.TabIndex = 1;
    462       this.btnClientDetailClose.Text = "Close";
    463       this.btnClientDetailClose.UseVisualStyleBackColor = true;
    464       this.btnClientDetailClose.Click += new System.EventHandler(this.btnClientClose_Click);
    465       //
    466       // pbClientControl
    467       //
    468       this.pbClientControl.Location = new System.Drawing.Point(3, 4);
    469       this.pbClientControl.Name = "pbClientControl";
    470       this.pbClientControl.Size = new System.Drawing.Size(32, 32);
    471       this.pbClientControl.TabIndex = 0;
    472       this.pbClientControl.TabStop = false;
    473580      //
    474581      // treeView2
     
    493600      //
    494601      this.timerSyncronize.Interval = 10000;
     602      //
     603      // fileSystemWatcher1
     604      //
     605      this.fileSystemWatcher1.EnableRaisingEvents = true;
     606      this.fileSystemWatcher1.SynchronizingObject = this;
    495607      //
    496608      // HiveServerManagementConsole
     
    516628      this.scJobControl.Panel2.ResumeLayout(false);
    517629      this.scJobControl.ResumeLayout(false);
     630      this.plJobDetails.ResumeLayout(false);
     631      this.plJobDetails.PerformLayout();
     632      ((System.ComponentModel.ISupportInitialize)(this.pbJobControl)).EndInit();
    518633      this.tpUserControl.ResumeLayout(false);
    519634      this.scUserControl.Panel1.ResumeLayout(false);
    520635      this.scUserControl.Panel2.ResumeLayout(false);
    521636      this.scUserControl.ResumeLayout(false);
     637      this.plClientDetails.ResumeLayout(false);
     638      this.plClientDetails.PerformLayout();
     639      ((System.ComponentModel.ISupportInitialize)(this.pbClientControl)).EndInit();
    522640      this.plUserDetails.ResumeLayout(false);
    523641      this.plUserDetails.PerformLayout();
    524642      ((System.ComponentModel.ISupportInitialize)(this.pbUserControl)).EndInit();
    525       this.plJobDetails.ResumeLayout(false);
    526       this.plJobDetails.PerformLayout();
    527       ((System.ComponentModel.ISupportInitialize)(this.pbJobControl)).EndInit();
    528       this.plClientDetails.ResumeLayout(false);
    529       this.plClientDetails.PerformLayout();
    530       ((System.ComponentModel.ISupportInitialize)(this.pbClientControl)).EndInit();
     643      ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
    531644      this.ResumeLayout(false);
    532645      this.PerformLayout();
     
    567680    private System.Windows.Forms.Button btnClientDetailClose;
    568681    private System.Windows.Forms.Label lblClientName;
    569     private System.Windows.Forms.Label label1;
     682    private System.Windows.Forms.Label lblLoginOn;
    570683    private System.Windows.Forms.Label lblLogin;
    571684    private System.Windows.Forms.Panel plJobDetails;
     
    577690    private System.Windows.Forms.Button btnUserControlClose;
    578691    private System.Windows.Forms.PictureBox pbUserControl;
     692    private System.Windows.Forms.ProgressBar progressJob;
     693    private System.IO.FileSystemWatcher fileSystemWatcher1;
     694    private System.Windows.Forms.Label lblStatus;
     695    private System.Windows.Forms.Label lblProgress;
     696    private System.Windows.Forms.Label lblJobCalculationBegin;
     697    private System.Windows.Forms.Label lblJobCreated;
     698    private System.Windows.Forms.Label lblUserCreatedJob;
     699    private System.Windows.Forms.Label lblClientCalculating;
     700    private System.Windows.Forms.Label lblJobCalculationEnd;
     701    private System.Windows.Forms.Label lblPriorityJob;
     702    private System.Windows.Forms.Label lblParentJob;
    579703  }
    580704}
  • trunk/sources/HeuristicLab.Hive.Server.Console/HiveServerManagementConsole.cs

    r1098 r1126  
    120120        foreach (Job job in jobs.List) {
    121121          if (job.State == State.calculating) {
     122            ListViewItem lvi = new ListViewItem(job.Id.ToString(), 0, lvJobCalculating);
    122123            tvJobControl.Nodes[0].Nodes.Add(job.Id.ToString());
    123             lvJobControl.Items.Add(new ListViewItem(job.Id.ToString(), 0, lvJobCalculating));
     124            lvJobControl.Items.Add(lvi);
     125            lvi.ToolTipText = (job.Percentage * 100) + "% of job calculated";
    124126          } else if (job.State == State.finished) {
     127            ListViewItem lvi = new ListViewItem(job.Id.ToString(), 0, lvJobFinished);
    125128            tvJobControl.Nodes[1].Nodes.Add(job.Id.ToString());
    126             lvJobControl.Items.Add(new ListViewItem(job.Id.ToString(), 0, lvJobFinished));
     129            lvJobControl.Items.Add(lvi);
    127130          } else if (job.State == State.offline) {
     131            ListViewItem lvi = new ListViewItem(job.Id.ToString(), 0, lvJobPending);
    128132            tvJobControl.Nodes[2].Nodes.Add(job.Id.ToString());
    129             lvJobControl.Items.Add(new ListViewItem(job.Id.ToString(), 0, lvJobPending));
     133            lvJobControl.Items.Add(lvi);
    130134          }
    131135        } // Jobs
     
    250254      pbJobControl.Image = ilJobControl.Images[0];
    251255      lblJobName.Text = currentJob.Id.ToString();
     256      progressJob.Value = (int)(currentJob.Percentage * 100);
     257      lblProgress.Text = (int)(currentJob.Percentage * 100) + "% calculated";
     258      lblUserCreatedJob.Text = /* currentJob.User.Name + */ " created Job";
     259      lblJobCreated.Text = "Created at "/* + currentJob.User.CreatedJob + */;
     260      if (currentJob.ParentJob != null)   
     261        lblParentJob.Text = currentJob.ParentJob.Id + " is parent job";
     262      lblPriorityJob.Text = "Priority of job is " /* + currentJob.Priority */;
     263      if (currentJob.Client != null) {
     264        lblClientCalculating.Text = currentJob.Client.Name + " calculated Job";
     265      lblJobCalculationBegin.Text = "Startet calculation at " /* + currentJob.User.CalculationBegin */;
     266      lblJobCalculationEnd.Text = "Calculation endet at " /* + currentJob.User.CalculationEnd */;
     267      }
    252268    }
    253269
     
    274290    }
    275291
     292    ToolTip tt = new ToolTip();
     293    private void lvJobControl_MouseMove(object sender, MouseEventArgs e) {
     294      if ((lvJobControl.GetItemAt(e.X, e.Y) != null) &&
     295        (lvJobControl.GetItemAt(e.X, e.Y).ToolTipText != null)) {
     296        tt.SetToolTip(lvJobControl, lvJobControl.GetItemAt(e.X, e.Y).ToolTipText);
     297      }
     298    }
     299
    276300  }
    277301}
  • trunk/sources/HeuristicLab.Hive.Server.Console/HiveServerManagementConsole.resx

    r1098 r1126  
    215215</value>
    216216  </data>
    217   <metadata name="ilJobControl.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    218     <value>471, 13</value>
    219   </metadata>
    220   <data name="ilJobControl.ImageStream" mimetype="application/x-microsoft.net.object.binary.base64">
    221     <value>
    222         AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj0yLjAuMC4w
    223         LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
    224         ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACc
    225         CQAAAk1TRnQBSQFMAwEBAAEEAQABBAEAASABAAEgAQAE/wEJAQAI/wFCAU0BNgEEBgABNgEEAgABKAMA
    226         AYADAAEgAwABAQEAAQgGAAEQGAABgAIAAYADAAKAAQABgAMAAYABAAGAAQACgAIAA8ABAAHAAdwBwAEA
    227         AfABygGmAQABMwUAATMBAAEzAQABMwEAAjMCAAMWAQADHAEAAyIBAAMpAQADVQEAA00BAANCAQADOQEA
    228         AYABfAH/AQACUAH/AQABkwEAAdYBAAH/AewBzAEAAcYB1gHvAQAB1gLnAQABkAGpAa0CAAH/ATMDAAFm
    229         AwABmQMAAcwCAAEzAwACMwIAATMBZgIAATMBmQIAATMBzAIAATMB/wIAAWYDAAFmATMCAAJmAgABZgGZ
    230         AgABZgHMAgABZgH/AgABmQMAAZkBMwIAAZkBZgIAApkCAAGZAcwCAAGZAf8CAAHMAwABzAEzAgABzAFm
    231         AgABzAGZAgACzAIAAcwB/wIAAf8BZgIAAf8BmQIAAf8BzAEAATMB/wIAAf8BAAEzAQABMwEAAWYBAAEz
    232         AQABmQEAATMBAAHMAQABMwEAAf8BAAH/ATMCAAMzAQACMwFmAQACMwGZAQACMwHMAQACMwH/AQABMwFm
    233         AgABMwFmATMBAAEzAmYBAAEzAWYBmQEAATMBZgHMAQABMwFmAf8BAAEzAZkCAAEzAZkBMwEAATMBmQFm
    234         AQABMwKZAQABMwGZAcwBAAEzAZkB/wEAATMBzAIAATMBzAEzAQABMwHMAWYBAAEzAcwBmQEAATMCzAEA
    235         ATMBzAH/AQABMwH/ATMBAAEzAf8BZgEAATMB/wGZAQABMwH/AcwBAAEzAv8BAAFmAwABZgEAATMBAAFm
    236         AQABZgEAAWYBAAGZAQABZgEAAcwBAAFmAQAB/wEAAWYBMwIAAWYCMwEAAWYBMwFmAQABZgEzAZkBAAFm
    237         ATMBzAEAAWYBMwH/AQACZgIAAmYBMwEAA2YBAAJmAZkBAAJmAcwBAAFmAZkCAAFmAZkBMwEAAWYBmQFm
    238         AQABZgKZAQABZgGZAcwBAAFmAZkB/wEAAWYBzAIAAWYBzAEzAQABZgHMAZkBAAFmAswBAAFmAcwB/wEA
    239         AWYB/wIAAWYB/wEzAQABZgH/AZkBAAFmAf8BzAEAAcwBAAH/AQAB/wEAAcwBAAKZAgABmQEzAZkBAAGZ
    240         AQABmQEAAZkBAAHMAQABmQMAAZkCMwEAAZkBAAFmAQABmQEzAcwBAAGZAQAB/wEAAZkBZgIAAZkBZgEz
    241         AQABmQEzAWYBAAGZAWYBmQEAAZkBZgHMAQABmQEzAf8BAAKZATMBAAKZAWYBAAOZAQACmQHMAQACmQH/
    242         AQABmQHMAgABmQHMATMBAAFmAcwBZgEAAZkBzAGZAQABmQLMAQABmQHMAf8BAAGZAf8CAAGZAf8BMwEA
    243         AZkBzAFmAQABmQH/AZkBAAGZAf8BzAEAAZkC/wEAAcwDAAGZAQABMwEAAcwBAAFmAQABzAEAAZkBAAHM
    244         AQABzAEAAZkBMwIAAcwCMwEAAcwBMwFmAQABzAEzAZkBAAHMATMBzAEAAcwBMwH/AQABzAFmAgABzAFm
    245         ATMBAAGZAmYBAAHMAWYBmQEAAcwBZgHMAQABmQFmAf8BAAHMAZkCAAHMAZkBMwEAAcwBmQFmAQABzAKZ
    246         AQABzAGZAcwBAAHMAZkB/wEAAswCAALMATMBAALMAWYBAALMAZkBAAPMAQACzAH/AQABzAH/AgABzAH/
    247         ATMBAAGZAf8BZgEAAcwB/wGZAQABzAH/AcwBAAHMAv8BAAHMAQABMwEAAf8BAAFmAQAB/wEAAZkBAAHM
    248         ATMCAAH/AjMBAAH/ATMBZgEAAf8BMwGZAQAB/wEzAcwBAAH/ATMB/wEAAf8BZgIAAf8BZgEzAQABzAJm
    249         AQAB/wFmAZkBAAH/AWYBzAEAAcwBZgH/AQAB/wGZAgAB/wGZATMBAAH/AZkBZgEAAf8CmQEAAf8BmQHM
    250         AQAB/wGZAf8BAAH/AcwCAAH/AcwBMwEAAf8BzAFmAQAB/wHMAZkBAAH/AswBAAH/AcwB/wEAAv8BMwEA
    251         AcwB/wFmAQAC/wGZAQAC/wHMAQACZgH/AQABZgH/AWYBAAFmAv8BAAH/AmYBAAH/AWYB/wEAAv8BZgEA
    252         ASEBAAGlAQADXwEAA3cBAAOGAQADlgEAA8sBAAOyAQAD1wEAA90BAAPjAQAD6gEAA/EBAAP4AQAB8AH7
    253         Af8BAAGkAqABAAOAAwAB/wIAAf8DAAL/AQAB/wMAAf8BAAH/AQAC/wIAA///AP8ADAADoX0AA6F9AAGm
    254         AWUBpgKhewABZQEnAWUCoXsAAWUBKAENAWUBpgKheQABZQEoAicBZQKheQABZQMoAUgBZQGmAqF3AAFl
    255         A0kBKAEnAWUCoXcAAWUESQEoAUgBZQGmAqF1AAFlAkkBTwJJASgBJwFlAqF1AAFmAUkDTwJJASgBSAFl
    256         AaYCoXMAAYYBSQFPAXICTwJJASgBJwFlAqFzAAGGAk8BcgFQAk8CSQEoAUgBZQGmAqFxAAGGAU8BUAGX
    257         AnICTwJJAigBZQKhcQABhgFPAXIDlwFQAk8CSQFmAaYCoXEAAYYBTwFyBJcBcgFPAUkBbAGnAcdzAAGG
    258         AVABcgGXAXgBmAFyAU8CbAGGAccBoXMAAYYBUAFyAZcBmAEIAXIBSQFsAacBx3UAAYYBUAGXAZgBeAFy
    259         AW0BbAGGAccBoXUAAYYBcgF4AQgBcgFJAWwBpwHHdwABhgNyAW0BbAGGAccBoXcAAYYBcgFPAUkBbAGn
    260         Acd5AAGGAXICbAGGAccBoXkAAYYBcgGLAacBx3sAAYYBiwGGAccBoXsAAccBpwHHfQABoQHHAaH0AAFC
    261         AU0BPgcAAT4DAAEoAwABgAMAASADAAEBAQABAQYAAQIWAAP/AQAE/wwABP8MAAT/DAAE/wwAAf8BjwL/
    262         DAAB/wGPAv8MAAH/AYMC/wwAAf8BgwL/DAAB/wGAAv8MAAH/AYAC/wwAAf8BgAE/Af8MAAH/AYABPwH/
    263         DAAB/wGAAQ8B/wwAAf8BgAEPAf8MAAH/AYABAwH/DAAB/wGAAQMB/wwAAf8BgAEAAf8MAAH/AYABAAH/
    264         DAAB/wGAAQAB/wwAAf8BgAEDAf8MAAH/AYABAwH/DAAB/wGAAQ8B/wwAAf8BgAEPAf8MAAH/AYABPwH/
    265         DAAB/wGAAT8B/wwAAf8BgAL/DAAB/wGAAv8MAAH/AYMC/wwAAf8BgwL/DAAB/wGPAv8MAAH/AY8C/wwA
    266         BP8MAAs=
    267 </value>
    268   </data>
    269217  <metadata name="ilUserControl.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    270218    <value>231, 9</value>
     
    346294</value>
    347295  </data>
     296  <metadata name="ilJobControl.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
     297    <value>471, 13</value>
     298  </metadata>
     299  <data name="ilJobControl.ImageStream" mimetype="application/x-microsoft.net.object.binary.base64">
     300    <value>
     301        AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj0yLjAuMC4w
     302        LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
     303        ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACc
     304        CQAAAk1TRnQBSQFMAwEBAAEEAQABBAEAASABAAEgAQAE/wEJAQAI/wFCAU0BNgEEBgABNgEEAgABKAMA
     305        AYADAAEgAwABAQEAAQgGAAEQGAABgAIAAYADAAKAAQABgAMAAYABAAGAAQACgAIAA8ABAAHAAdwBwAEA
     306        AfABygGmAQABMwUAATMBAAEzAQABMwEAAjMCAAMWAQADHAEAAyIBAAMpAQADVQEAA00BAANCAQADOQEA
     307        AYABfAH/AQACUAH/AQABkwEAAdYBAAH/AewBzAEAAcYB1gHvAQAB1gLnAQABkAGpAa0CAAH/ATMDAAFm
     308        AwABmQMAAcwCAAEzAwACMwIAATMBZgIAATMBmQIAATMBzAIAATMB/wIAAWYDAAFmATMCAAJmAgABZgGZ
     309        AgABZgHMAgABZgH/AgABmQMAAZkBMwIAAZkBZgIAApkCAAGZAcwCAAGZAf8CAAHMAwABzAEzAgABzAFm
     310        AgABzAGZAgACzAIAAcwB/wIAAf8BZgIAAf8BmQIAAf8BzAEAATMB/wIAAf8BAAEzAQABMwEAAWYBAAEz
     311        AQABmQEAATMBAAHMAQABMwEAAf8BAAH/ATMCAAMzAQACMwFmAQACMwGZAQACMwHMAQACMwH/AQABMwFm
     312        AgABMwFmATMBAAEzAmYBAAEzAWYBmQEAATMBZgHMAQABMwFmAf8BAAEzAZkCAAEzAZkBMwEAATMBmQFm
     313        AQABMwKZAQABMwGZAcwBAAEzAZkB/wEAATMBzAIAATMBzAEzAQABMwHMAWYBAAEzAcwBmQEAATMCzAEA
     314        ATMBzAH/AQABMwH/ATMBAAEzAf8BZgEAATMB/wGZAQABMwH/AcwBAAEzAv8BAAFmAwABZgEAATMBAAFm
     315        AQABZgEAAWYBAAGZAQABZgEAAcwBAAFmAQAB/wEAAWYBMwIAAWYCMwEAAWYBMwFmAQABZgEzAZkBAAFm
     316        ATMBzAEAAWYBMwH/AQACZgIAAmYBMwEAA2YBAAJmAZkBAAJmAcwBAAFmAZkCAAFmAZkBMwEAAWYBmQFm
     317        AQABZgKZAQABZgGZAcwBAAFmAZkB/wEAAWYBzAIAAWYBzAEzAQABZgHMAZkBAAFmAswBAAFmAcwB/wEA
     318        AWYB/wIAAWYB/wEzAQABZgH/AZkBAAFmAf8BzAEAAcwBAAH/AQAB/wEAAcwBAAKZAgABmQEzAZkBAAGZ
     319        AQABmQEAAZkBAAHMAQABmQMAAZkCMwEAAZkBAAFmAQABmQEzAcwBAAGZAQAB/wEAAZkBZgIAAZkBZgEz
     320        AQABmQEzAWYBAAGZAWYBmQEAAZkBZgHMAQABmQEzAf8BAAKZATMBAAKZAWYBAAOZAQACmQHMAQACmQH/
     321        AQABmQHMAgABmQHMATMBAAFmAcwBZgEAAZkBzAGZAQABmQLMAQABmQHMAf8BAAGZAf8CAAGZAf8BMwEA
     322        AZkBzAFmAQABmQH/AZkBAAGZAf8BzAEAAZkC/wEAAcwDAAGZAQABMwEAAcwBAAFmAQABzAEAAZkBAAHM
     323        AQABzAEAAZkBMwIAAcwCMwEAAcwBMwFmAQABzAEzAZkBAAHMATMBzAEAAcwBMwH/AQABzAFmAgABzAFm
     324        ATMBAAGZAmYBAAHMAWYBmQEAAcwBZgHMAQABmQFmAf8BAAHMAZkCAAHMAZkBMwEAAcwBmQFmAQABzAKZ
     325        AQABzAGZAcwBAAHMAZkB/wEAAswCAALMATMBAALMAWYBAALMAZkBAAPMAQACzAH/AQABzAH/AgABzAH/
     326        ATMBAAGZAf8BZgEAAcwB/wGZAQABzAH/AcwBAAHMAv8BAAHMAQABMwEAAf8BAAFmAQAB/wEAAZkBAAHM
     327        ATMCAAH/AjMBAAH/ATMBZgEAAf8BMwGZAQAB/wEzAcwBAAH/ATMB/wEAAf8BZgIAAf8BZgEzAQABzAJm
     328        AQAB/wFmAZkBAAH/AWYBzAEAAcwBZgH/AQAB/wGZAgAB/wGZATMBAAH/AZkBZgEAAf8CmQEAAf8BmQHM
     329        AQAB/wGZAf8BAAH/AcwCAAH/AcwBMwEAAf8BzAFmAQAB/wHMAZkBAAH/AswBAAH/AcwB/wEAAv8BMwEA
     330        AcwB/wFmAQAC/wGZAQAC/wHMAQACZgH/AQABZgH/AWYBAAFmAv8BAAH/AmYBAAH/AWYB/wEAAv8BZgEA
     331        ASEBAAGlAQADXwEAA3cBAAOGAQADlgEAA8sBAAOyAQAD1wEAA90BAAPjAQAD6gEAA/EBAAP4AQAB8AH7
     332        Af8BAAGkAqABAAOAAwAB/wIAAf8DAAL/AQAB/wMAAf8BAAH/AQAC/wIAA///AP8ADAADoX0AA6F9AAGm
     333        AWUBpgKhewABZQEnAWUCoXsAAWUBKAENAWUBpgKheQABZQEoAicBZQKheQABZQMoAUgBZQGmAqF3AAFl
     334        A0kBKAEnAWUCoXcAAWUESQEoAUgBZQGmAqF1AAFlAkkBTwJJASgBJwFlAqF1AAFmAUkDTwJJASgBSAFl
     335        AaYCoXMAAYYBSQFPAXICTwJJASgBJwFlAqFzAAGGAk8BcgFQAk8CSQEoAUgBZQGmAqFxAAGGAU8BUAGX
     336        AnICTwJJAigBZQKhcQABhgFPAXIDlwFQAk8CSQFmAaYCoXEAAYYBTwFyBJcBcgFPAUkBbAGnAcdzAAGG
     337        AVABcgGXAXgBmAFyAU8CbAGGAccBoXMAAYYBUAFyAZcBmAEIAXIBSQFsAacBx3UAAYYBUAGXAZgBeAFy
     338        AW0BbAGGAccBoXUAAYYBcgF4AQgBcgFJAWwBpwHHdwABhgNyAW0BbAGGAccBoXcAAYYBcgFPAUkBbAGn
     339        Acd5AAGGAXICbAGGAccBoXkAAYYBcgGLAacBx3sAAYYBiwGGAccBoXsAAccBpwHHfQABoQHHAaH0AAFC
     340        AU0BPgcAAT4DAAEoAwABgAMAASADAAEBAQABAQYAAQIWAAP/AQAE/wwABP8MAAT/DAAE/wwAAf8BjwL/
     341        DAAB/wGPAv8MAAH/AYMC/wwAAf8BgwL/DAAB/wGAAv8MAAH/AYAC/wwAAf8BgAE/Af8MAAH/AYABPwH/
     342        DAAB/wGAAQ8B/wwAAf8BgAEPAf8MAAH/AYABAwH/DAAB/wGAAQMB/wwAAf8BgAEAAf8MAAH/AYABAAH/
     343        DAAB/wGAAQAB/wwAAf8BgAEDAf8MAAH/AYABAwH/DAAB/wGAAQ8B/wwAAf8BgAEPAf8MAAH/AYABPwH/
     344        DAAB/wGAAT8B/wwAAf8BgAL/DAAB/wGAAv8MAAH/AYMC/wwAAf8BgwL/DAAB/wGPAv8MAAH/AY8C/wwA
     345        BP8MAAs=
     346</value>
     347  </data>
    348348  <metadata name="timerSyncronize.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    349349    <value>341, 9</value>
    350350  </metadata>
     351  <metadata name="fileSystemWatcher1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
     352    <value>580, 13</value>
     353  </metadata>
    351354</root>
Note: See TracChangeset for help on using the changeset viewer.