Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/15/12 09:11:17 (12 years ago)
Author:
gkronber
Message:

#1081 merged r7462:7609 from trunk into time series branch

Location:
branches/HeuristicLab.TimeSeries
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.TimeSeries

  • branches/HeuristicLab.TimeSeries/HeuristicLab.Problems.QuadraticAssignment.Views

  • branches/HeuristicLab.TimeSeries/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QuadraticAssignmentProblemView.Designer.cs

    r7268 r7615  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.importInstanceButton = new System.Windows.Forms.Button();
    4847      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    49       this.QAPLIBInstancesLabel = new System.Windows.Forms.Label();
    50       this.instancesComboBox = new System.Windows.Forms.ComboBox();
    51       this.loadInstanceButton = new System.Windows.Forms.Button();
    5248      this.tabControl = new System.Windows.Forms.TabControl();
    5349      this.problemTabPage = new System.Windows.Forms.TabPage();
     
    6864      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    6965      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    70       this.nameTextBox.Location = new System.Drawing.Point(105, 29);
    71       this.nameTextBox.Size = new System.Drawing.Size(517, 20);
     66      this.nameTextBox.Location = new System.Drawing.Point(50, 29);
     67      this.nameTextBox.Size = new System.Drawing.Size(572, 20);
    7268      //
    7369      // nameLabel
     
    7975      this.infoLabel.Location = new System.Drawing.Point(628, 32);
    8076      //
    81       // importInstanceButton
    82       //
    83       this.importInstanceButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    84       this.importInstanceButton.Location = new System.Drawing.Point(548, 0);
    85       this.importInstanceButton.Name = "importInstanceButton";
    86       this.importInstanceButton.Size = new System.Drawing.Size(99, 23);
    87       this.importInstanceButton.TabIndex = 5;
    88       this.importInstanceButton.Text = "Import...";
    89       this.importInstanceButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
    90       this.toolTip.SetToolTip(this.importInstanceButton, "Import files in QAPLIB format.");
    91       this.importInstanceButton.UseVisualStyleBackColor = true;
    92       this.importInstanceButton.Click += new System.EventHandler(this.importInstanceButton_Click);
    93       //
    9477      // openFileDialog
    9578      //
     
    9780      this.openFileDialog.Filter = "Dat files|*.dat|All files|*.*";
    9881      //
    99       // QAPLIBInstancesLabel
    100       //
    101       this.QAPLIBInstancesLabel.AutoSize = true;
    102       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;
    105       this.QAPLIBInstancesLabel.Location = new System.Drawing.Point(3, 5);
    106       this.QAPLIBInstancesLabel.Name = "QAPLIBInstancesLabel";
    107       this.QAPLIBInstancesLabel.Size = new System.Drawing.Size(96, 13);
    108       this.QAPLIBInstancesLabel.TabIndex = 6;
    109       this.QAPLIBInstancesLabel.Text = "QAPLIB instances:";
    110       this.toolTip.SetToolTip(this.QAPLIBInstancesLabel, "These instances were taken from the QAPLIB homepage at http://www.seas.upenn.edu/" +
    111               "qaplib/");
    112       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);
    115       //
    116       // instancesComboBox
    117       //
    118       this.instancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    119                   | System.Windows.Forms.AnchorStyles.Right)));
    120       this.instancesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    121       this.instancesComboBox.FormattingEnabled = true;
    122       this.instancesComboBox.Location = new System.Drawing.Point(105, 2);
    123       this.instancesComboBox.Name = "instancesComboBox";
    124       this.instancesComboBox.Size = new System.Drawing.Size(358, 21);
    125       this.instancesComboBox.TabIndex = 7;
    126       this.instancesComboBox.SelectedValueChanged += new System.EventHandler(this.instancesComboBox_SelectedValueChanged);
    127       //
    128       // loadInstanceButton
    129       //
    130       this.loadInstanceButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    131       this.loadInstanceButton.Location = new System.Drawing.Point(469, 0);
    132       this.loadInstanceButton.Name = "loadInstanceButton";
    133       this.loadInstanceButton.Size = new System.Drawing.Size(73, 23);
    134       this.loadInstanceButton.TabIndex = 5;
    135       this.loadInstanceButton.Text = "Load";
    136       this.loadInstanceButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
    137       this.toolTip.SetToolTip(this.loadInstanceButton, "Load the selected QAPLIB instance.");
    138       this.loadInstanceButton.UseVisualStyleBackColor = true;
    139       this.loadInstanceButton.Click += new System.EventHandler(this.loadInstanceButton_Click);
    140       //
    14182      // tabControl
    14283      //
    143       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    144                   | System.Windows.Forms.AnchorStyles.Left)
    145                   | System.Windows.Forms.AnchorStyles.Right)));
     84      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     85            | System.Windows.Forms.AnchorStyles.Left)
     86            | System.Windows.Forms.AnchorStyles.Right)));
    14687      this.tabControl.Controls.Add(this.problemTabPage);
    14788      this.tabControl.Controls.Add(this.visualizationTabPage);
     
    188129      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    189130      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    190       this.Controls.Add(this.instancesComboBox);
    191131      this.Controls.Add(this.tabControl);
    192       this.Controls.Add(this.importInstanceButton);
    193       this.Controls.Add(this.loadInstanceButton);
    194       this.Controls.Add(this.QAPLIBInstancesLabel);
    195132      this.Name = "QuadraticAssignmentProblemView";
    196133      this.Size = new System.Drawing.Size(647, 492);
    197       this.Controls.SetChildIndex(this.QAPLIBInstancesLabel, 0);
    198       this.Controls.SetChildIndex(this.loadInstanceButton, 0);
    199       this.Controls.SetChildIndex(this.importInstanceButton, 0);
    200134      this.Controls.SetChildIndex(this.tabControl, 0);
    201       this.Controls.SetChildIndex(this.instancesComboBox, 0);
    202135      this.Controls.SetChildIndex(this.infoLabel, 0);
    203136      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
     
    214147    #endregion
    215148
    216     private System.Windows.Forms.Button importInstanceButton;
    217149    private System.Windows.Forms.OpenFileDialog openFileDialog;
    218     private System.Windows.Forms.Label QAPLIBInstancesLabel;
    219     private System.Windows.Forms.ComboBox instancesComboBox;
    220     private System.Windows.Forms.Button loadInstanceButton;
    221150    private System.Windows.Forms.TabControl tabControl;
    222151    private System.Windows.Forms.TabPage problemTabPage;
Note: See TracChangeset for help on using the changeset viewer.