Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/17/11 20:58:36 (14 years ago)
Author:
ascheibe
Message:

#1233 added buttons to gui for slave control

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveTrayIcon/MainWindow.Designer.cs

    r5314 r5315  
    2828      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
    2929      this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
    30       this.slaveView = new HeuristicLab.Clients.Hive.Slave.Views.SlaveView();
    3130      this.contextMenuNotifyIcon = new System.Windows.Forms.ContextMenuStrip(this.components);
    3231      this.showToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    3332      this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     33      this.slaveView = new HeuristicLab.Clients.Hive.Slave.Views.SlaveView();
    3434      this.contextMenuNotifyIcon.SuspendLayout();
    3535      this.SuspendLayout();
     
    4444      this.notifyIcon.Visible = true;
    4545      this.notifyIcon.DoubleClick += new System.EventHandler(this.notifyIcon_DoubleClick);
    46       //
    47       // slaveView
    48       //
    49       this.slaveView.Caption = "HeuristicLab Slave View";
    50       this.slaveView.Content = null;
    51       this.slaveView.Location = new System.Drawing.Point(12, 12);
    52       this.slaveView.Name = "slaveView";
    53       this.slaveView.ReadOnly = false;
    54       this.slaveView.Size = new System.Drawing.Size(509, 343);
    55       this.slaveView.TabIndex = 0;
    5646      //
    5747      // contextMenuNotifyIcon
     
    7767      this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
    7868      //
     69      // slaveView
     70      //
     71      this.slaveView.Caption = "HeuristicLab Slave View";
     72      this.slaveView.Content = null;
     73      this.slaveView.Location = new System.Drawing.Point(12, 12);
     74      this.slaveView.Name = "slaveView";
     75      this.slaveView.ReadOnly = false;
     76      this.slaveView.Size = new System.Drawing.Size(658, 343);
     77      this.slaveView.TabIndex = 0;
     78      //
    7979      // MainWindow
    8080      //
    8181      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    8282      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    83       this.ClientSize = new System.Drawing.Size(643, 433);
     83      this.ClientSize = new System.Drawing.Size(676, 433);
    8484      this.ContextMenuStrip = this.contextMenuNotifyIcon;
    8585      this.Controls.Add(this.slaveView);
Note: See TracChangeset for help on using the changeset viewer.