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/ParameterView.Designer.cs

    r2664 r2676  
    4747      this.dataTypeLabel = new System.Windows.Forms.Label();
    4848      this.dataTypeTextBox = new System.Windows.Forms.TextBox();
     49      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    4950      this.SuspendLayout();
    5051      //
    5152      // nameTextBox
    5253      //
    53       this.nameTextBox.Location = new System.Drawing.Point(80, 0);
    54       this.nameTextBox.Size = new System.Drawing.Size(313, 20);
     54      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     55      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
     56      this.nameTextBox.Location = new System.Drawing.Point(72, 0);
     57      this.nameTextBox.Size = new System.Drawing.Size(321, 20);
     58      //
     59      // nameLabel
     60      //
     61      this.nameLabel.Location = new System.Drawing.Point(3, 3);
     62      //
     63      // descriptionLabel
     64      //
     65      this.descriptionLabel.Location = new System.Drawing.Point(3, 29);
    5566      //
    5667      // descriptionTextBox
     
    5869      this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    5970                  | System.Windows.Forms.AnchorStyles.Right)));
    60       this.descriptionTextBox.Location = new System.Drawing.Point(80, 26);
    61       this.descriptionTextBox.Size = new System.Drawing.Size(313, 62);
     71      this.descriptionTextBox.Location = new System.Drawing.Point(72, 26);
     72      this.descriptionTextBox.Size = new System.Drawing.Size(321, 62);
    6273      //
    6374      // dataTypeLabel
     
    7485      this.dataTypeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    7586                  | System.Windows.Forms.AnchorStyles.Right)));
    76       this.dataTypeTextBox.Location = new System.Drawing.Point(80, 94);
     87      this.dataTypeTextBox.Location = new System.Drawing.Point(72, 94);
    7788      this.dataTypeTextBox.Name = "dataTypeTextBox";
    7889      this.dataTypeTextBox.ReadOnly = true;
    79       this.dataTypeTextBox.Size = new System.Drawing.Size(313, 20);
     90      this.dataTypeTextBox.Size = new System.Drawing.Size(321, 20);
    8091      this.dataTypeTextBox.TabIndex = 5;
    8192      //
    82       // ParameterBaseView
     93      // ParameterView
    8394      //
    8495      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    8596      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     97      this.Controls.Add(this.dataTypeLabel);
    8698      this.Controls.Add(this.dataTypeTextBox);
    87       this.Controls.Add(this.dataTypeLabel);
    88       this.Name = "ParameterBaseView";
    89       this.Size = new System.Drawing.Size(393, 117);
     99      this.Name = "ParameterView";
     100      this.Size = new System.Drawing.Size(393, 124);
     101      this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
    90102      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    91       this.Controls.SetChildIndex(this.dataTypeLabel, 0);
    92       this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
    93103      this.Controls.SetChildIndex(this.descriptionLabel, 0);
    94104      this.Controls.SetChildIndex(this.nameLabel, 0);
    95105      this.Controls.SetChildIndex(this.nameTextBox, 0);
     106      this.Controls.SetChildIndex(this.dataTypeLabel, 0);
     107      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    96108      this.ResumeLayout(false);
    97109      this.PerformLayout();
Note: See TracChangeset for help on using the changeset viewer.