Changeset 6760 for branches/PersistenceSpeedUp/HeuristicLab.Optimization.Views/3.3/ExperimentView.Designer.cs
- Timestamp:
- 09/14/11 13:59:25 (13 years ago)
- Location:
- branches/PersistenceSpeedUp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceSpeedUp
- Property svn:ignore
-
old new 12 12 *.psess 13 13 *.vsp 14 *.docstates
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/PersistenceSpeedUp/HeuristicLab.Optimization.Views/3.3/ExperimentView.Designer.cs
r5832 r6760 47 47 this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); 48 48 this.optimizersTabPage = new System.Windows.Forms.TabPage(); 49 this.optimizerListView = new HeuristicLab.Optimization.Views.OptimizerListView();50 49 this.runsTabPage = new System.Windows.Forms.TabPage(); 51 50 this.runsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); 52 this.startButton = new System.Windows.Forms.Button(); 53 this.stopButton = new System.Windows.Forms.Button(); 54 this.resetButton = new System.Windows.Forms.Button(); 55 this.executionTimeLabel = new System.Windows.Forms.Label(); 56 this.executionTimeTextBox = new System.Windows.Forms.TextBox(); 57 this.pauseButton = new System.Windows.Forms.Button(); 51 this.experimentTreeView = new HeuristicLab.Optimization.Views.ExperimentTreeView(); 58 52 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 59 53 this.tabControl.SuspendLayout(); … … 61 55 this.runsTabPage.SuspendLayout(); 62 56 this.SuspendLayout(); 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, 461); 66 // 67 // executionTimeLabel 68 // 69 this.executionTimeLabel.Location = new System.Drawing.Point(453, 464); 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"); 63 85 // 64 86 // nameTextBox … … 76 98 // 77 99 this.tabControl.AllowDrop = true; 78 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 79 | System.Windows.Forms.AnchorStyles.Left)80 100 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 101 | System.Windows.Forms.AnchorStyles.Left) 102 | System.Windows.Forms.AnchorStyles.Right))); 81 103 this.tabControl.Controls.Add(this.optimizersTabPage); 82 104 this.tabControl.Controls.Add(this.runsTabPage); … … 84 106 this.tabControl.Name = "tabControl"; 85 107 this.tabControl.SelectedIndex = 0; 86 this.tabControl.Size = new System.Drawing.Size(679, 42 6);108 this.tabControl.Size = new System.Drawing.Size(679, 427); 87 109 this.tabControl.TabIndex = 3; 88 110 // 89 111 // optimizersTabPage 90 112 // 91 this.optimizersTabPage.Controls.Add(this. optimizerListView);113 this.optimizersTabPage.Controls.Add(this.experimentTreeView); 92 114 this.optimizersTabPage.Location = new System.Drawing.Point(4, 22); 93 115 this.optimizersTabPage.Name = "optimizersTabPage"; 94 116 this.optimizersTabPage.Padding = new System.Windows.Forms.Padding(3); 95 this.optimizersTabPage.Size = new System.Drawing.Size(671, 40 0);117 this.optimizersTabPage.Size = new System.Drawing.Size(671, 401); 96 118 this.optimizersTabPage.TabIndex = 1; 97 119 this.optimizersTabPage.Text = "Optimizers"; 98 120 this.optimizersTabPage.UseVisualStyleBackColor = true; 99 //100 // optimizerListView101 //102 this.optimizerListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)103 | System.Windows.Forms.AnchorStyles.Left)104 | System.Windows.Forms.AnchorStyles.Right)));105 this.optimizerListView.Caption = "OptimizerList View";106 this.optimizerListView.Content = null;107 this.optimizerListView.Location = new System.Drawing.Point(6, 6);108 this.optimizerListView.Name = "optimizerListView";109 this.optimizerListView.ReadOnly = false;110 this.optimizerListView.Size = new System.Drawing.Size(659, 388);111 this.optimizerListView.TabIndex = 0;112 121 // 113 122 // runsTabPage … … 117 126 this.runsTabPage.Name = "runsTabPage"; 118 127 this.runsTabPage.Padding = new System.Windows.Forms.Padding(3); 119 this.runsTabPage.Size = new System.Drawing.Size(671, 40 0);128 this.runsTabPage.Size = new System.Drawing.Size(671, 401); 120 129 this.runsTabPage.TabIndex = 2; 121 130 this.runsTabPage.Text = "Runs"; … … 124 133 // runsViewHost 125 134 // 126 this.runsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 127 | System.Windows.Forms.AnchorStyles.Left)128 135 this.runsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 136 | System.Windows.Forms.AnchorStyles.Left) 137 | System.Windows.Forms.AnchorStyles.Right))); 129 138 this.runsViewHost.Caption = "View"; 130 139 this.runsViewHost.Content = null; … … 133 142 this.runsViewHost.Name = "runsViewHost"; 134 143 this.runsViewHost.ReadOnly = false; 135 this.runsViewHost.Size = new System.Drawing.Size(6 63, 388);144 this.runsViewHost.Size = new System.Drawing.Size(657, 389); 136 145 this.runsViewHost.TabIndex = 0; 137 146 this.runsViewHost.ViewsLabelVisible = true; 138 147 this.runsViewHost.ViewType = null; 139 148 // 140 // startButton149 // experimentTreeView 141 150 // 142 this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 143 this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play; 144 this.startButton.Location = new System.Drawing.Point(0, 458); 145 this.startButton.Name = "startButton"; 146 this.startButton.Size = new System.Drawing.Size(24, 24); 147 this.startButton.TabIndex = 4; 148 this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment"); 149 this.startButton.UseVisualStyleBackColor = true; 150 this.startButton.Click += new System.EventHandler(this.startButton_Click); 151 // 152 // stopButton 153 // 154 this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 155 this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop; 156 this.stopButton.Location = new System.Drawing.Point(60, 458); 157 this.stopButton.Name = "stopButton"; 158 this.stopButton.Size = new System.Drawing.Size(24, 24); 159 this.stopButton.TabIndex = 6; 160 this.toolTip.SetToolTip(this.stopButton, "Stop Experiment"); 161 this.stopButton.UseVisualStyleBackColor = true; 162 this.stopButton.Click += new System.EventHandler(this.stopButton_Click); 163 // 164 // resetButton 165 // 166 this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 167 this.resetButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart; 168 this.resetButton.Location = new System.Drawing.Point(90, 458); 169 this.resetButton.Name = "resetButton"; 170 this.resetButton.Size = new System.Drawing.Size(24, 24); 171 this.resetButton.TabIndex = 7; 172 this.toolTip.SetToolTip(this.resetButton, "Reset Experiment"); 173 this.resetButton.UseVisualStyleBackColor = true; 174 this.resetButton.Click += new System.EventHandler(this.resetButton_Click); 175 // 176 // executionTimeLabel 177 // 178 this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 179 this.executionTimeLabel.AutoSize = true; 180 this.executionTimeLabel.Location = new System.Drawing.Point(453, 465); 181 this.executionTimeLabel.Name = "executionTimeLabel"; 182 this.executionTimeLabel.Size = new System.Drawing.Size(83, 13); 183 this.executionTimeLabel.TabIndex = 8; 184 this.executionTimeLabel.Text = "&Execution Time:"; 185 // 186 // executionTimeTextBox 187 // 188 this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 189 this.executionTimeTextBox.Location = new System.Drawing.Point(542, 462); 190 this.executionTimeTextBox.Name = "executionTimeTextBox"; 191 this.executionTimeTextBox.ReadOnly = true; 192 this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20); 193 this.executionTimeTextBox.TabIndex = 9; 194 // 195 // pauseButton 196 // 197 this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 198 this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause; 199 this.pauseButton.Location = new System.Drawing.Point(30, 458); 200 this.pauseButton.Name = "pauseButton"; 201 this.pauseButton.Size = new System.Drawing.Size(24, 24); 202 this.pauseButton.TabIndex = 5; 203 this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment"); 204 this.pauseButton.UseVisualStyleBackColor = true; 205 this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click); 151 this.experimentTreeView.Caption = "Experiment View"; 152 this.experimentTreeView.Content = null; 153 this.experimentTreeView.Dock = System.Windows.Forms.DockStyle.Fill; 154 this.experimentTreeView.Location = new System.Drawing.Point(3, 3); 155 this.experimentTreeView.Name = "experimentTreeView"; 156 this.experimentTreeView.ReadOnly = false; 157 this.experimentTreeView.Size = new System.Drawing.Size(665, 395); 158 this.experimentTreeView.TabIndex = 0; 206 159 // 207 160 // ExperimentView … … 210 163 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 211 164 this.Controls.Add(this.tabControl); 212 this.Controls.Add(this.startButton);213 this.Controls.Add(this.executionTimeTextBox);214 this.Controls.Add(this.executionTimeLabel);215 this.Controls.Add(this.pauseButton);216 this.Controls.Add(this.stopButton);217 this.Controls.Add(this.resetButton);218 165 this.Name = "ExperimentView"; 219 166 this.Size = new System.Drawing.Size(679, 482); 220 this.Controls.SetChildIndex(this.infoLabel, 0);221 167 this.Controls.SetChildIndex(this.resetButton, 0); 222 168 this.Controls.SetChildIndex(this.stopButton, 0); 223 169 this.Controls.SetChildIndex(this.pauseButton, 0); 170 this.Controls.SetChildIndex(this.tabControl, 0); 224 171 this.Controls.SetChildIndex(this.executionTimeLabel, 0); 225 172 this.Controls.SetChildIndex(this.executionTimeTextBox, 0); 226 173 this.Controls.SetChildIndex(this.startButton, 0); 227 this.Controls.SetChildIndex(this. tabControl, 0);174 this.Controls.SetChildIndex(this.infoLabel, 0); 228 175 this.Controls.SetChildIndex(this.nameLabel, 0); 229 176 this.Controls.SetChildIndex(this.nameTextBox, 0); … … 240 187 private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl; 241 188 private System.Windows.Forms.TabPage optimizersTabPage; 242 private System.Windows.Forms.Button startButton;243 private System.Windows.Forms.Button stopButton;244 private System.Windows.Forms.Button resetButton;245 private System.Windows.Forms.Label executionTimeLabel;246 private System.Windows.Forms.TextBox executionTimeTextBox;247 private System.Windows.Forms.Button pauseButton;248 private OptimizerListView optimizerListView;249 189 private System.Windows.Forms.TabPage runsTabPage; 250 190 private HeuristicLab.MainForm.WindowsForms.ViewHost runsViewHost; 191 private ExperimentTreeView experimentTreeView; 251 192 252 193 }
Note: See TracChangeset
for help on using the changeset viewer.