Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/16/12 16:28:49 (12 years ago)
Author:
gkronber
Message:

merged r7609:7840 from trunk into time series branch

Location:
branches/HeuristicLab.TimeSeries
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.TimeSeries

  • branches/HeuristicLab.TimeSeries/HeuristicLab.Problems.TravelingSalesman.Views/3.3/TravelingSalesmanProblemView.Designer.cs

    r7615 r7842  
    4545      this.visualizationTabPage = new System.Windows.Forms.TabPage();
    4646      this.pathTSPTourView = new HeuristicLab.Problems.TravelingSalesman.Views.PathTSPTourView();
     47      ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).BeginInit();
     48      this.problemInstanceSplitContainer.Panel1.SuspendLayout();
     49      this.problemInstanceSplitContainer.Panel2.SuspendLayout();
     50      this.problemInstanceSplitContainer.SuspendLayout();
    4751      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    4852      this.tabControl.SuspendLayout();
     
    5155      this.SuspendLayout();
    5256      //
    53       // problemInstanceProviderViewHost
     57      // problemInstanceSplitContainer
    5458      //
    55       this.problemInstanceProviderViewHost.Size = new System.Drawing.Size(270, 21);
     59      //
     60      // problemInstanceSplitContainer.Panel2
     61      //
     62      this.problemInstanceSplitContainer.Panel2.Controls.Add(this.tabControl);
    5663      //
    5764      // parameterCollectionView
     
    6067      this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
    6168      this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
    62       this.parameterCollectionView.Size = new System.Drawing.Size(515, 332);
     69      this.parameterCollectionView.Size = new System.Drawing.Size(497, 274);
    6370      //
    6471      // nameTextBox
     
    6673      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    6774      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    68       this.nameTextBox.Size = new System.Drawing.Size(454, 20);
    69       //
    70       // infoLabel
    71       //
    72       this.infoLabel.Location = new System.Drawing.Point(510, 35);
    7375      //
    7476      // tabControl
    7577      //
    7678      this.tabControl.AllowDrop = true;
    77       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    78             | System.Windows.Forms.AnchorStyles.Left)
    79             | System.Windows.Forms.AnchorStyles.Right)));
     79      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     80                  | System.Windows.Forms.AnchorStyles.Left)
     81                  | System.Windows.Forms.AnchorStyles.Right)));
    8082      this.tabControl.Controls.Add(this.parametersTabPage);
    8183      this.tabControl.Controls.Add(this.visualizationTabPage);
    82       this.tabControl.Location = new System.Drawing.Point(0, 58);
     84      this.tabControl.Location = new System.Drawing.Point(0, 27);
    8385      this.tabControl.Name = "tabControl";
    8486      this.tabControl.SelectedIndex = 0;
    85       this.tabControl.Size = new System.Drawing.Size(529, 364);
     87      this.tabControl.Size = new System.Drawing.Size(511, 306);
    8688      this.tabControl.TabIndex = 4;
    8789      //
     
    9294      this.parametersTabPage.Name = "parametersTabPage";
    9395      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
    94       this.parametersTabPage.Size = new System.Drawing.Size(521, 338);
     96      this.parametersTabPage.Size = new System.Drawing.Size(503, 280);
    9597      this.parametersTabPage.TabIndex = 0;
    9698      this.parametersTabPage.Text = "Parameters";
     
    103105      this.visualizationTabPage.Name = "visualizationTabPage";
    104106      this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3);
    105       this.visualizationTabPage.Size = new System.Drawing.Size(521, 338);
     107      this.visualizationTabPage.Size = new System.Drawing.Size(503, 280);
    106108      this.visualizationTabPage.TabIndex = 1;
    107109      this.visualizationTabPage.Text = "Visualization";
     
    110112      // pathTSPTourView
    111113      //
    112       this.pathTSPTourView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    113             | System.Windows.Forms.AnchorStyles.Left)
    114             | System.Windows.Forms.AnchorStyles.Right)));
     114      this.pathTSPTourView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     115                  | System.Windows.Forms.AnchorStyles.Left)
     116                  | System.Windows.Forms.AnchorStyles.Right)));
    115117      this.pathTSPTourView.Caption = "PathTSPTour View";
    116118      this.pathTSPTourView.Content = null;
     
    118120      this.pathTSPTourView.Name = "pathTSPTourView";
    119121      this.pathTSPTourView.ReadOnly = false;
    120       this.pathTSPTourView.Size = new System.Drawing.Size(509, 329);
     122      this.pathTSPTourView.Size = new System.Drawing.Size(491, 268);
    121123      this.pathTSPTourView.TabIndex = 0;
    122124      //
     
    125127      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    126128      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    127       this.Controls.Add(this.tabControl);
    128129      this.Name = "TravelingSalesmanProblemView";
    129       this.Size = new System.Drawing.Size(529, 422);
    130       this.Controls.SetChildIndex(this.libraryInfoButton, 0);
    131       this.Controls.SetChildIndex(this.libraryLabel, 0);
    132       this.Controls.SetChildIndex(this.problemInstanceProviderComboBox, 0);
    133       this.Controls.SetChildIndex(this.problemInstanceProviderViewHost, 0);
    134       this.Controls.SetChildIndex(this.infoLabel, 0);
    135       this.Controls.SetChildIndex(this.nameTextBox, 0);
    136       this.Controls.SetChildIndex(this.tabControl, 0);
    137       this.Controls.SetChildIndex(this.nameLabel, 0);
     130      this.problemInstanceSplitContainer.Panel1.ResumeLayout(false);
     131      this.problemInstanceSplitContainer.Panel1.PerformLayout();
     132      this.problemInstanceSplitContainer.Panel2.ResumeLayout(false);
     133      this.problemInstanceSplitContainer.Panel2.PerformLayout();
     134      ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).EndInit();
     135      this.problemInstanceSplitContainer.ResumeLayout(false);
    138136      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    139137      this.tabControl.ResumeLayout(false);
     
    141139      this.visualizationTabPage.ResumeLayout(false);
    142140      this.ResumeLayout(false);
    143       this.PerformLayout();
    144141
    145142    }
Note: See TracChangeset for help on using the changeset viewer.