Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/25/11 17:18:58 (14 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/MultiOperatorView.Designer.cs

    r5466 r5832  
    6262      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    6363      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    64       this.nameTextBox.Size = new System.Drawing.Size(414, 20);
     64      this.nameTextBox.Location = new System.Drawing.Point(70, 0);
     65      this.nameTextBox.Size = new System.Drawing.Size(391, 20);
    6566      //
    66       // descriptionTextBox
     67      // infoLabel
    6768      //
    68       this.descriptionTextBox.Size = new System.Drawing.Size(414, 20);
     69      this.infoLabel.Location = new System.Drawing.Point(467, 3);
    6970      //
    7071      // tabControl
    7172      //
     73      this.tabControl.AllowDrop = true;
    7274      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    7375                  | System.Windows.Forms.AnchorStyles.Left)
     
    7577      this.tabControl.Controls.Add(this.operatorsTabPage);
    7678      this.tabControl.Controls.Add(this.parametersTabPage);
    77       this.tabControl.Location = new System.Drawing.Point(0, 72);
     79      this.tabControl.Location = new System.Drawing.Point(0, 46);
    7880      this.tabControl.Name = "tabControl";
    7981      this.tabControl.SelectedIndex = 0;
    80       this.tabControl.Size = new System.Drawing.Size(486, 410);
    81       this.tabControl.TabIndex = 6;
     82      this.tabControl.Size = new System.Drawing.Size(486, 436);
     83      this.tabControl.TabIndex = 5;
    8284      //
    8385      // operatorsTabPage
     
    8789      this.operatorsTabPage.Name = "operatorsTabPage";
    8890      this.operatorsTabPage.Padding = new System.Windows.Forms.Padding(3);
    89       this.operatorsTabPage.Size = new System.Drawing.Size(478, 384);
     91      this.operatorsTabPage.Size = new System.Drawing.Size(478, 410);
    9092      this.operatorsTabPage.TabIndex = 0;
    9193      this.operatorsTabPage.Text = "Operators";
     
    9799                  | System.Windows.Forms.AnchorStyles.Left)
    98100                  | System.Windows.Forms.AnchorStyles.Right)));
     101      this.operatorListView.Caption = "OperatorList View";
    99102      this.operatorListView.Content = null;
    100103      this.operatorListView.Location = new System.Drawing.Point(6, 6);
    101104      this.operatorListView.Name = "operatorListView";
    102       this.operatorListView.Size = new System.Drawing.Size(466, 372);
     105      this.operatorListView.ReadOnly = false;
     106      this.operatorListView.Size = new System.Drawing.Size(466, 398);
    103107      this.operatorListView.TabIndex = 0;
    104108      //
     
    109113      this.parametersTabPage.Name = "parametersTabPage";
    110114      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
    111       this.parametersTabPage.Size = new System.Drawing.Size(478, 338);
     115      this.parametersTabPage.Size = new System.Drawing.Size(478, 410);
    112116      this.parametersTabPage.TabIndex = 1;
    113117      this.parametersTabPage.Text = "Parameters";
     
    119123                  | System.Windows.Forms.AnchorStyles.Left)
    120124                  | System.Windows.Forms.AnchorStyles.Right)));
     125      this.parameterCollectionView.Caption = "ParameterCollection View";
    121126      this.parameterCollectionView.Content = null;
    122127      this.parameterCollectionView.Location = new System.Drawing.Point(6, 6);
    123128      this.parameterCollectionView.Name = "parameterCollectionView";
    124       this.parameterCollectionView.Size = new System.Drawing.Size(466, 326);
     129      this.parameterCollectionView.ReadOnly = false;
     130      this.parameterCollectionView.Size = new System.Drawing.Size(466, 398);
    125131      this.parameterCollectionView.TabIndex = 0;
    126132      //
     
    128134      //
    129135      this.breakpointCheckBox.AutoSize = true;
    130       this.breakpointCheckBox.Location = new System.Drawing.Point(72, 52);
     136      this.breakpointCheckBox.Location = new System.Drawing.Point(70, 26);
    131137      this.breakpointCheckBox.Name = "breakpointCheckBox";
    132138      this.breakpointCheckBox.Size = new System.Drawing.Size(15, 14);
    133       this.breakpointCheckBox.TabIndex = 5;
     139      this.breakpointCheckBox.TabIndex = 4;
     140      this.toolTip.SetToolTip(this.breakpointCheckBox, "Check if an engine should stop execution each time after this operator has been p" +
     141              "rocessed.");
    134142      this.breakpointCheckBox.UseVisualStyleBackColor = true;
    135143      this.breakpointCheckBox.CheckedChanged += new System.EventHandler(this.breakpointCheckBox_CheckedChanged);
    136       this.toolTip.SetToolTip(this.breakpointCheckBox, "Check if an engine should stop execution each time after this operator has been processed.");
    137144      //
    138145      // breakpointLabel
    139146      //
    140147      this.breakpointLabel.AutoSize = true;
    141       this.breakpointLabel.Location = new System.Drawing.Point(3, 52);
     148      this.breakpointLabel.Location = new System.Drawing.Point(3, 26);
    142149      this.breakpointLabel.Name = "breakpointLabel";
    143150      this.breakpointLabel.Size = new System.Drawing.Size(61, 13);
    144       this.breakpointLabel.TabIndex = 4;
     151      this.breakpointLabel.TabIndex = 3;
    145152      this.breakpointLabel.Text = "&Breakpoint:";
    146153      //
     
    154161      this.Name = "MultiOperatorView";
    155162      this.Size = new System.Drawing.Size(486, 482);
     163      this.Controls.SetChildIndex(this.infoLabel, 0);
    156164      this.Controls.SetChildIndex(this.tabControl, 0);
    157165      this.Controls.SetChildIndex(this.nameLabel, 0);
    158       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    159166      this.Controls.SetChildIndex(this.nameTextBox, 0);
    160       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    161167      this.Controls.SetChildIndex(this.breakpointLabel, 0);
    162168      this.Controls.SetChildIndex(this.breakpointCheckBox, 0);
Note: See TracChangeset for help on using the changeset viewer.