Changeset 13508 for trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessingView.designer.cs
- Timestamp:
- 01/14/16 17:51:48 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessingView.designer.cs
r13507 r13508 45 45 /// </summary> 46 46 private void InitializeComponent() { 47 this.components = new System.ComponentModel.Container(); 47 48 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataPreprocessingView)); 48 49 this.undoButton = new System.Windows.Forms.Button(); … … 50 51 this.exportProblemButton = new System.Windows.Forms.Button(); 51 52 this.lblFilterActive = new System.Windows.Forms.Label(); 52 this.applyComboBox = new System.Windows.Forms.ComboBox();53 this.exportLabel = new System.Windows.Forms.Label();54 53 this.redoButton = new System.Windows.Forms.Button(); 54 this.newButton = new System.Windows.Forms.Button(); 55 this.importButton = new System.Windows.Forms.Button(); 56 this.newProblemDataTypeContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); 57 this.newRegressionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 58 this.newClassificationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 59 this.newTimeSeriesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 60 this.importProblemDataTypeContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); 61 this.importRegressionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 62 this.importClassificationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 63 this.importTimeSeriesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 55 64 this.viewShortcutListView = new HeuristicLab.DataPreprocessing.Views.ViewShortcutListView(); 65 this.applyTypeContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); 66 this.exportTypeContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); 56 67 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 68 this.newProblemDataTypeContextMenuStrip.SuspendLayout(); 69 this.importProblemDataTypeContextMenuStrip.SuspendLayout(); 57 70 this.SuspendLayout(); 58 71 // … … 70 83 // 71 84 this.undoButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Undo; 72 this.undoButton.Location = new System.Drawing.Point( 6, 56);85 this.undoButton.Location = new System.Drawing.Point(131, 26); 73 86 this.undoButton.Name = "undoButton"; 74 87 this.undoButton.Size = new System.Drawing.Size(24, 24); … … 81 94 // 82 95 this.applyInNewTabButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play; 83 this.applyInNewTabButton.Location = new System.Drawing.Point( 57, 26);96 this.applyInNewTabButton.Location = new System.Drawing.Point(69, 26); 84 97 this.applyInNewTabButton.Name = "applyInNewTabButton"; 85 98 this.applyInNewTabButton.Size = new System.Drawing.Size(24, 24); … … 91 104 // exportProblemButton 92 105 // 93 this.exportProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save ;94 this.exportProblemButton.Location = new System.Drawing.Point( 87, 26);106 this.exportProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.SaveAs; 107 this.exportProblemButton.Location = new System.Drawing.Point(99, 26); 95 108 this.exportProblemButton.Name = "exportProblemButton"; 96 109 this.exportProblemButton.Size = new System.Drawing.Size(24, 24); 97 110 this.exportProblemButton.TabIndex = 3; 98 this.toolTip.SetToolTip(this.exportProblemButton, " Save");111 this.toolTip.SetToolTip(this.exportProblemButton, "Export to File"); 99 112 this.exportProblemButton.UseVisualStyleBackColor = true; 100 113 this.exportProblemButton.Click += new System.EventHandler(this.exportProblemButton_Click); … … 103 116 // 104 117 this.lblFilterActive.AutoSize = true; 105 this.lblFilterActive.Location = new System.Drawing.Point( 84, 62);118 this.lblFilterActive.Location = new System.Drawing.Point(203, 31); 106 119 this.lblFilterActive.Name = "lblFilterActive"; 107 120 this.lblFilterActive.Size = new System.Drawing.Size(277, 13); … … 110 123 this.lblFilterActive.Visible = false; 111 124 // 112 // applyComboBox113 //114 this.applyComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)115 | System.Windows.Forms.AnchorStyles.Right)));116 this.applyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;117 this.applyComboBox.FormattingEnabled = true;118 this.applyComboBox.Items.AddRange(new object[] {119 "Algorithm",120 "Problem",121 "ProblemData"});122 this.applyComboBox.Location = new System.Drawing.Point(117, 28);123 this.applyComboBox.Name = "applyComboBox";124 this.applyComboBox.Size = new System.Drawing.Size(696, 21);125 this.applyComboBox.TabIndex = 4;126 //127 // exportLabel128 //129 this.exportLabel.AutoSize = true;130 this.exportLabel.Location = new System.Drawing.Point(5, 31);131 this.exportLabel.Name = "exportLabel";132 this.exportLabel.Size = new System.Drawing.Size(40, 13);133 this.exportLabel.TabIndex = 8;134 this.exportLabel.Text = "Export:";135 //136 125 // redoButton 137 126 // 138 127 this.redoButton.Enabled = false; 139 128 this.redoButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Redo; 140 this.redoButton.Location = new System.Drawing.Point( 36, 56);129 this.redoButton.Location = new System.Drawing.Point(161, 26); 141 130 this.redoButton.Name = "redoButton"; 142 131 this.redoButton.Size = new System.Drawing.Size(24, 24); … … 145 134 this.redoButton.UseVisualStyleBackColor = true; 146 135 // 136 // newButton 137 // 138 this.newButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument; 139 this.newButton.Location = new System.Drawing.Point(6, 26); 140 this.newButton.Name = "newButton"; 141 this.newButton.Size = new System.Drawing.Size(24, 24); 142 this.newButton.TabIndex = 3; 143 this.newButton.UseVisualStyleBackColor = true; 144 this.newButton.Click += new System.EventHandler(this.newButton_Click); 145 // 146 // importButton 147 // 148 this.importButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open; 149 this.importButton.Location = new System.Drawing.Point(36, 26); 150 this.importButton.Name = "importButton"; 151 this.importButton.Size = new System.Drawing.Size(24, 24); 152 this.importButton.TabIndex = 3; 153 this.importButton.UseVisualStyleBackColor = true; 154 this.importButton.Click += new System.EventHandler(this.importButton_Click); 155 // 156 // newProblemDataTypeContextMenuStrip 157 // 158 this.newProblemDataTypeContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 159 this.newRegressionToolStripMenuItem, 160 this.newClassificationToolStripMenuItem, 161 this.newTimeSeriesToolStripMenuItem}); 162 this.newProblemDataTypeContextMenuStrip.Name = "newProblemDataTypeContextMenuStrip"; 163 this.newProblemDataTypeContextMenuStrip.Size = new System.Drawing.Size(190, 70); 164 // 165 // newRegressionToolStripMenuItem 166 // 167 this.newRegressionToolStripMenuItem.Name = "newRegressionToolStripMenuItem"; 168 this.newRegressionToolStripMenuItem.Size = new System.Drawing.Size(189, 22); 169 this.newRegressionToolStripMenuItem.Text = "Regression"; 170 this.newRegressionToolStripMenuItem.Click += new System.EventHandler(this.newRegressionToolStripMenuItem_Click); 171 // 172 // newClassificationToolStripMenuItem 173 // 174 this.newClassificationToolStripMenuItem.Name = "newClassificationToolStripMenuItem"; 175 this.newClassificationToolStripMenuItem.Size = new System.Drawing.Size(189, 22); 176 this.newClassificationToolStripMenuItem.Text = "Classification"; 177 this.newClassificationToolStripMenuItem.Click += new System.EventHandler(this.newClassificationToolStripMenuItem_Click); 178 // 179 // newTimeSeriesToolStripMenuItem 180 // 181 this.newTimeSeriesToolStripMenuItem.Name = "newTimeSeriesToolStripMenuItem"; 182 this.newTimeSeriesToolStripMenuItem.Size = new System.Drawing.Size(189, 22); 183 this.newTimeSeriesToolStripMenuItem.Text = "Time Series Prognosis"; 184 this.newTimeSeriesToolStripMenuItem.Click += new System.EventHandler(this.newTimeSeriesToolStripMenuItem_Click); 185 // 186 // importProblemDataTypeContextMenuStrip 187 // 188 this.importProblemDataTypeContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 189 this.importRegressionToolStripMenuItem, 190 this.importClassificationToolStripMenuItem, 191 this.importTimeSeriesToolStripMenuItem}); 192 this.importProblemDataTypeContextMenuStrip.Name = "newProblemDataTypeContextMenuStrip"; 193 this.importProblemDataTypeContextMenuStrip.Size = new System.Drawing.Size(190, 92); 194 // 195 // importRegressionToolStripMenuItem 196 // 197 this.importRegressionToolStripMenuItem.Name = "importRegressionToolStripMenuItem"; 198 this.importRegressionToolStripMenuItem.Size = new System.Drawing.Size(189, 22); 199 this.importRegressionToolStripMenuItem.Text = "Regression"; 200 this.importRegressionToolStripMenuItem.Click += new System.EventHandler(this.importRegressionToolStripMenuItem_Click); 201 // 202 // importClassificationToolStripMenuItem 203 // 204 this.importClassificationToolStripMenuItem.Name = "importClassificationToolStripMenuItem"; 205 this.importClassificationToolStripMenuItem.Size = new System.Drawing.Size(189, 22); 206 this.importClassificationToolStripMenuItem.Text = "Classification"; 207 this.importClassificationToolStripMenuItem.Click += new System.EventHandler(this.importClassificationToolStripMenuItem_Click); 208 // 209 // importTimeSeriesToolStripMenuItem 210 // 211 this.importTimeSeriesToolStripMenuItem.Name = "importTimeSeriesToolStripMenuItem"; 212 this.importTimeSeriesToolStripMenuItem.Size = new System.Drawing.Size(189, 22); 213 this.importTimeSeriesToolStripMenuItem.Text = "Time Series Prognosis"; 214 this.importTimeSeriesToolStripMenuItem.Click += new System.EventHandler(this.importTimeSeriesToolStripMenuItem_Click); 215 // 147 216 // viewShortcutListView 148 217 // … … 152 221 this.viewShortcutListView.Caption = "ViewShortcutCollection View"; 153 222 this.viewShortcutListView.Content = null; 154 this.viewShortcutListView.Location = new System.Drawing.Point(4, 86);223 this.viewShortcutListView.Location = new System.Drawing.Point(4, 56); 155 224 this.viewShortcutListView.Name = "viewShortcutListView"; 156 225 this.viewShortcutListView.ReadOnly = false; 157 this.viewShortcutListView.Size = new System.Drawing.Size(831, 3 60);226 this.viewShortcutListView.Size = new System.Drawing.Size(831, 390); 158 227 this.viewShortcutListView.TabIndex = 7; 228 // 229 // applyTypeContextMenuStrip 230 // 231 this.applyTypeContextMenuStrip.Name = "newProblemDataTypeContextMenuStrip"; 232 this.applyTypeContextMenuStrip.Size = new System.Drawing.Size(61, 4); 233 // 234 // exportTypeContextMenuStrip 235 // 236 this.exportTypeContextMenuStrip.Name = "newProblemDataTypeContextMenuStrip"; 237 this.exportTypeContextMenuStrip.Size = new System.Drawing.Size(61, 4); 159 238 // 160 239 // DataPreprocessingView … … 162 241 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 163 242 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 164 this.Controls.Add(this.applyComboBox); 165 this.Controls.Add(this.exportLabel); 243 this.Controls.Add(this.newButton); 244 this.Controls.Add(this.importButton); 245 this.Controls.Add(this.applyInNewTabButton); 166 246 this.Controls.Add(this.exportProblemButton); 167 this.Controls.Add(this.applyInNewTabButton); 247 this.Controls.Add(this.undoButton); 248 this.Controls.Add(this.redoButton); 168 249 this.Controls.Add(this.lblFilterActive); 169 250 this.Controls.Add(this.viewShortcutListView); 170 this.Controls.Add(this.redoButton);171 this.Controls.Add(this.undoButton);172 251 this.Name = "DataPreprocessingView"; 173 252 this.Size = new System.Drawing.Size(838, 449); 174 this.Controls.SetChildIndex(this.undoButton, 0);175 this.Controls.SetChildIndex(this.redoButton, 0);176 253 this.Controls.SetChildIndex(this.viewShortcutListView, 0); 177 254 this.Controls.SetChildIndex(this.lblFilterActive, 0); 255 this.Controls.SetChildIndex(this.redoButton, 0); 256 this.Controls.SetChildIndex(this.undoButton, 0); 257 this.Controls.SetChildIndex(this.exportProblemButton, 0); 258 this.Controls.SetChildIndex(this.applyInNewTabButton, 0); 259 this.Controls.SetChildIndex(this.importButton, 0); 260 this.Controls.SetChildIndex(this.newButton, 0); 261 this.Controls.SetChildIndex(this.infoLabel, 0); 262 this.Controls.SetChildIndex(this.nameTextBox, 0); 178 263 this.Controls.SetChildIndex(this.nameLabel, 0); 179 this.Controls.SetChildIndex(this.nameTextBox, 0);180 this.Controls.SetChildIndex(this.infoLabel, 0);181 this.Controls.SetChildIndex(this.applyInNewTabButton, 0);182 this.Controls.SetChildIndex(this.exportProblemButton, 0);183 this.Controls.SetChildIndex(this.exportLabel, 0);184 this.Controls.SetChildIndex(this.applyComboBox, 0);185 264 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 265 this.newProblemDataTypeContextMenuStrip.ResumeLayout(false); 266 this.importProblemDataTypeContextMenuStrip.ResumeLayout(false); 186 267 this.ResumeLayout(false); 187 268 this.PerformLayout(); … … 196 277 private ViewShortcutListView viewShortcutListView; 197 278 private System.Windows.Forms.Label lblFilterActive; 198 private System.Windows.Forms.Label exportLabel;199 279 private System.Windows.Forms.Button redoButton; 200 private System.Windows.Forms.ComboBox applyComboBox; 280 private System.Windows.Forms.Button newButton; 281 private System.Windows.Forms.Button importButton; 282 private System.Windows.Forms.ContextMenuStrip newProblemDataTypeContextMenuStrip; 283 private System.Windows.Forms.ToolStripMenuItem newRegressionToolStripMenuItem; 284 private System.Windows.Forms.ToolStripMenuItem newClassificationToolStripMenuItem; 285 private System.Windows.Forms.ToolStripMenuItem newTimeSeriesToolStripMenuItem; 286 private System.Windows.Forms.ContextMenuStrip importProblemDataTypeContextMenuStrip; 287 private System.Windows.Forms.ToolStripMenuItem importRegressionToolStripMenuItem; 288 private System.Windows.Forms.ToolStripMenuItem importClassificationToolStripMenuItem; 289 private System.Windows.Forms.ToolStripMenuItem importTimeSeriesToolStripMenuItem; 290 private System.Windows.Forms.ContextMenuStrip applyTypeContextMenuStrip; 291 private System.Windows.Forms.ContextMenuStrip exportTypeContextMenuStrip; 201 292 } 202 293 }
Note: See TracChangeset
for help on using the changeset viewer.