Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/09/11 03:23:32 (13 years ago)
Author:
abeham
Message:

#1330

  • worked on visualization (and MDS)
File:
1 edited

Legend:

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

    r5583 r5641  
    5050      this.instancesComboBox = new System.Windows.Forms.ComboBox();
    5151      this.loadInstanceButton = new System.Windows.Forms.Button();
     52      this.tabControl = new System.Windows.Forms.TabControl();
     53      this.problemTabPage = new System.Windows.Forms.TabPage();
     54      this.visualizationTabPage = new System.Windows.Forms.TabPage();
     55      this.qapView = new HeuristicLab.Problems.QuadraticAssignment.Views.QAPView();
    5256      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     57      this.tabControl.SuspendLayout();
     58      this.visualizationTabPage.SuspendLayout();
    5359      this.SuspendLayout();
    5460      //
    5561      // parameterCollectionView
    5662      //
    57       this.parameterCollectionView.Location = new System.Drawing.Point(0, 81);
    58       this.parameterCollectionView.Size = new System.Drawing.Size(490, 272);
     63      this.parameterCollectionView.Location = new System.Drawing.Point(8, 107);
     64      this.parameterCollectionView.Size = new System.Drawing.Size(629, 375);
    5965      //
    6066      // nameTextBox
     
    6369      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    6470      this.nameTextBox.Location = new System.Drawing.Point(86, 29);
    65       this.nameTextBox.Size = new System.Drawing.Size(404, 20);
     71      this.nameTextBox.Size = new System.Drawing.Size(561, 20);
    6672      //
    6773      // nameLabel
     
    7682      //
    7783      this.descriptionTextBox.Location = new System.Drawing.Point(86, 55);
    78       this.descriptionTextBox.Size = new System.Drawing.Size(404, 20);
     84      this.descriptionTextBox.Size = new System.Drawing.Size(561, 20);
    7985      //
    8086      // importInstanceButton
    8187      //
    8288      this.importInstanceButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    83       this.importInstanceButton.Location = new System.Drawing.Point(391, 0);
     89      this.importInstanceButton.Location = new System.Drawing.Point(548, 0);
    8490      this.importInstanceButton.Name = "importInstanceButton";
    8591      this.importInstanceButton.Size = new System.Drawing.Size(99, 23);
     
    117123      this.instancesComboBox.Location = new System.Drawing.Point(105, 2);
    118124      this.instancesComboBox.Name = "instancesComboBox";
    119       this.instancesComboBox.Size = new System.Drawing.Size(201, 21);
     125      this.instancesComboBox.Size = new System.Drawing.Size(358, 21);
    120126      this.instancesComboBox.TabIndex = 7;
    121127      this.instancesComboBox.SelectedValueChanged += new System.EventHandler(this.instancesComboBox_SelectedValueChanged);
     
    124130      //
    125131      this.loadInstanceButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    126       this.loadInstanceButton.Location = new System.Drawing.Point(312, 0);
     132      this.loadInstanceButton.Location = new System.Drawing.Point(469, 0);
    127133      this.loadInstanceButton.Name = "loadInstanceButton";
    128134      this.loadInstanceButton.Size = new System.Drawing.Size(73, 23);
     
    134140      this.loadInstanceButton.Click += new System.EventHandler(this.loadInstanceButton_Click);
    135141      //
     142      // tabControl
     143      //
     144      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     145                  | System.Windows.Forms.AnchorStyles.Left)
     146                  | System.Windows.Forms.AnchorStyles.Right)));
     147      this.tabControl.Controls.Add(this.problemTabPage);
     148      this.tabControl.Controls.Add(this.visualizationTabPage);
     149      this.tabControl.Location = new System.Drawing.Point(0, 81);
     150      this.tabControl.Name = "tabControl";
     151      this.tabControl.SelectedIndex = 0;
     152      this.tabControl.Size = new System.Drawing.Size(647, 411);
     153      this.tabControl.TabIndex = 8;
     154      //
     155      // problemTabPage
     156      //
     157      this.problemTabPage.Location = new System.Drawing.Point(4, 22);
     158      this.problemTabPage.Name = "problemTabPage";
     159      this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
     160      this.problemTabPage.Size = new System.Drawing.Size(639, 385);
     161      this.problemTabPage.TabIndex = 0;
     162      this.problemTabPage.Text = "Problem";
     163      this.problemTabPage.UseVisualStyleBackColor = true;
     164      //
     165      // visualizationTabPage
     166      //
     167      this.visualizationTabPage.Controls.Add(this.qapView);
     168      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
     169      this.visualizationTabPage.Name = "visualizationTabPage";
     170      this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3);
     171      this.visualizationTabPage.Size = new System.Drawing.Size(639, 385);
     172      this.visualizationTabPage.TabIndex = 1;
     173      this.visualizationTabPage.Text = "Visualization";
     174      this.visualizationTabPage.UseVisualStyleBackColor = true;
     175      //
     176      // qapView
     177      //
     178      this.qapView.Assignment = null;
     179      this.qapView.Distances = null;
     180      this.qapView.Dock = System.Windows.Forms.DockStyle.Fill;
     181      this.qapView.Location = new System.Drawing.Point(3, 3);
     182      this.qapView.Name = "qapView";
     183      this.qapView.Size = new System.Drawing.Size(633, 379);
     184      this.qapView.TabIndex = 0;
     185      this.qapView.Weights = null;
     186      //
    136187      // QuadraticAssignmentProblemView
    137188      //
     
    139190      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    140191      this.Controls.Add(this.instancesComboBox);
     192      this.Controls.Add(this.tabControl);
    141193      this.Controls.Add(this.importInstanceButton);
    142194      this.Controls.Add(this.loadInstanceButton);
    143195      this.Controls.Add(this.QAPLIBInstancesLabel);
    144196      this.Name = "QuadraticAssignmentProblemView";
     197      this.Size = new System.Drawing.Size(647, 492);
     198      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
    145199      this.Controls.SetChildIndex(this.descriptionLabel, 0);
    146200      this.Controls.SetChildIndex(this.nameLabel, 0);
     
    150204      this.Controls.SetChildIndex(this.loadInstanceButton, 0);
    151205      this.Controls.SetChildIndex(this.importInstanceButton, 0);
     206      this.Controls.SetChildIndex(this.tabControl, 0);
    152207      this.Controls.SetChildIndex(this.instancesComboBox, 0);
    153       this.Controls.SetChildIndex(this.parameterCollectionView, 0);
    154208      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     209      this.tabControl.ResumeLayout(false);
     210      this.visualizationTabPage.ResumeLayout(false);
    155211      this.ResumeLayout(false);
    156212      this.PerformLayout();
     
    165221    private System.Windows.Forms.ComboBox instancesComboBox;
    166222    private System.Windows.Forms.Button loadInstanceButton;
     223    private System.Windows.Forms.TabControl tabControl;
     224    private System.Windows.Forms.TabPage problemTabPage;
     225    private System.Windows.Forms.TabPage visualizationTabPage;
     226    private QAPView qapView;
    167227  }
    168228}
Note: See TracChangeset for help on using the changeset viewer.