Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/07/11 12:49:03 (13 years ago)
Author:
mkommend
Message:

#1479: Merged trunk changes into branch.

Location:
branches/GP.Grammar.Editor/HeuristicLab.Problems.QuadraticAssignment.Views/3.3
Files:
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • branches/GP.Grammar.Editor/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/HeuristicLab.Problems.QuadraticAssignment.Views-3.3.csproj

    r5933 r6377  
    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>
     
    137145  </ItemGroup>
    138146  <ItemGroup>
    139     <EmbeddedResource Include="QAPAssignmentView.resx">
    140       <DependentUpon>QAPAssignmentView.cs</DependentUpon>
    141     </EmbeddedResource>
    142     <EmbeddedResource Include="QAPVisualizationControl.resx">
    143       <DependentUpon>QAPVisualizationControl.cs</DependentUpon>
    144     </EmbeddedResource>
    145     <EmbeddedResource Include="QuadraticAssignmentProblemView.resx">
    146       <DependentUpon>QuadraticAssignmentProblemView.cs</DependentUpon>
    147     </EmbeddedResource>
    148   </ItemGroup>
    149   <ItemGroup>
    150147    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
    151148      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
     
    183180      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
    184181      <Name>HeuristicLab.MainForm-3.3</Name>
     182    </ProjectReference>
     183    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
     184      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
     185      <Name>HeuristicLab.Optimization.Views-3.3</Name>
    185186    </ProjectReference>
    186187    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
  • branches/GP.Grammar.Editor/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QuadraticAssignmentProblemView.Designer.cs

    r5933 r6377  
    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);
  • branches/GP.Grammar.Editor/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QuadraticAssignmentProblemView.cs

    r5838 r6377  
    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}
Note: See TracChangeset for help on using the changeset viewer.