Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5677


Ignore:
Timestamp:
03/14/11 18:10:31 (13 years ago)
Author:
ascheibe
Message:

#1233 some minor ui fixes for the slave

Location:
branches/HeuristicLab.Hive-3.4/sources
Files:
2 edited

Legend:

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

    r5599 r5677  
    6969      // slaveView
    7070      //
     71      this.slaveView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     72                  | System.Windows.Forms.AnchorStyles.Left)
     73                  | System.Windows.Forms.AnchorStyles.Right)));
    7174      this.slaveView.Caption = "HeuristicLab Slave View";
    7275      this.slaveView.Content = null;
     
    7477      this.slaveView.Name = "slaveView";
    7578      this.slaveView.ReadOnly = false;
    76       this.slaveView.Size = new System.Drawing.Size(658, 430);
     79      this.slaveView.Size = new System.Drawing.Size(593, 430);
    7780      this.slaveView.TabIndex = 0;
    7881      //
     
    8184      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    8285      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    83       this.ClientSize = new System.Drawing.Size(618, 454);
     86      this.ClientSize = new System.Drawing.Size(617, 454);
    8487      this.ContextMenuStrip = this.contextMenuNotifyIcon;
    8588      this.Controls.Add(this.slaveView);
     89      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
    8690      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     91      this.MaximizeBox = false;
    8792      this.Name = "MainWindow";
    8893      this.Text = "HeuristicLab Hive Slave View";
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Views/3.4/SlaveAboutDialog.Designer.cs

    r5602 r5677  
    9595      this.licenseTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
    9696      this.licenseTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
    97       this.licenseTextBox.Location = new System.Drawing.Point(257, 78);
     97      this.licenseTextBox.Location = new System.Drawing.Point(257, 71);
    9898      this.licenseTextBox.Name = "licenseTextBox";
    9999      this.licenseTextBox.ReadOnly = true;
     
    193193      this.Controls.Add(this.label);
    194194      this.Controls.Add(this.btnOk);
     195      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
    195196      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
    196197      this.MaximizeBox = false;
Note: See TracChangeset for help on using the changeset viewer.