Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/25/10 02:34:23 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • continued work on adapting and refactoring HeuristicLab.Data according to the changes in HeuristicLab.Core
  • unified visual appearance of views
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/ViewHost.Designer.cs

    r2665 r2676  
    6363      // messageLabel
    6464      //
    65       this.messageLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    66                   | System.Windows.Forms.AnchorStyles.Right)));
    67       this.messageLabel.Location = new System.Drawing.Point(3, 24);
     65      this.messageLabel.Dock = System.Windows.Forms.DockStyle.Fill;
     66      this.messageLabel.Location = new System.Drawing.Point(0, 0);
    6867      this.messageLabel.Name = "messageLabel";
    69       this.messageLabel.Size = new System.Drawing.Size(221, 20);
     68      this.messageLabel.Size = new System.Drawing.Size(227, 184);
    7069      this.messageLabel.TabIndex = 0;
    7170      this.messageLabel.Text = "No view available.";
    72       this.messageLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     71      this.messageLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
    7372      //
    7473      // viewLabel
     
    8786      this.viewComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    8887      this.viewComboBox.FormattingEnabled = true;
    89       this.viewComboBox.Location = new System.Drawing.Point(44, 0);
     88      this.viewComboBox.Location = new System.Drawing.Point(42, 0);
    9089      this.viewComboBox.Name = "viewComboBox";
    91       this.viewComboBox.Size = new System.Drawing.Size(183, 21);
     90      this.viewComboBox.Size = new System.Drawing.Size(185, 21);
    9291      this.viewComboBox.TabIndex = 1;
    9392      this.viewComboBox.SelectedIndexChanged += new System.EventHandler(this.viewComboBox_SelectedIndexChanged);
     
    9796      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    9897      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    99       this.Controls.Add(this.messageLabel);
    10098      this.Controls.Add(this.viewComboBox);
    10199      this.Controls.Add(this.viewLabel);
    102100      this.Controls.Add(this.viewPanel);
     101      this.Controls.Add(this.messageLabel);
    103102      this.Name = "ViewHost";
    104103      this.Size = new System.Drawing.Size(227, 184);
     
    110109    #endregion
    111110
    112     private System.Windows.Forms.Panel viewPanel;
    113     private System.Windows.Forms.Label viewLabel;
    114     private System.Windows.Forms.ComboBox viewComboBox;
    115     private System.Windows.Forms.Label messageLabel;
     111    protected System.Windows.Forms.Panel viewPanel;
     112    protected System.Windows.Forms.Label viewLabel;
     113    protected System.Windows.Forms.ComboBox viewComboBox;
     114    protected System.Windows.Forms.Label messageLabel;
    116115
    117116  }
Note: See TracChangeset for help on using the changeset viewer.