Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/25/12 18:32:44 (12 years ago)
Author:
abeham
Message:

#1614: worked on GQAP and GRASP+PR

Location:
branches/GeneralizedQAP
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP

    • Property svn:ignore
      •  

        old new  
        11*.suo
         2TestResults
  • branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views/3.3

    • Property svn:ignore
      •  

        old new  
        22bin
        33obj
         4*.user
  • branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views/3.3/GQAPAssignmentView.Designer.cs

    r7319 r7412  
    5656                  | System.Windows.Forms.AnchorStyles.Left)
    5757                  | System.Windows.Forms.AnchorStyles.Right)));
    58       this.assignmentTreeView.Location = new System.Drawing.Point(3, 52);
     58      this.assignmentTreeView.Location = new System.Drawing.Point(3, 50);
     59      this.assignmentTreeView.Margin = new System.Windows.Forms.Padding(3, 6, 3, 3);
    5960      this.assignmentTreeView.Name = "assignmentTreeView";
    60       this.assignmentTreeView.Size = new System.Drawing.Size(349, 329);
    61       this.assignmentTreeView.TabIndex = 0;
     61      this.assignmentTreeView.Size = new System.Drawing.Size(349, 331);
     62      this.assignmentTreeView.TabIndex = 3;
    6263      //
    6364      // label1
     
    6768      this.label1.Name = "label1";
    6869      this.label1.Size = new System.Drawing.Size(42, 13);
    69       this.label1.TabIndex = 1;
     70      this.label1.TabIndex = 0;
    7071      this.label1.Text = "Quality:";
    7172      //
     
    7778      this.qualityTextBox.Name = "qualityTextBox";
    7879      this.qualityTextBox.Size = new System.Drawing.Size(301, 20);
    79       this.qualityTextBox.TabIndex = 2;
     80      this.qualityTextBox.TabIndex = 1;
    8081      //
    8182      // label2
    8283      //
    8384      this.label2.AutoSize = true;
    84       this.label2.Location = new System.Drawing.Point(3, 36);
     85      this.label2.Location = new System.Drawing.Point(3, 31);
    8586      this.label2.Name = "label2";
    8687      this.label2.Size = new System.Drawing.Size(64, 13);
    87       this.label2.TabIndex = 1;
     88      this.label2.TabIndex = 2;
    8889      this.label2.Text = "Assignment:";
    8990      //
Note: See TracChangeset for help on using the changeset viewer.