Changeset 4351
- Timestamp:
- 09/01/10 10:07:43 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.3/VehicleRoutingProblemView.Designer.cs
r4315 r4351 29 29 this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView(); 30 30 this.tabPage2 = new System.Windows.Forms.TabPage(); 31 this.vrpSolutionView = new HeuristicLab.Problems.VehicleRouting.Views.VRPSolutionView();32 31 this.importButton2 = new System.Windows.Forms.Button(); 33 32 this.importButton3 = new System.Windows.Forms.Button(); 33 this.vrpSolutionView = new HeuristicLab.Problems.VehicleRouting.Views.VRPSolutionView(); 34 34 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 35 35 this.tabControl1.SuspendLayout(); … … 45 45 // importButton 46 46 // 47 this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)48 | System.Windows.Forms.AnchorStyles.Right)));49 47 this.importButton.Location = new System.Drawing.Point(0, 55); 50 48 this.importButton.Name = "importButton"; 51 this.importButton.Size = new System.Drawing.Size( 490, 23);49 this.importButton.Size = new System.Drawing.Size(139, 23); 52 50 this.importButton.TabIndex = 5; 53 51 this.importButton.Text = "Import from Solomon"; … … 62 60 this.tabControl1.Controls.Add(this.tabPage1); 63 61 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); 65 63 this.tabControl1.Name = "tabControl1"; 66 64 this.tabControl1.SelectedIndex = 0; 67 this.tabControl1.Size = new System.Drawing.Size(490, 2 83);65 this.tabControl1.Size = new System.Drawing.Size(490, 265); 68 66 this.tabControl1.TabIndex = 6; 69 67 // … … 74 72 this.tabPage1.Name = "tabPage1"; 75 73 this.tabPage1.Padding = new System.Windows.Forms.Padding(3); 76 this.tabPage1.Size = new System.Drawing.Size(482, 2 57);74 this.tabPage1.Size = new System.Drawing.Size(482, 239); 77 75 this.tabPage1.TabIndex = 0; 78 76 this.tabPage1.Text = "Parameters"; … … 87 85 this.parameterCollectionView.Name = "parameterCollectionView"; 88 86 this.parameterCollectionView.ReadOnly = false; 89 this.parameterCollectionView.Size = new System.Drawing.Size(476, 2 51);87 this.parameterCollectionView.Size = new System.Drawing.Size(476, 233); 90 88 this.parameterCollectionView.TabIndex = 1; 91 89 // … … 96 94 this.tabPage2.Name = "tabPage2"; 97 95 this.tabPage2.Padding = new System.Windows.Forms.Padding(3); 98 this.tabPage2.Size = new System.Drawing.Size(482, 2 87);96 this.tabPage2.Size = new System.Drawing.Size(482, 239); 99 97 this.tabPage2.TabIndex = 1; 100 98 this.tabPage2.Text = "Visualization"; 101 99 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); 102 120 // 103 121 // vrpSolutionView … … 109 127 this.vrpSolutionView.Name = "vrpSolutionView"; 110 128 this.vrpSolutionView.ReadOnly = false; 111 this.vrpSolutionView.Size = new System.Drawing.Size(476, 306);129 this.vrpSolutionView.Size = new System.Drawing.Size(476, 233); 112 130 this.vrpSolutionView.TabIndex = 0; 113 //114 // importButton2115 //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 // importButton3127 //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);137 131 // 138 132 // VehicleRoutingProblemView … … 144 138 this.Controls.Add(this.tabControl1); 145 139 this.Name = "VehicleRoutingProblemView"; 146 this.Size = new System.Drawing.Size(490, 422);140 this.Size = new System.Drawing.Size(490, 352); 147 141 this.Controls.SetChildIndex(this.tabControl1, 0); 148 142 this.Controls.SetChildIndex(this.importButton, 0);
Note: See TracChangeset
for help on using the changeset viewer.