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:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources

  • 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);
Note: See TracChangeset for help on using the changeset viewer.