Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/12/11 23:30:19 (13 years ago)
Author:
abeham
Message:

#1619

  • experimented with a first locally working version
File:
1 edited

Legend:

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

    r6342 r6659  
    5454      this.visualizationTabPage = new System.Windows.Forms.TabPage();
    5555      this.qapView = new HeuristicLab.Problems.QuadraticAssignment.Views.QAPVisualizationControl();
     56      this.reloadInstancesButton = new System.Windows.Forms.Button();
    5657      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5758      this.tabControl.SuspendLayout();
     
    120121      this.instancesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    121122      this.instancesComboBox.FormattingEnabled = true;
    122       this.instancesComboBox.Location = new System.Drawing.Point(105, 2);
     123      this.instancesComboBox.Location = new System.Drawing.Point(137, 1);
    123124      this.instancesComboBox.Name = "instancesComboBox";
    124       this.instancesComboBox.Size = new System.Drawing.Size(358, 21);
     125      this.instancesComboBox.Size = new System.Drawing.Size(326, 21);
    125126      this.instancesComboBox.TabIndex = 7;
    126127      this.instancesComboBox.SelectedValueChanged += new System.EventHandler(this.instancesComboBox_SelectedValueChanged);
     
    184185      this.qapView.Weights = null;
    185186      //
     187      // reloadInstancesButton
     188      //
     189      this.reloadInstancesButton.Location = new System.Drawing.Point(105, 0);
     190      this.reloadInstancesButton.Name = "reloadInstancesButton";
     191      this.reloadInstancesButton.Size = new System.Drawing.Size(26, 23);
     192      this.reloadInstancesButton.TabIndex = 9;
     193      this.reloadInstancesButton.Text = "Reload";
     194      this.reloadInstancesButton.UseVisualStyleBackColor = true;
     195      this.reloadInstancesButton.Click += new System.EventHandler(this.reloadInstancesButton_Click);
     196      //
    186197      // QuadraticAssignmentProblemView
    187198      //
     
    192203      this.Controls.Add(this.importInstanceButton);
    193204      this.Controls.Add(this.loadInstanceButton);
     205      this.Controls.Add(this.reloadInstancesButton);
    194206      this.Controls.Add(this.QAPLIBInstancesLabel);
    195207      this.Name = "QuadraticAssignmentProblemView";
    196208      this.Size = new System.Drawing.Size(647, 492);
    197209      this.Controls.SetChildIndex(this.QAPLIBInstancesLabel, 0);
     210      this.Controls.SetChildIndex(this.reloadInstancesButton, 0);
    198211      this.Controls.SetChildIndex(this.loadInstanceButton, 0);
    199212      this.Controls.SetChildIndex(this.importInstanceButton, 0);
     
    223236    private System.Windows.Forms.TabPage visualizationTabPage;
    224237    private QAPVisualizationControl qapView;
     238    private System.Windows.Forms.Button reloadInstancesButton;
    225239  }
    226240}
Note: See TracChangeset for help on using the changeset viewer.