Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/29/11 15:40:01 (13 years ago)
Author:
svonolfe
Message:

Merged changes from trunk into branch (#1177)

Location:
branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/HeuristicLab.Problems.VehicleRouting.Views-3.4.csproj

    r4860 r5867  
    1111    <RootNamespace>HeuristicLab.Problems.VehicleRouting.Views</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Problems.VehicleRouting.Views-3.4</AssemblyName>
    13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <SignAssembly>true</SignAssembly>
     
    3434    <UseApplicationTrust>false</UseApplicationTrust>
    3535    <BootstrapperEnabled>true</BootstrapperEnabled>
     36    <TargetFrameworkProfile />
    3637  </PropertyGroup>
    3738  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  • branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/VRPImportDialog.Designer.cs

    r4860 r5867  
    100100      //
    101101      this.openVRPFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    102       this.openVRPFileButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
     102      this.openVRPFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
    103103      this.openVRPFileButton.Location = new System.Drawing.Point(520, 10);
    104104      this.openVRPFileButton.Name = "openVRPFileButton";
     
    131131      //
    132132      this.openTourFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    133       this.openTourFileButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
     133      this.openTourFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
    134134      this.openTourFileButton.Location = new System.Drawing.Point(520, 35);
    135135      this.openTourFileButton.Name = "openTourFileButton";
     
    161161      //
    162162      this.clearTourFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    163       this.clearTourFileButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Remove;
     163      this.clearTourFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
    164164      this.clearTourFileButton.Location = new System.Drawing.Point(550, 35);
    165165      this.clearTourFileButton.Name = "clearTourFileButton";
  • branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/VRPSolutionView.Designer.cs

    r4374 r5867  
    2424    /// </summary>
    2525    private void InitializeComponent() {
    26       this.tabControl1 = new System.Windows.Forms.TabControl();
     26      this.tabControl1 = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    2727      this.tabPage1 = new System.Windows.Forms.TabPage();
    2828      this.problemInstanceView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     
    119119    #endregion
    120120
    121     private System.Windows.Forms.TabControl tabControl1;
     121    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl1;
    122122    private System.Windows.Forms.TabPage tabPage1;
    123123    private MainForm.WindowsForms.ViewHost problemInstanceView;
  • branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/VehicleRoutingProblemView.Designer.cs

    r4860 r5867  
    3333      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    3434      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
     35      this.nameTextBox.Location = new System.Drawing.Point(60, 0);
     36      this.nameTextBox.Size = new System.Drawing.Size(405, 20);
     37      //
     38      // infoLabel
     39      //
     40      this.infoLabel.Location = new System.Drawing.Point(471, 3);
    3541      //
    3642      // importButton
     
    3844      this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    3945                  | System.Windows.Forms.AnchorStyles.Right)));
    40       this.importButton.Location = new System.Drawing.Point(0, 55);
     46      this.importButton.Location = new System.Drawing.Point(0, 26);
    4147      this.importButton.Name = "importButton";
    4248      this.importButton.Size = new System.Drawing.Size(490, 23);
     
    5359      this.parameterCollectionView.Caption = "ParameterCollection View";
    5460      this.parameterCollectionView.Content = null;
    55       this.parameterCollectionView.Location = new System.Drawing.Point(0, 84);
     61      this.parameterCollectionView.Location = new System.Drawing.Point(0, 55);
    5662      this.parameterCollectionView.Name = "parameterCollectionView";
    5763      this.parameterCollectionView.ReadOnly = false;
    58       this.parameterCollectionView.Size = new System.Drawing.Size(490, 268);
     64      this.parameterCollectionView.Size = new System.Drawing.Size(490, 210);
    5965      this.parameterCollectionView.TabIndex = 9;
    6066      //
     
    6571      this.Controls.Add(this.importButton);
    6672      this.Name = "VehicleRoutingProblemView";
    67       this.Size = new System.Drawing.Size(490, 352);
     73      this.Size = new System.Drawing.Size(490, 275);
    6874      this.Controls.SetChildIndex(this.importButton, 0);
    6975      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
    7076      this.Controls.SetChildIndex(this.nameTextBox, 0);
    7177      this.Controls.SetChildIndex(this.nameLabel, 0);
    72       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    73       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    7478      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    7579      this.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.