Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/22/11 16:28:59 (13 years ago)
Author:
ascheibe
Message:

#1233

  • implemented administrator ui review comments
  • implemented slave ui review comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Views/3.3/SlaveMainViewTray.Designer.cs

    r6730 r6823  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.slaveView = new HeuristicLab.Clients.Hive.SlaveCore.Views.SlaveViewTray();
     47      this.slaveCmdsWithKill = new HeuristicLab.Clients.Hive.SlaveCore.Views.SlaveCmdsWithKill();
    4848      this.tabSlaveView.SuspendLayout();
    4949      this.mainTabControl.SuspendLayout();
     50      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
     51      this.splitContainer.Panel1.SuspendLayout();
     52      this.splitContainer.Panel2.SuspendLayout();
     53      this.splitContainer.SuspendLayout();
    5054      this.SuspendLayout();
    5155      //
    52       // tabSlaveView
     56      // splitContainer
    5357      //
    54       this.tabSlaveView.Controls.Add(this.slaveView);
    5558      //
    56       // slaveView
     59      // splitContainer.Panel2
    5760      //
    58       this.slaveView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    59                   | System.Windows.Forms.AnchorStyles.Left)
    60                   | System.Windows.Forms.AnchorStyles.Right)));
    61       this.slaveView.Caption = "HeuristicLab Slave View";
    62       this.slaveView.Content = null;
    63       this.slaveView.Location = new System.Drawing.Point(6, 6);
    64       this.slaveView.Name = "slaveView";
    65       this.slaveView.ReadOnly = false;
    66       this.slaveView.Size = new System.Drawing.Size(627, 409);
    67       this.slaveView.TabIndex = 0;
     61      this.splitContainer.Panel2.Controls.Add(this.slaveCmdsWithKill);
    6862      //
    69       // SlaveMainView
     63      // slaveCmdsWithKill
     64      //
     65      this.slaveCmdsWithKill.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     66      this.slaveCmdsWithKill.Caption = "HeuristicLab Slave Cmds with Kill View";
     67      this.slaveCmdsWithKill.Content = null;
     68      this.slaveCmdsWithKill.Location = new System.Drawing.Point(3, 3);
     69      this.slaveCmdsWithKill.Name = "slaveCmdsWithKill";
     70      this.slaveCmdsWithKill.ReadOnly = false;
     71      this.slaveCmdsWithKill.Size = new System.Drawing.Size(92, 35);
     72      this.slaveCmdsWithKill.TabIndex = 0;
     73      //
     74      // SlaveMainViewTray
    7075      //
    7176      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    7277      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    73       this.Name = "SlaveMainView";
     78      this.Name = "SlaveMainViewTray";
    7479      this.tabSlaveView.ResumeLayout(false);
    7580      this.mainTabControl.ResumeLayout(false);
     81      this.splitContainer.Panel1.ResumeLayout(false);
     82      this.splitContainer.Panel2.ResumeLayout(false);
     83      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
     84      this.splitContainer.ResumeLayout(false);
    7685      this.ResumeLayout(false);
    7786
     
    8089    #endregion
    8190
    82     private SlaveViewTray slaveView;
     91    private SlaveCmdsWithKill slaveCmdsWithKill;
    8392
    8493
Note: See TracChangeset for help on using the changeset viewer.