Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4351


Ignore:
Timestamp:
09/01/10 10:07:43 (14 years ago)
Author:
svonolfe
Message:

Updated alignment of the import buttons (#1039)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.3/VehicleRoutingProblemView.Designer.cs

    r4315 r4351  
    2929      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
    3030      this.tabPage2 = new System.Windows.Forms.TabPage();
    31       this.vrpSolutionView = new HeuristicLab.Problems.VehicleRouting.Views.VRPSolutionView();
    3231      this.importButton2 = new System.Windows.Forms.Button();
    3332      this.importButton3 = new System.Windows.Forms.Button();
     33      this.vrpSolutionView = new HeuristicLab.Problems.VehicleRouting.Views.VRPSolutionView();
    3434      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    3535      this.tabControl1.SuspendLayout();
     
    4545      // importButton
    4646      //
    47       this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    48                   | System.Windows.Forms.AnchorStyles.Right)));
    4947      this.importButton.Location = new System.Drawing.Point(0, 55);
    5048      this.importButton.Name = "importButton";
    51       this.importButton.Size = new System.Drawing.Size(490, 23);
     49      this.importButton.Size = new System.Drawing.Size(139, 23);
    5250      this.importButton.TabIndex = 5;
    5351      this.importButton.Text = "Import from Solomon";
     
    6260      this.tabControl1.Controls.Add(this.tabPage1);
    6361      this.tabControl1.Controls.Add(this.tabPage2);
    64       this.tabControl1.Location = new System.Drawing.Point(0, 139);
     62      this.tabControl1.Location = new System.Drawing.Point(0, 84);
    6563      this.tabControl1.Name = "tabControl1";
    6664      this.tabControl1.SelectedIndex = 0;
    67       this.tabControl1.Size = new System.Drawing.Size(490, 283);
     65      this.tabControl1.Size = new System.Drawing.Size(490, 265);
    6866      this.tabControl1.TabIndex = 6;
    6967      //
     
    7472      this.tabPage1.Name = "tabPage1";
    7573      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
    76       this.tabPage1.Size = new System.Drawing.Size(482, 257);
     74      this.tabPage1.Size = new System.Drawing.Size(482, 239);
    7775      this.tabPage1.TabIndex = 0;
    7876      this.tabPage1.Text = "Parameters";
     
    8785      this.parameterCollectionView.Name = "parameterCollectionView";
    8886      this.parameterCollectionView.ReadOnly = false;
    89       this.parameterCollectionView.Size = new System.Drawing.Size(476, 251);
     87      this.parameterCollectionView.Size = new System.Drawing.Size(476, 233);
    9088      this.parameterCollectionView.TabIndex = 1;
    9189      //
     
    9694      this.tabPage2.Name = "tabPage2";
    9795      this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
    98       this.tabPage2.Size = new System.Drawing.Size(482, 287);
     96      this.tabPage2.Size = new System.Drawing.Size(482, 239);
    9997      this.tabPage2.TabIndex = 1;
    10098      this.tabPage2.Text = "Visualization";
    10199      this.tabPage2.UseVisualStyleBackColor = true;
     100      //
     101      // importButton2
     102      //
     103      this.importButton2.Location = new System.Drawing.Point(145, 55);
     104      this.importButton2.Name = "importButton2";
     105      this.importButton2.Size = new System.Drawing.Size(126, 23);
     106      this.importButton2.TabIndex = 7;
     107      this.importButton2.Text = "Import from TSPLib";
     108      this.importButton2.UseVisualStyleBackColor = true;
     109      this.importButton2.Click += new System.EventHandler(this.importButton2_Click);
     110      //
     111      // importButton3
     112      //
     113      this.importButton3.Location = new System.Drawing.Point(277, 55);
     114      this.importButton3.Name = "importButton3";
     115      this.importButton3.Size = new System.Drawing.Size(131, 23);
     116      this.importButton3.TabIndex = 8;
     117      this.importButton3.Text = "Import from ORLib";
     118      this.importButton3.UseVisualStyleBackColor = true;
     119      this.importButton3.Click += new System.EventHandler(this.importButton3_Click);
    102120      //
    103121      // vrpSolutionView
     
    109127      this.vrpSolutionView.Name = "vrpSolutionView";
    110128      this.vrpSolutionView.ReadOnly = false;
    111       this.vrpSolutionView.Size = new System.Drawing.Size(476, 306);
     129      this.vrpSolutionView.Size = new System.Drawing.Size(476, 233);
    112130      this.vrpSolutionView.TabIndex = 0;
    113       //
    114       // importButton2
    115       //
    116       this.importButton2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    117                   | System.Windows.Forms.AnchorStyles.Right)));
    118       this.importButton2.Location = new System.Drawing.Point(0, 81);
    119       this.importButton2.Name = "importButton2";
    120       this.importButton2.Size = new System.Drawing.Size(490, 23);
    121       this.importButton2.TabIndex = 7;
    122       this.importButton2.Text = "Import from TSPLib";
    123       this.importButton2.UseVisualStyleBackColor = true;
    124       this.importButton2.Click += new System.EventHandler(this.importButton2_Click);
    125       //
    126       // importButton3
    127       //
    128       this.importButton3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    129                   | System.Windows.Forms.AnchorStyles.Right)));
    130       this.importButton3.Location = new System.Drawing.Point(0, 110);
    131       this.importButton3.Name = "importButton3";
    132       this.importButton3.Size = new System.Drawing.Size(490, 23);
    133       this.importButton3.TabIndex = 8;
    134       this.importButton3.Text = "Import from ORLib";
    135       this.importButton3.UseVisualStyleBackColor = true;
    136       this.importButton3.Click += new System.EventHandler(this.importButton3_Click);
    137131      //
    138132      // VehicleRoutingProblemView
     
    144138      this.Controls.Add(this.tabControl1);
    145139      this.Name = "VehicleRoutingProblemView";
    146       this.Size = new System.Drawing.Size(490, 422);
     140      this.Size = new System.Drawing.Size(490, 352);
    147141      this.Controls.SetChildIndex(this.tabControl1, 0);
    148142      this.Controls.SetChildIndex(this.importButton, 0);
Note: See TracChangeset for help on using the changeset viewer.