Changeset 7615 for branches/HeuristicLab.TimeSeries/HeuristicLab.Problems.TravelingSalesman.Views/3.3/TravelingSalesmanProblemView.Designer.cs
- Timestamp:
- 03/15/12 09:11:17 (13 years ago)
- 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
r7268 r7615 27 27 private System.ComponentModel.IContainer components = null; 28 28 29 protected override void Dispose(bool disposing) { 30 if (disposing) { 31 if (components != null) components.Dispose(); 32 } 33 base.Dispose(disposing); 34 } 35 29 36 #region Component Designer generated code 30 37 … … 34 41 /// </summary> 35 42 private void InitializeComponent() { 36 this.importButton = new System.Windows.Forms.Button();37 43 this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); 38 44 this.parametersTabPage = new System.Windows.Forms.TabPage(); 39 this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();40 45 this.visualizationTabPage = new System.Windows.Forms.TabPage(); 41 46 this.pathTSPTourView = new HeuristicLab.Problems.TravelingSalesman.Views.PathTSPTourView(); … … 46 51 this.SuspendLayout(); 47 52 // 53 // problemInstanceProviderViewHost 54 // 55 this.problemInstanceProviderViewHost.Size = new System.Drawing.Size(270, 21); 56 // 57 // parameterCollectionView 58 // 59 this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left))); 60 this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill; 61 this.parameterCollectionView.Location = new System.Drawing.Point(3, 3); 62 this.parameterCollectionView.Size = new System.Drawing.Size(515, 332); 63 // 48 64 // nameTextBox 49 65 // 50 66 this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 51 67 this.errorProvider.SetIconPadding(this.nameTextBox, 2); 52 this.nameTextBox.Location = new System.Drawing.Point(58, 0); 53 this.nameTextBox.Size = new System.Drawing.Size(446, 20); 68 this.nameTextBox.Size = new System.Drawing.Size(454, 20); 54 69 // 55 70 // infoLabel 56 71 // 57 this.infoLabel.Location = new System.Drawing.Point(510, 3); 58 // 59 // importButton 60 // 61 this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 62 | System.Windows.Forms.AnchorStyles.Right))); 63 this.importButton.Location = new System.Drawing.Point(0, 26); 64 this.importButton.Name = "importButton"; 65 this.importButton.Size = new System.Drawing.Size(529, 23); 66 this.importButton.TabIndex = 3; 67 this.importButton.Text = "&Import from TSPLIB"; 68 this.importButton.UseVisualStyleBackColor = true; 69 this.importButton.Click += new System.EventHandler(this.importButton_Click); 72 this.infoLabel.Location = new System.Drawing.Point(510, 35); 70 73 // 71 74 // tabControl 72 75 // 73 76 this.tabControl.AllowDrop = true; 74 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 75 | System.Windows.Forms.AnchorStyles.Left)76 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))); 77 80 this.tabControl.Controls.Add(this.parametersTabPage); 78 81 this.tabControl.Controls.Add(this.visualizationTabPage); 79 this.tabControl.Location = new System.Drawing.Point(0, 5 5);82 this.tabControl.Location = new System.Drawing.Point(0, 58); 80 83 this.tabControl.Name = "tabControl"; 81 84 this.tabControl.SelectedIndex = 0; 82 this.tabControl.Size = new System.Drawing.Size(529, 36 7);85 this.tabControl.Size = new System.Drawing.Size(529, 364); 83 86 this.tabControl.TabIndex = 4; 84 87 // … … 89 92 this.parametersTabPage.Name = "parametersTabPage"; 90 93 this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3); 91 this.parametersTabPage.Size = new System.Drawing.Size(521, 3 15);94 this.parametersTabPage.Size = new System.Drawing.Size(521, 338); 92 95 this.parametersTabPage.TabIndex = 0; 93 96 this.parametersTabPage.Text = "Parameters"; 94 97 this.parametersTabPage.UseVisualStyleBackColor = true; 95 //96 // parameterCollectionView97 //98 this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)99 | System.Windows.Forms.AnchorStyles.Left)100 | System.Windows.Forms.AnchorStyles.Right)));101 this.parameterCollectionView.Caption = "ParameterCollection View";102 this.parameterCollectionView.Content = null;103 this.parameterCollectionView.Location = new System.Drawing.Point(6, 6);104 this.parameterCollectionView.Name = "parameterCollectionView";105 this.parameterCollectionView.ReadOnly = false;106 this.parameterCollectionView.Size = new System.Drawing.Size(509, 303);107 this.parameterCollectionView.TabIndex = 0;108 98 // 109 99 // visualizationTabPage … … 113 103 this.visualizationTabPage.Name = "visualizationTabPage"; 114 104 this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3); 115 this.visualizationTabPage.Size = new System.Drawing.Size(521, 3 41);105 this.visualizationTabPage.Size = new System.Drawing.Size(521, 338); 116 106 this.visualizationTabPage.TabIndex = 1; 117 107 this.visualizationTabPage.Text = "Visualization"; … … 120 110 // pathTSPTourView 121 111 // 122 this.pathTSPTourView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 123 | System.Windows.Forms.AnchorStyles.Left)124 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))); 125 115 this.pathTSPTourView.Caption = "PathTSPTour View"; 126 116 this.pathTSPTourView.Content = null; … … 136 126 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 137 127 this.Controls.Add(this.tabControl); 138 this.Controls.Add(this.importButton);139 128 this.Name = "TravelingSalesmanProblemView"; 140 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); 141 134 this.Controls.SetChildIndex(this.infoLabel, 0); 142 this.Controls.SetChildIndex(this.importButton, 0);143 135 this.Controls.SetChildIndex(this.nameTextBox, 0); 144 136 this.Controls.SetChildIndex(this.tabControl, 0); … … 155 147 #endregion 156 148 157 private System.Windows.Forms.Button importButton;158 149 private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl; 159 150 private System.Windows.Forms.TabPage parametersTabPage; 160 151 private System.Windows.Forms.TabPage visualizationTabPage; 161 private HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;162 152 private PathTSPTourView pathTSPTourView; 163 164 153 } 165 154 }
Note: See TracChangeset
for help on using the changeset viewer.