Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/02/11 16:45:04 (14 years ago)
Author:
abeham
Message:

#1330

  • changes according to the review
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/QAP/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QuadraticAssignmentProblemView.Designer.cs

    r5838 r5931  
    6868      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    6969      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    70       this.nameTextBox.Location = new System.Drawing.Point(86, 29);
    71       this.nameTextBox.Size = new System.Drawing.Size(561, 20);
     70      this.nameTextBox.Location = new System.Drawing.Point(105, 29);
     71      this.nameTextBox.Size = new System.Drawing.Size(517, 20);
    7272      //
    7373      // nameLabel
    7474      //
    7575      this.nameLabel.Location = new System.Drawing.Point(3, 32);
     76      //
     77      // infoLabel
     78      //
     79      this.infoLabel.Location = new System.Drawing.Point(628, 32);
    7680      //
    7781      // importInstanceButton
     
    160164      this.visualizationTabPage.Name = "visualizationTabPage";
    161165      this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3);
    162       this.visualizationTabPage.Size = new System.Drawing.Size(639, 385);
     166      this.visualizationTabPage.Size = new System.Drawing.Size(639, 411);
    163167      this.visualizationTabPage.TabIndex = 1;
    164168      this.visualizationTabPage.Text = "Visualization";
     
    172176      this.qapView.Location = new System.Drawing.Point(3, 3);
    173177      this.qapView.Name = "qapView";
    174       this.qapView.Size = new System.Drawing.Size(633, 379);
     178      this.qapView.Size = new System.Drawing.Size(633, 405);
    175179      this.qapView.TabIndex = 0;
    176180      this.qapView.Weights = null;
Note: See TracChangeset for help on using the changeset viewer.