Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/11/11 21:54:39 (13 years ago)
Author:
ascheibe
Message:

#1233 some minor improvements in the Slave UI and Administrator UI

File:
1 edited

Legend:

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

    r6730 r6734  
    3939      this.slaveMainView.Name = "slaveMainView";
    4040      this.slaveMainView.ReadOnly = false;
    41       this.slaveMainView.Size = new System.Drawing.Size(662, 471);
     41      this.slaveMainView.Size = new System.Drawing.Size(588, 328);
    4242      this.slaveMainView.TabIndex = 0;
    43       this.slaveMainView.WindowState = System.Windows.Forms.FormWindowState.Normal;
    4443      //
    4544      // MainWindow
     
    4746      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    4847      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    49       this.ClientSize = new System.Drawing.Size(686, 495);
     48      this.ClientSize = new System.Drawing.Size(612, 352);
    5049      this.Controls.Add(this.slaveMainView);
    5150      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
    5251      this.Name = "MainWindow";
    5352      this.Text = "HeuristicLab Hive Slave";
     53      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing);
    5454      this.ResumeLayout(false);
    5555
Note: See TracChangeset for help on using the changeset viewer.