Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/25/11 17:18:58 (13 years ago)
Author:
swagner
Message:

Moved description from textbox to icon in NamedItemView and adapted all derived views (#1416)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/VehicleRoutingProblemView.Designer.cs

    r5466 r5832  
    4040      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    4141      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    42       this.nameTextBox.Size = new System.Drawing.Size(418, 20);
     42      this.nameTextBox.Location = new System.Drawing.Point(60, 0);
     43      this.nameTextBox.Size = new System.Drawing.Size(405, 20);
    4344      //
    44       // descriptionTextBox
     45      // infoLabel
    4546      //
    46       this.descriptionTextBox.Size = new System.Drawing.Size(418, 20);
     47      this.infoLabel.Location = new System.Drawing.Point(471, 3);
    4748      //
    4849      // importButton
     
    5051      this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    5152                  | System.Windows.Forms.AnchorStyles.Right)));
    52       this.importButton.Location = new System.Drawing.Point(0, 55);
     53      this.importButton.Location = new System.Drawing.Point(0, 26);
    5354      this.importButton.Name = "importButton";
    5455      this.importButton.Size = new System.Drawing.Size(490, 23);
    55       this.importButton.TabIndex = 5;
     56      this.importButton.TabIndex = 3;
    5657      this.importButton.Text = "Import";
    5758      this.importButton.UseVisualStyleBackColor = true;
     
    6061      // tabControl1
    6162      //
     63      this.tabControl1.AllowDrop = true;
    6264      this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    6365                  | System.Windows.Forms.AnchorStyles.Left)
     
    6567      this.tabControl1.Controls.Add(this.tabPage1);
    6668      this.tabControl1.Controls.Add(this.tabPage2);
    67       this.tabControl1.Location = new System.Drawing.Point(0, 84);
     69      this.tabControl1.Location = new System.Drawing.Point(0, 55);
    6870      this.tabControl1.Name = "tabControl1";
    6971      this.tabControl1.SelectedIndex = 0;
    70       this.tabControl1.Size = new System.Drawing.Size(490, 278);
    71       this.tabControl1.TabIndex = 6;
     72      this.tabControl1.Size = new System.Drawing.Size(490, 307);
     73      this.tabControl1.TabIndex = 4;
    7274      //
    7375      // tabPage1
     
    7779      this.tabPage1.Name = "tabPage1";
    7880      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
    79       this.tabPage1.Size = new System.Drawing.Size(482, 252);
     81      this.tabPage1.Size = new System.Drawing.Size(482, 281);
    8082      this.tabPage1.TabIndex = 0;
    8183      this.tabPage1.Text = "Parameters";
     
    9294      this.parameterCollectionView.Name = "parameterCollectionView";
    9395      this.parameterCollectionView.ReadOnly = false;
    94       this.parameterCollectionView.Size = new System.Drawing.Size(476, 246);
    95       this.parameterCollectionView.TabIndex = 1;
     96      this.parameterCollectionView.Size = new System.Drawing.Size(476, 275);
     97      this.parameterCollectionView.TabIndex = 0;
    9698      //
    9799      // tabPage2
     
    101103      this.tabPage2.Name = "tabPage2";
    102104      this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
    103       this.tabPage2.Size = new System.Drawing.Size(482, 252);
     105      this.tabPage2.Size = new System.Drawing.Size(482, 281);
    104106      this.tabPage2.TabIndex = 1;
    105107      this.tabPage2.Text = "Visualization";
     
    114116      this.vrpSolutionView.Name = "vrpSolutionView";
    115117      this.vrpSolutionView.ReadOnly = false;
    116       this.vrpSolutionView.Size = new System.Drawing.Size(476, 223);
     118      this.vrpSolutionView.Size = new System.Drawing.Size(476, 275);
    117119      this.vrpSolutionView.TabIndex = 0;
    118120      //
     
    120122      //
    121123      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     124      this.Controls.Add(this.tabControl1);
    122125      this.Controls.Add(this.importButton);
    123       this.Controls.Add(this.tabControl1);
    124126      this.Name = "VehicleRoutingProblemView";
    125127      this.Size = new System.Drawing.Size(490, 365);
     128      this.Controls.SetChildIndex(this.importButton, 0);
     129      this.Controls.SetChildIndex(this.infoLabel, 0);
    126130      this.Controls.SetChildIndex(this.tabControl1, 0);
    127       this.Controls.SetChildIndex(this.importButton, 0);
    128131      this.Controls.SetChildIndex(this.nameTextBox, 0);
    129132      this.Controls.SetChildIndex(this.nameLabel, 0);
    130       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    131       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    132133      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    133134      this.tabControl1.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.