Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/30/11 18:07:32 (13 years ago)
Author:
abeham
Message:

#1465, #1469, #1470, #1494, #1496, #1497, #1539, #1487

  • merged to trunk
Location:
trunk/sources
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources

  • trunk/sources/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/HeuristicLab.Problems.QuadraticAssignment.Views-3.3.csproj

    r5933 r6342  
    102102  </PropertyGroup>
    103103  <ItemGroup>
     104    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />
     105    <Reference Include="HeuristicLab.Data.Views-3.3">
     106      <HintPath>..\..\HeuristicLab.Data.Views\3.3\bin\x86\Debug\HeuristicLab.Data.Views-3.3.dll</HintPath>
     107    </Reference>
     108    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
     109      <HintPath>..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\bin\x86\Debug\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
     110    </Reference>
    104111    <Reference Include="System" />
    105112    <Reference Include="System.Core" />
     
    107114    <Reference Include="System.Drawing" />
    108115    <Reference Include="System.Windows.Forms" />
     116    <Reference Include="System.Windows.Forms.DataVisualization" />
    109117    <Reference Include="System.Xml" />
    110118  </ItemGroup>
     
    184192      <Name>HeuristicLab.MainForm-3.3</Name>
    185193    </ProjectReference>
     194    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
     195      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
     196      <Name>HeuristicLab.Optimization.Views-3.3</Name>
     197    </ProjectReference>
    186198    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    187199      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
  • trunk/sources/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QuadraticAssignmentProblemView.Designer.cs

    r5933 r6342  
    101101      this.QAPLIBInstancesLabel.AutoSize = true;
    102102      this.QAPLIBInstancesLabel.Cursor = System.Windows.Forms.Cursors.Hand;
     103      this.QAPLIBInstancesLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     104      this.QAPLIBInstancesLabel.ForeColor = System.Drawing.Color.Blue;
    103105      this.QAPLIBInstancesLabel.Location = new System.Drawing.Point(3, 5);
    104106      this.QAPLIBInstancesLabel.Name = "QAPLIBInstancesLabel";
     
    109111              "qaplib/");
    110112      this.QAPLIBInstancesLabel.Click += new System.EventHandler(this.QAPLIBInstancesLabel_Click);
     113      this.QAPLIBInstancesLabel.MouseEnter += new System.EventHandler(this.QAPLIBInstancesLabel_MouseEnter);
     114      this.QAPLIBInstancesLabel.MouseLeave += new System.EventHandler(this.QAPLIBInstancesLabel_MouseLeave);
    111115      //
    112116      // instancesComboBox
     
    191195      this.Name = "QuadraticAssignmentProblemView";
    192196      this.Size = new System.Drawing.Size(647, 492);
    193       this.Controls.SetChildIndex(this.infoLabel, 0);
    194       this.Controls.SetChildIndex(this.parameterCollectionView, 0);
    195       this.Controls.SetChildIndex(this.nameLabel, 0);
    196       this.Controls.SetChildIndex(this.nameTextBox, 0);
    197197      this.Controls.SetChildIndex(this.QAPLIBInstancesLabel, 0);
    198198      this.Controls.SetChildIndex(this.loadInstanceButton, 0);
     
    200200      this.Controls.SetChildIndex(this.tabControl, 0);
    201201      this.Controls.SetChildIndex(this.instancesComboBox, 0);
     202      this.Controls.SetChildIndex(this.infoLabel, 0);
     203      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
     204      this.Controls.SetChildIndex(this.nameLabel, 0);
     205      this.Controls.SetChildIndex(this.nameTextBox, 0);
    202206      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    203207      this.tabControl.ResumeLayout(false);
  • trunk/sources/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QuadraticAssignmentProblemView.cs

    r5838 r6342  
    2121
    2222using System;
     23using System.Drawing;
    2324using System.Windows.Forms;
    2425using HeuristicLab.Common.Resources;
     
    120121      System.Diagnostics.Process.Start("http://www.seas.upenn.edu/qaplib/");
    121122    }
     123
     124    private void QAPLIBInstancesLabel_MouseEnter(object sender, EventArgs e) {
     125      Cursor = Cursors.Hand;
     126      QAPLIBInstancesLabel.ForeColor = Color.Red;
     127      toolTip.SetToolTip(QAPLIBInstancesLabel, "Browse to http://www.seas.upenn.edu/qaplib/");
     128    }
     129
     130    private void QAPLIBInstancesLabel_MouseLeave(object sender, EventArgs e) {
     131      Cursor = Cursors.Default;
     132      QAPLIBInstancesLabel.ForeColor = Color.Blue;
     133      toolTip.SetToolTip(QAPLIBInstancesLabel, String.Empty);
     134    }
    122135  }
    123136}
  • trunk/sources/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QuadraticAssignmentProblemView.resx

    r5583 r6342  
    121121    <value>107, 17</value>
    122122  </metadata>
     123  <metadata name="errorProvider.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
     124    <value>107, 17</value>
     125  </metadata>
    123126  <metadata name="toolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    124127    <value>17, 17</value>
Note: See TracChangeset for help on using the changeset viewer.