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)

Location:
trunk/sources/HeuristicLab.Operators.Views/3.3
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Views/3.3/AlgorithmOperatorView.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.parametersTabPage);
    7678      this.tabControl.Controls.Add(this.operatorGraphTabPage);
    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      // parametersTabPage
     
    8789      this.parametersTabPage.Name = "parametersTabPage";
    8890      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
    89       this.parametersTabPage.Size = new System.Drawing.Size(478, 384);
     91      this.parametersTabPage.Size = new System.Drawing.Size(478, 410);
    9092      this.parametersTabPage.TabIndex = 0;
    9193      this.parametersTabPage.Text = "Parameters";
     
    9799                  | System.Windows.Forms.AnchorStyles.Left)
    98100                  | System.Windows.Forms.AnchorStyles.Right)));
     101      this.parameterCollectionView.Caption = "ParameterCollection View";
    99102      this.parameterCollectionView.Content = null;
    100103      this.parameterCollectionView.Location = new System.Drawing.Point(6, 6);
    101104      this.parameterCollectionView.Name = "parameterCollectionView";
    102       this.parameterCollectionView.Size = new System.Drawing.Size(466, 372);
     105      this.parameterCollectionView.ReadOnly = false;
     106      this.parameterCollectionView.Size = new System.Drawing.Size(466, 398);
    103107      this.parameterCollectionView.TabIndex = 0;
    104108      //
     
    109113      this.operatorGraphTabPage.Name = "operatorGraphTabPage";
    110114      this.operatorGraphTabPage.Padding = new System.Windows.Forms.Padding(3);
    111       this.operatorGraphTabPage.Size = new System.Drawing.Size(478, 384);
     115      this.operatorGraphTabPage.Size = new System.Drawing.Size(478, 410);
    112116      this.operatorGraphTabPage.TabIndex = 1;
    113117      this.operatorGraphTabPage.Text = "Operator Graph";
     
    119123                  | System.Windows.Forms.AnchorStyles.Left)
    120124                  | System.Windows.Forms.AnchorStyles.Right)));
     125      this.operatorGraphViewHost.Caption = "View";
    121126      this.operatorGraphViewHost.Content = null;
     127      this.operatorGraphViewHost.Enabled = false;
    122128      this.operatorGraphViewHost.Location = new System.Drawing.Point(6, 6);
    123129      this.operatorGraphViewHost.Name = "operatorGraphViewHost";
    124       this.operatorGraphViewHost.Size = new System.Drawing.Size(466, 372);
     130      this.operatorGraphViewHost.ReadOnly = false;
     131      this.operatorGraphViewHost.Size = new System.Drawing.Size(466, 398);
    125132      this.operatorGraphViewHost.TabIndex = 0;
     133      this.operatorGraphViewHost.ViewsLabelVisible = true;
    126134      this.operatorGraphViewHost.ViewType = null;
    127135      //
     
    129137      //
    130138      this.breakpointCheckBox.AutoSize = true;
    131       this.breakpointCheckBox.Location = new System.Drawing.Point(72, 52);
     139      this.breakpointCheckBox.Location = new System.Drawing.Point(70, 26);
    132140      this.breakpointCheckBox.Name = "breakpointCheckBox";
    133141      this.breakpointCheckBox.Size = new System.Drawing.Size(15, 14);
    134       this.breakpointCheckBox.TabIndex = 5;
     142      this.breakpointCheckBox.TabIndex = 4;
     143      this.toolTip.SetToolTip(this.breakpointCheckBox, "Check if an engine should stop execution each time after this operator has been p" +
     144              "rocessed.");
    135145      this.breakpointCheckBox.UseVisualStyleBackColor = true;
    136146      this.breakpointCheckBox.CheckedChanged += new System.EventHandler(this.breakpointCheckBox_CheckedChanged);
    137       this.toolTip.SetToolTip(this.breakpointCheckBox, "Check if an engine should stop execution each time after this operator has been processed.");
    138147      //
    139148      // breakpointLabel
    140149      //
    141150      this.breakpointLabel.AutoSize = true;
    142       this.breakpointLabel.Location = new System.Drawing.Point(3, 52);
     151      this.breakpointLabel.Location = new System.Drawing.Point(3, 26);
    143152      this.breakpointLabel.Name = "breakpointLabel";
    144153      this.breakpointLabel.Size = new System.Drawing.Size(61, 13);
    145       this.breakpointLabel.TabIndex = 4;
     154      this.breakpointLabel.TabIndex = 3;
    146155      this.breakpointLabel.Text = "&Breakpoint:";
    147156      //
     
    155164      this.Name = "AlgorithmOperatorView";
    156165      this.Size = new System.Drawing.Size(486, 482);
     166      this.Controls.SetChildIndex(this.infoLabel, 0);
    157167      this.Controls.SetChildIndex(this.tabControl, 0);
    158168      this.Controls.SetChildIndex(this.nameLabel, 0);
    159       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    160169      this.Controls.SetChildIndex(this.nameTextBox, 0);
    161       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    162170      this.Controls.SetChildIndex(this.breakpointLabel, 0);
    163171      this.Controls.SetChildIndex(this.breakpointCheckBox, 0);
  • trunk/sources/HeuristicLab.Operators.Views/3.3/CheckedMultiOperatorView.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      //
    147       // MultiOperatorView
     154      // CheckedMultiOperatorView
    148155      //
    149156      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     
    152159      this.Controls.Add(this.breakpointLabel);
    153160      this.Controls.Add(this.tabControl);
    154       this.Name = "MultiOperatorView";
     161      this.Name = "CheckedMultiOperatorView";
    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);
  • trunk/sources/HeuristicLab.Operators.Views/3.3/HeuristicLab.Operators.Views-3.3.csproj

    r5163 r5832  
    1212    <AssemblyName>HeuristicLab.Operators.Views-3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    14     <TargetFrameworkProfile></TargetFrameworkProfile>
     14    <TargetFrameworkProfile>
     15    </TargetFrameworkProfile>
    1516    <FileAlignment>512</FileAlignment>
    1617    <SignAssembly>true</SignAssembly>
     
    9596  </PropertyGroup>
    9697  <ItemGroup>
     98    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     99    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     100    <Reference Include="HeuristicLab.Data.Views-3.3">
     101      <HintPath>..\..\HeuristicLab.Data.Views\3.3\bin\Debug\HeuristicLab.Data.Views-3.3.dll</HintPath>
     102    </Reference>
     103    <Reference Include="HeuristicLab.Optimization-3.3">
     104      <HintPath>..\..\HeuristicLab.Optimization\3.3\bin\Debug\HeuristicLab.Optimization-3.3.dll</HintPath>
     105    </Reference>
     106    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
     107      <HintPath>..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\bin\Debug\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
     108    </Reference>
    97109    <Reference Include="System" />
    98110    <Reference Include="System.Core">
     
    101113    <Reference Include="System.Drawing" />
    102114    <Reference Include="System.Windows.Forms" />
     115    <Reference Include="System.Windows.Forms.DataVisualization" />
    103116    <Reference Include="System.Xml.Linq">
    104117      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     
    177190      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    178191      <Name>HeuristicLab.Operators-3.3</Name>
     192    </ProjectReference>
     193    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
     194      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
     195      <Name>HeuristicLab.Optimization.Views-3.3</Name>
    179196    </ProjectReference>
    180197    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
  • 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);
  • 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();
  • trunk/sources/HeuristicLab.Operators.Views/3.3/ValuesCollectorView.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.collectedValuesTabPage);
    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      // collectedValuesTabPage
     
    8789      this.collectedValuesTabPage.Name = "collectedValuesTabPage";
    8890      this.collectedValuesTabPage.Padding = new System.Windows.Forms.Padding(3);
    89       this.collectedValuesTabPage.Size = new System.Drawing.Size(478, 384);
     91      this.collectedValuesTabPage.Size = new System.Drawing.Size(478, 410);
    9092      this.collectedValuesTabPage.TabIndex = 0;
    9193      this.collectedValuesTabPage.Text = "Collected Values";
     
    9799                  | System.Windows.Forms.AnchorStyles.Left)
    98100                  | System.Windows.Forms.AnchorStyles.Right)));
     101      this.collectedValuesView.Caption = "ParameterCollection View";
    99102      this.collectedValuesView.Content = null;
    100103      this.collectedValuesView.Location = new System.Drawing.Point(6, 6);
    101104      this.collectedValuesView.Name = "collectedValuesView";
    102       this.collectedValuesView.Size = new System.Drawing.Size(466, 372);
     105      this.collectedValuesView.ReadOnly = false;
     106      this.collectedValuesView.Size = new System.Drawing.Size(466, 398);
    103107      this.collectedValuesView.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 = "ValuesCollectorView";
    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.