Changeset 6618 for branches/GP.Grammar.Editor/HeuristicLab.Optimization.Views/3.3/AlgorithmView.Designer.cs
- Timestamp:
- 08/01/11 17:48:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP.Grammar.Editor/HeuristicLab.Optimization.Views/3.3/AlgorithmView.Designer.cs
r5832 r6618 34 34 /// </summary> 35 35 private void InitializeComponent() { 36 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AlgorithmView)); 36 37 this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); 37 38 this.problemTabPage = new System.Windows.Forms.TabPage(); … … 46 47 this.storeAlgorithmInEachRunCheckBox = new System.Windows.Forms.CheckBox(); 47 48 this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView(); 48 this.startButton = new System.Windows.Forms.Button();49 this.pauseButton = new System.Windows.Forms.Button();50 this.resetButton = new System.Windows.Forms.Button();51 this.executionTimeLabel = new System.Windows.Forms.Label();52 this.executionTimeTextBox = new System.Windows.Forms.TextBox();53 49 this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); 54 this.stopButton = new System.Windows.Forms.Button();55 50 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 56 51 this.tabControl.SuspendLayout(); … … 61 56 this.SuspendLayout(); 62 57 // 58 // startButton 59 // 60 this.startButton.Location = new System.Drawing.Point(0, 458); 61 this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment"); 62 // 63 // executionTimeTextBox 64 // 65 this.executionTimeTextBox.Location = new System.Drawing.Point(542, 462); 66 // 67 // executionTimeLabel 68 // 69 this.executionTimeLabel.Location = new System.Drawing.Point(453, 465); 70 // 71 // pauseButton 72 // 73 this.pauseButton.Location = new System.Drawing.Point(30, 458); 74 this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment"); 75 // 76 // stopButton 77 // 78 this.stopButton.Location = new System.Drawing.Point(60, 458); 79 this.toolTip.SetToolTip(this.stopButton, "Stop Experiment"); 80 // 81 // resetButton 82 // 83 this.resetButton.Location = new System.Drawing.Point(90, 458); 84 this.toolTip.SetToolTip(this.resetButton, "Reset Experiment"); 85 // 63 86 // nameTextBox 64 87 // … … 76 99 this.tabControl.AllowDrop = true; 77 100 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 78 79 101 | System.Windows.Forms.AnchorStyles.Left) 102 | System.Windows.Forms.AnchorStyles.Right))); 80 103 this.tabControl.Controls.Add(this.problemTabPage); 81 104 this.tabControl.Controls.Add(this.parametersTabPage); … … 85 108 this.tabControl.Name = "tabControl"; 86 109 this.tabControl.SelectedIndex = 0; 87 this.tabControl.Size = new System.Drawing.Size(679, 4 26);110 this.tabControl.Size = new System.Drawing.Size(679, 430); 88 111 this.tabControl.TabIndex = 3; 89 112 // … … 97 120 this.problemTabPage.Name = "problemTabPage"; 98 121 this.problemTabPage.Padding = new System.Windows.Forms.Padding(3); 99 this.problemTabPage.Size = new System.Drawing.Size(671, 40 0);122 this.problemTabPage.Size = new System.Drawing.Size(671, 404); 100 123 this.problemTabPage.TabIndex = 0; 101 124 this.problemTabPage.Text = "Problem"; … … 108 131 // 109 132 this.problemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 110 111 133 | System.Windows.Forms.AnchorStyles.Left) 134 | System.Windows.Forms.AnchorStyles.Right))); 112 135 this.problemViewHost.Caption = "View"; 113 136 this.problemViewHost.Content = null; … … 116 139 this.problemViewHost.Name = "problemViewHost"; 117 140 this.problemViewHost.ReadOnly = false; 118 this.problemViewHost.Size = new System.Drawing.Size(659, 3 58);141 this.problemViewHost.Size = new System.Drawing.Size(659, 362); 119 142 this.problemViewHost.TabIndex = 3; 120 143 this.problemViewHost.ViewsLabelVisible = true; … … 156 179 // parameterCollectionView 157 180 // 181 this.parameterCollectionView.AllowEditingOfHiddenParameters = true; 158 182 this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 159 160 183 | System.Windows.Forms.AnchorStyles.Left) 184 | System.Windows.Forms.AnchorStyles.Right))); 161 185 this.parameterCollectionView.Caption = "ParameterCollection View"; 162 186 this.parameterCollectionView.Content = null; … … 181 205 // 182 206 this.resultsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 183 184 207 | System.Windows.Forms.AnchorStyles.Left) 208 | System.Windows.Forms.AnchorStyles.Right))); 185 209 this.resultsView.Caption = "ResultCollection View"; 186 210 this.resultsView.Content = null; … … 222 246 // 223 247 this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 224 225 248 | System.Windows.Forms.AnchorStyles.Left) 249 | System.Windows.Forms.AnchorStyles.Right))); 226 250 this.runsView.Caption = "RunCollection View"; 227 251 this.runsView.Content = null; … … 232 256 this.runsView.TabIndex = 0; 233 257 // 234 // startButton235 //236 this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));237 this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;238 this.startButton.Location = new System.Drawing.Point(0, 458);239 this.startButton.Name = "startButton";240 this.startButton.Size = new System.Drawing.Size(24, 24);241 this.startButton.TabIndex = 4;242 this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");243 this.startButton.UseVisualStyleBackColor = true;244 this.startButton.Click += new System.EventHandler(this.startButton_Click);245 //246 // pauseButton247 //248 this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));249 this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;250 this.pauseButton.Location = new System.Drawing.Point(30, 458);251 this.pauseButton.Name = "pauseButton";252 this.pauseButton.Size = new System.Drawing.Size(24, 24);253 this.pauseButton.TabIndex = 5;254 this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");255 this.pauseButton.UseVisualStyleBackColor = true;256 this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);257 //258 // resetButton259 //260 this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));261 this.resetButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart;262 this.resetButton.Location = new System.Drawing.Point(90, 458);263 this.resetButton.Name = "resetButton";264 this.resetButton.Size = new System.Drawing.Size(24, 24);265 this.resetButton.TabIndex = 7;266 this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");267 this.resetButton.UseVisualStyleBackColor = true;268 this.resetButton.Click += new System.EventHandler(this.resetButton_Click);269 //270 // executionTimeLabel271 //272 this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));273 this.executionTimeLabel.AutoSize = true;274 this.executionTimeLabel.Location = new System.Drawing.Point(453, 465);275 this.executionTimeLabel.Name = "executionTimeLabel";276 this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);277 this.executionTimeLabel.TabIndex = 8;278 this.executionTimeLabel.Text = "&Execution Time:";279 //280 // executionTimeTextBox281 //282 this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));283 this.executionTimeTextBox.Location = new System.Drawing.Point(542, 462);284 this.executionTimeTextBox.Name = "executionTimeTextBox";285 this.executionTimeTextBox.ReadOnly = true;286 this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);287 this.executionTimeTextBox.TabIndex = 9;288 //289 258 // openFileDialog 290 259 // … … 294 263 this.openFileDialog.Title = "Open Problem"; 295 264 // 296 // stopButton297 //298 this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));299 this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;300 this.stopButton.Location = new System.Drawing.Point(60, 458);301 this.stopButton.Name = "stopButton";302 this.stopButton.Size = new System.Drawing.Size(24, 24);303 this.stopButton.TabIndex = 6;304 this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");305 this.stopButton.UseVisualStyleBackColor = true;306 this.stopButton.Click += new System.EventHandler(this.stopButton_Click);307 //308 265 // AlgorithmView 309 266 // … … 311 268 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 312 269 this.Controls.Add(this.tabControl); 313 this.Controls.Add(this.startButton);314 this.Controls.Add(this.pauseButton);315 this.Controls.Add(this.executionTimeTextBox);316 this.Controls.Add(this.executionTimeLabel);317 this.Controls.Add(this.stopButton);318 this.Controls.Add(this.resetButton);319 270 this.Name = "AlgorithmView"; 320 271 this.Size = new System.Drawing.Size(679, 482); 321 this.Controls.SetChildIndex(this.infoLabel, 0);322 this.Controls.SetChildIndex(this.resetButton, 0);323 this.Controls.SetChildIndex(this.stopButton, 0);324 272 this.Controls.SetChildIndex(this.executionTimeLabel, 0); 325 273 this.Controls.SetChildIndex(this.executionTimeTextBox, 0); 274 this.Controls.SetChildIndex(this.resetButton, 0); 275 this.Controls.SetChildIndex(this.tabControl, 0); 276 this.Controls.SetChildIndex(this.stopButton, 0); 326 277 this.Controls.SetChildIndex(this.pauseButton, 0); 327 278 this.Controls.SetChildIndex(this.startButton, 0); 328 this.Controls.SetChildIndex(this. tabControl, 0);279 this.Controls.SetChildIndex(this.infoLabel, 0); 329 280 this.Controls.SetChildIndex(this.nameLabel, 0); 330 281 this.Controls.SetChildIndex(this.nameTextBox, 0); … … 350 301 protected System.Windows.Forms.Button newProblemButton; 351 302 protected System.Windows.Forms.Button openProblemButton; 352 protected System.Windows.Forms.Button startButton;353 protected System.Windows.Forms.Button pauseButton;354 protected System.Windows.Forms.Button resetButton;355 protected System.Windows.Forms.Label executionTimeLabel;356 protected System.Windows.Forms.TextBox executionTimeTextBox;357 303 protected System.Windows.Forms.OpenFileDialog openFileDialog; 358 304 protected System.Windows.Forms.TabPage resultsTabPage; 359 305 protected HeuristicLab.Optimization.Views.ResultCollectionView resultsView; 360 protected System.Windows.Forms.Button stopButton;361 306 protected System.Windows.Forms.TabPage runsTabPage; 362 307 protected RunCollectionView runsView;
Note: See TracChangeset
for help on using the changeset viewer.