Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/25/11 17:18:58 (13 years ago)
Author:
swagner
Message:

Moved description from textbox to icon in NamedItemView and adapted all derived views (#1416)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Views/3.3/OperatorView.Designer.cs

    r5445 r5832  
    5252      // parameterCollectionView
    5353      //
    54       this.parameterCollectionView.Location = new System.Drawing.Point(0, 72);
    55       this.parameterCollectionView.Size = new System.Drawing.Size(490, 281);
    56       this.parameterCollectionView.TabIndex = 6;
     54      this.parameterCollectionView.Location = new System.Drawing.Point(0, 46);
     55      this.parameterCollectionView.Size = new System.Drawing.Size(490, 307);
     56      this.parameterCollectionView.TabIndex = 5;
    5757      //
    5858      // nameTextBox
     
    6060      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    6161      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
     62      this.nameTextBox.Location = new System.Drawing.Point(70, 0);
     63      this.nameTextBox.Size = new System.Drawing.Size(395, 20);
     64      //
     65      // infoLabel
     66      //
     67      this.infoLabel.Location = new System.Drawing.Point(471, 3);
    6268      //
    6369      // breakpointLabel
    6470      //
    6571      this.breakpointLabel.AutoSize = true;
    66       this.breakpointLabel.Location = new System.Drawing.Point(3, 52);
     72      this.breakpointLabel.Location = new System.Drawing.Point(3, 26);
    6773      this.breakpointLabel.Name = "breakpointLabel";
    6874      this.breakpointLabel.Size = new System.Drawing.Size(61, 13);
    69       this.breakpointLabel.TabIndex = 4;
     75      this.breakpointLabel.TabIndex = 3;
    7076      this.breakpointLabel.Text = "&Breakpoint:";
    7177      //
     
    7379      //
    7480      this.breakpointCheckBox.AutoSize = true;
    75       this.breakpointCheckBox.Location = new System.Drawing.Point(72, 52);
     81      this.breakpointCheckBox.Location = new System.Drawing.Point(70, 26);
    7682      this.breakpointCheckBox.Name = "breakpointCheckBox";
    7783      this.breakpointCheckBox.Size = new System.Drawing.Size(15, 14);
    78       this.breakpointCheckBox.TabIndex = 5;
     84      this.breakpointCheckBox.TabIndex = 4;
     85      this.toolTip.SetToolTip(this.breakpointCheckBox, "Check if an engine should stop execution each time after this operator has been p" +
     86              "rocessed.");
    7987      this.breakpointCheckBox.UseVisualStyleBackColor = true;
    8088      this.breakpointCheckBox.CheckedChanged += new System.EventHandler(this.breakpointCheckBox_CheckedChanged);
    81       this.toolTip.SetToolTip(this.breakpointCheckBox, "Check if an engine should stop execution each time after this operator has been processed.");
    8289      //
    8390      // OperatorView
     
    8592      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    8693      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     94      this.Controls.Add(this.breakpointLabel);
    8795      this.Controls.Add(this.breakpointCheckBox);
    88       this.Controls.Add(this.breakpointLabel);
    8996      this.Name = "OperatorView";
     97      this.Controls.SetChildIndex(this.breakpointCheckBox, 0);
    9098      this.Controls.SetChildIndex(this.breakpointLabel, 0);
    91       this.Controls.SetChildIndex(this.breakpointCheckBox, 0);
     99      this.Controls.SetChildIndex(this.infoLabel, 0);
    92100      this.Controls.SetChildIndex(this.nameTextBox, 0);
    93101      this.Controls.SetChildIndex(this.nameLabel, 0);
    94       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    95       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    96102      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
    97103      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
Note: See TracChangeset for help on using the changeset viewer.