Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/24/09 14:38:15 (15 years ago)
Author:
aleitner
Message:

refactored AddClients with recursive calls of groups, refresh on clients only manual (#600)

File:
1 edited

Legend:

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

    r1645 r1657  
    3131      this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    3232      this.jobToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     33      this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     34      this.largeIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     35      this.smallIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     36      this.listToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    3337      this.ilLargeImgClient = new System.Windows.Forms.ImageList(this.components);
    3438      this.ilLargeImgJob = new System.Windows.Forms.ImageList(this.components);
     
    7276      this.menuItemAbortJob = new System.Windows.Forms.ToolStripMenuItem();
    7377      this.menuItemGetSnapshot = new System.Windows.Forms.ToolStripMenuItem();
     78      this.ilSmallImgJob = new System.Windows.Forms.ImageList(this.components);
     79      this.ilSmallImgClient = new System.Windows.Forms.ImageList(this.components);
    7480      this.tpClientControl = new System.Windows.Forms.TabPage();
    7581      this.scClientControl = new System.Windows.Forms.SplitContainer();
     82      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     83      this.tvClientControl = new System.Windows.Forms.TreeView();
    7684      this.lvClientControl = new System.Windows.Forms.ListView();
    7785      this.tcManagementConsole = new System.Windows.Forms.TabControl();
    7886      this.checkBox1 = new System.Windows.Forms.CheckBox();
    79       this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    80       this.largeIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    81       this.smallIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    82       this.listToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    83       this.ilSmallImgClient = new System.Windows.Forms.ImageList(this.components);
    84       this.ilSmallImgJob = new System.Windows.Forms.ImageList(this.components);
    85       this.splitContainer1 = new System.Windows.Forms.SplitContainer();
    86       this.tvClientControl = new System.Windows.Forms.TreeView();
    87       this.splitContainer2 = new System.Windows.Forms.SplitContainer();
    88       this.tvJobControl = new System.Windows.Forms.TreeView();
     87      this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    8988      this.menuStrip1.SuspendLayout();
    9089      this.plClientDetails.SuspendLayout();
     
    104103      this.scClientControl.Panel2.SuspendLayout();
    105104      this.scClientControl.SuspendLayout();
    106       this.tcManagementConsole.SuspendLayout();
    107105      this.splitContainer1.Panel1.SuspendLayout();
    108106      this.splitContainer1.Panel2.SuspendLayout();
    109107      this.splitContainer1.SuspendLayout();
    110       this.splitContainer2.Panel1.SuspendLayout();
    111       this.splitContainer2.Panel2.SuspendLayout();
    112       this.splitContainer2.SuspendLayout();
     108      this.tcManagementConsole.SuspendLayout();
    113109      this.SuspendLayout();
    114110      //
     
    128124      //
    129125      this.informationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     126            this.refreshToolStripMenuItem,
    130127            this.closeToolStripMenuItem});
    131128      this.informationToolStripMenuItem.Name = "informationToolStripMenuItem";
     
    151148      //
    152149      this.jobToolStripMenuItem.Name = "jobToolStripMenuItem";
    153       this.jobToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     150      this.jobToolStripMenuItem.Size = new System.Drawing.Size(102, 22);
    154151      this.jobToolStripMenuItem.Text = "Job";
    155152      this.jobToolStripMenuItem.Click += new System.EventHandler(this.AddJob_Click);
     153      //
     154      // viewToolStripMenuItem
     155      //
     156      this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     157            this.largeIconsToolStripMenuItem,
     158            this.smallIconsToolStripMenuItem,
     159            this.listToolStripMenuItem});
     160      this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     161      this.viewToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
     162      this.viewToolStripMenuItem.Text = "View";
     163      //
     164      // largeIconsToolStripMenuItem
     165      //
     166      this.largeIconsToolStripMenuItem.Checked = true;
     167      this.largeIconsToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     168      this.largeIconsToolStripMenuItem.Name = "largeIconsToolStripMenuItem";
     169      this.largeIconsToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
     170      this.largeIconsToolStripMenuItem.Text = "Large Icons";
     171      this.largeIconsToolStripMenuItem.Click += new System.EventHandler(this.largeIconsToolStripMenuItem_Click);
     172      //
     173      // smallIconsToolStripMenuItem
     174      //
     175      this.smallIconsToolStripMenuItem.Name = "smallIconsToolStripMenuItem";
     176      this.smallIconsToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
     177      this.smallIconsToolStripMenuItem.Text = "Small Icons";
     178      this.smallIconsToolStripMenuItem.Click += new System.EventHandler(this.smallIconsToolStripMenuItem_Click);
     179      //
     180      // listToolStripMenuItem
     181      //
     182      this.listToolStripMenuItem.Name = "listToolStripMenuItem";
     183      this.listToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
     184      this.listToolStripMenuItem.Text = "List";
     185      this.listToolStripMenuItem.Click += new System.EventHandler(this.listToolStripMenuItem_Click);
    156186      //
    157187      // ilLargeImgClient
     
    168198      this.ilLargeImgJob.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilLargeImgJob.ImageStream")));
    169199      this.ilLargeImgJob.TransparentColor = System.Drawing.Color.Transparent;
    170       this.ilLargeImgJob.Images.SetKeyName(0, "PlayHS.png");
     200      this.ilLargeImgJob.Images.SetKeyName(0, "ok.png");
     201      this.ilLargeImgJob.Images.SetKeyName(1, "Forward.png");
     202      this.ilLargeImgJob.Images.SetKeyName(2, "pause.png");
    171203      //
    172204      // plClientDetails
     
    443475      //
    444476      this.treeView2.Dock = System.Windows.Forms.DockStyle.Fill;
     477      this.treeView2.LineColor = System.Drawing.Color.Empty;
    445478      this.treeView2.Location = new System.Drawing.Point(0, 0);
    446479      this.treeView2.Name = "treeView2";
     
    491524      // scJobControl.Panel1
    492525      //
    493       this.scJobControl.Panel1.Controls.Add(this.splitContainer2);
     526      this.scJobControl.Panel1.Controls.Add(this.lvJobControl);
    494527      //
    495528      // scJobControl.Panel2
     
    505538      this.lvJobControl.ContextMenuStrip = this.contextMenuJob;
    506539      this.lvJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
    507       this.lvJobControl.LargeImageList = this.ilLargeImgClient;
     540      this.lvJobControl.LargeImageList = this.ilLargeImgJob;
    508541      this.lvJobControl.Location = new System.Drawing.Point(0, 0);
    509542      this.lvJobControl.MultiSelect = false;
    510543      this.lvJobControl.Name = "lvJobControl";
    511       this.lvJobControl.Size = new System.Drawing.Size(299, 386);
    512       this.lvJobControl.SmallImageList = this.ilSmallImgClient;
     544      this.lvJobControl.Size = new System.Drawing.Size(454, 386);
     545      this.lvJobControl.SmallImageList = this.ilSmallImgJob;
    513546      this.lvJobControl.TabIndex = 0;
    514547      this.lvJobControl.UseCompatibleStateImageBehavior = false;
     
    536569      this.menuItemGetSnapshot.Size = new System.Drawing.Size(150, 22);
    537570      this.menuItemGetSnapshot.Text = "Get Snapshot";
     571      //
     572      // ilSmallImgJob
     573      //
     574      this.ilSmallImgJob.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilSmallImgJob.ImageStream")));
     575      this.ilSmallImgJob.TransparentColor = System.Drawing.Color.Transparent;
     576      this.ilSmallImgJob.Images.SetKeyName(0, "Forward.png");
     577      this.ilSmallImgJob.Images.SetKeyName(1, "ok.png");
     578      this.ilSmallImgJob.Images.SetKeyName(2, "pause.png");
     579      //
     580      // ilSmallImgClient
     581      //
     582      this.ilSmallImgClient.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilSmallImgClient.ImageStream")));
     583      this.ilSmallImgClient.TransparentColor = System.Drawing.Color.Transparent;
     584      this.ilSmallImgClient.Images.SetKeyName(0, "monitor-green.png");
     585      this.ilSmallImgClient.Images.SetKeyName(1, "monitor-orange.png");
     586      this.ilSmallImgClient.Images.SetKeyName(2, "monitor-red.png");
     587      this.ilSmallImgClient.Images.SetKeyName(3, "monitor-gray.png");
    538588      //
    539589      // tpClientControl
     
    566616      this.scClientControl.TabIndex = 0;
    567617      //
     618      // splitContainer1
     619      //
     620      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     621      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     622      this.splitContainer1.Name = "splitContainer1";
     623      //
     624      // splitContainer1.Panel1
     625      //
     626      this.splitContainer1.Panel1.Controls.Add(this.tvClientControl);
     627      //
     628      // splitContainer1.Panel2
     629      //
     630      this.splitContainer1.Panel2.Controls.Add(this.lvClientControl);
     631      this.splitContainer1.Size = new System.Drawing.Size(454, 386);
     632      this.splitContainer1.SplitterDistance = 151;
     633      this.splitContainer1.TabIndex = 0;
     634      //
     635      // tvClientControl
     636      //
     637      this.tvClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
     638      this.tvClientControl.Location = new System.Drawing.Point(0, 0);
     639      this.tvClientControl.Name = "tvClientControl";
     640      this.tvClientControl.Size = new System.Drawing.Size(151, 386);
     641      this.tvClientControl.TabIndex = 0;
     642      this.tvClientControl.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvClientControl_NodeMouseClick);
     643      //
    568644      // lvClientControl
    569645      //
     
    571647      this.lvClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
    572648      this.lvClientControl.ImeMode = System.Windows.Forms.ImeMode.Off;
    573       this.lvClientControl.LargeImageList = this.ilLargeImgJob;
     649      this.lvClientControl.LargeImageList = this.ilLargeImgClient;
    574650      this.lvClientControl.Location = new System.Drawing.Point(0, 0);
    575651      this.lvClientControl.MultiSelect = false;
    576652      this.lvClientControl.Name = "lvClientControl";
    577653      this.lvClientControl.Size = new System.Drawing.Size(299, 386);
    578       this.lvClientControl.SmallImageList = this.ilSmallImgJob;
     654      this.lvClientControl.SmallImageList = this.ilLargeImgClient;
    579655      this.lvClientControl.TabIndex = 0;
    580656      this.lvClientControl.UseCompatibleStateImageBehavior = false;
     
    602678      this.checkBox1.UseVisualStyleBackColor = true;
    603679      //
    604       // viewToolStripMenuItem
    605       //
    606       this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
    607             this.largeIconsToolStripMenuItem,
    608             this.smallIconsToolStripMenuItem,
    609             this.listToolStripMenuItem});
    610       this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
    611       this.viewToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
    612       this.viewToolStripMenuItem.Text = "View";
    613       //
    614       // largeIconsToolStripMenuItem
    615       //
    616       this.largeIconsToolStripMenuItem.Checked = true;
    617       this.largeIconsToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
    618       this.largeIconsToolStripMenuItem.Name = "largeIconsToolStripMenuItem";
    619       this.largeIconsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
    620       this.largeIconsToolStripMenuItem.Text = "Large Icons";
    621       this.largeIconsToolStripMenuItem.Click += new System.EventHandler(this.largeIconsToolStripMenuItem_Click);
    622       //
    623       // smallIconsToolStripMenuItem
    624       //
    625       this.smallIconsToolStripMenuItem.Name = "smallIconsToolStripMenuItem";
    626       this.smallIconsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
    627       this.smallIconsToolStripMenuItem.Text = "Small Icons";
    628       this.smallIconsToolStripMenuItem.Click += new System.EventHandler(this.smallIconsToolStripMenuItem_Click);
    629       //
    630       // listToolStripMenuItem
    631       //
    632       this.listToolStripMenuItem.Name = "listToolStripMenuItem";
    633       this.listToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
    634       this.listToolStripMenuItem.Text = "List";
    635       this.listToolStripMenuItem.Click += new System.EventHandler(this.listToolStripMenuItem_Click);
    636       //
    637       // ilSmallImgClient
    638       //
    639       this.ilSmallImgClient.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilSmallImgClient.ImageStream")));
    640       this.ilSmallImgClient.TransparentColor = System.Drawing.Color.Transparent;
    641       this.ilSmallImgClient.Images.SetKeyName(0, "monitor-green.png");
    642       this.ilSmallImgClient.Images.SetKeyName(1, "monitor-orange.png");
    643       this.ilSmallImgClient.Images.SetKeyName(2, "monitor-red.png");
    644       this.ilSmallImgClient.Images.SetKeyName(3, "monitor-gray.png");
    645       //
    646       // ilSmallImgJob
    647       //
    648       this.ilSmallImgJob.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilSmallImgJob.ImageStream")));
    649       this.ilSmallImgJob.TransparentColor = System.Drawing.Color.Transparent;
    650       this.ilSmallImgJob.Images.SetKeyName(0, "PlayHS.png");
    651       //
    652       // splitContainer1
    653       //
    654       this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
    655       this.splitContainer1.Location = new System.Drawing.Point(0, 0);
    656       this.splitContainer1.Name = "splitContainer1";
    657       //
    658       // splitContainer1.Panel1
    659       //
    660       this.splitContainer1.Panel1.Controls.Add(this.tvClientControl);
    661       //
    662       // splitContainer1.Panel2
    663       //
    664       this.splitContainer1.Panel2.Controls.Add(this.lvClientControl);
    665       this.splitContainer1.Size = new System.Drawing.Size(454, 386);
    666       this.splitContainer1.SplitterDistance = 151;
    667       this.splitContainer1.TabIndex = 0;
    668       //
    669       // tvClientControl
    670       //
    671       this.tvClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
    672       this.tvClientControl.Location = new System.Drawing.Point(0, 0);
    673       this.tvClientControl.Name = "tvClientControl";
    674       this.tvClientControl.Size = new System.Drawing.Size(151, 386);
    675       this.tvClientControl.TabIndex = 0;
    676       //
    677       // splitContainer2
    678       //
    679       this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
    680       this.splitContainer2.Location = new System.Drawing.Point(0, 0);
    681       this.splitContainer2.Name = "splitContainer2";
    682       //
    683       // splitContainer2.Panel1
    684       //
    685       this.splitContainer2.Panel1.Controls.Add(this.tvJobControl);
    686       //
    687       // splitContainer2.Panel2
    688       //
    689       this.splitContainer2.Panel2.Controls.Add(this.lvJobControl);
    690       this.splitContainer2.Size = new System.Drawing.Size(454, 386);
    691       this.splitContainer2.SplitterDistance = 151;
    692       this.splitContainer2.TabIndex = 0;
    693       //
    694       // tvJobControl
    695       //
    696       this.tvJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
    697       this.tvJobControl.Location = new System.Drawing.Point(0, 0);
    698       this.tvJobControl.Name = "tvJobControl";
    699       this.tvJobControl.Size = new System.Drawing.Size(151, 386);
    700       this.tvJobControl.TabIndex = 0;
     680      // refreshToolStripMenuItem
     681      //
     682      this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
     683      this.refreshToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     684      this.refreshToolStripMenuItem.Text = "Refresh";
     685      this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
    701686      //
    702687      // HiveServerManagementConsole
     
    732717      this.scClientControl.Panel2.ResumeLayout(false);
    733718      this.scClientControl.ResumeLayout(false);
    734       this.tcManagementConsole.ResumeLayout(false);
    735719      this.splitContainer1.Panel1.ResumeLayout(false);
    736720      this.splitContainer1.Panel2.ResumeLayout(false);
    737721      this.splitContainer1.ResumeLayout(false);
    738       this.splitContainer2.Panel1.ResumeLayout(false);
    739       this.splitContainer2.Panel2.ResumeLayout(false);
    740       this.splitContainer2.ResumeLayout(false);
     722      this.tcManagementConsole.ResumeLayout(false);
    741723      this.ResumeLayout(false);
    742724      this.PerformLayout();
     
    805787    private System.Windows.Forms.SplitContainer splitContainer1;
    806788    private System.Windows.Forms.TreeView tvClientControl;
    807     private System.Windows.Forms.SplitContainer splitContainer2;
    808     private System.Windows.Forms.TreeView tvJobControl;
     789    private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem;
    809790  }
    810791}
Note: See TracChangeset for help on using the changeset viewer.