- Timestamp:
- 01/08/14 16:32:40 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/DataPreprocessingView.designer.cs
r10313 r10314 29 29 this.undoButton = new System.Windows.Forms.Button(); 30 30 this.contentListView = new System.Windows.Forms.ListView(); 31 this.tryOutAlgorithmButton = new System.Windows.Forms.Button(); 32 this.saveButton = new System.Windows.Forms.Button(); 31 33 this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); 32 this.saveButton = new System.Windows.Forms.Button(); 33 this.tryOutAlgorithmButton = new System.Windows.Forms.Button(); 34 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 34 35 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); 35 36 this.splitContainer1.Panel1.SuspendLayout(); … … 48 49 // 49 50 this.splitContainer1.Panel1.Controls.Add(this.undoButton); 50 this.splitContainer1.Panel1.Controls.Add(this.contentListView);51 51 this.splitContainer1.Panel1.Controls.Add(this.tryOutAlgorithmButton); 52 52 this.splitContainer1.Panel1.Controls.Add(this.saveButton); 53 this.splitContainer1.Panel1.Controls.Add(this.contentListView); 53 54 // 54 55 // splitContainer1.Panel2 55 56 // 56 57 this.splitContainer1.Panel2.Controls.Add(this.viewHost); 57 this.splitContainer1.Panel2.Controls.Add(this.saveButton);58 this.splitContainer1.Panel2.Controls.Add(this.tryOutAlgorithmButton);59 58 this.splitContainer1.Size = new System.Drawing.Size(838, 449); 60 59 this.splitContainer1.SplitterDistance = 181; … … 64 63 // 65 64 this.undoButton.Image = ((System.Drawing.Image)(resources.GetObject("undoButton.Image"))); 66 this.undoButton.Location = new System.Drawing.Point(72, 1 5);65 this.undoButton.Location = new System.Drawing.Point(72, 14); 67 66 this.undoButton.Name = "undoButton"; 68 67 this.undoButton.Size = new System.Drawing.Size(24, 24); … … 89 88 // 90 89 this.tryOutAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("tryOutAlgorithmButton.Image"))); 91 this.tryOutAlgorithmButton.Location = new System.Drawing.Point(42, 1 5);90 this.tryOutAlgorithmButton.Location = new System.Drawing.Point(42, 14); 92 91 this.tryOutAlgorithmButton.Name = "tryOutAlgorithmButton"; 93 92 this.tryOutAlgorithmButton.Size = new System.Drawing.Size(24, 24); 94 93 this.tryOutAlgorithmButton.TabIndex = 2; 95 this.toolTip.SetToolTip(this.tryOutAlgorithmButton, " Try Out Algorithm");94 this.toolTip.SetToolTip(this.tryOutAlgorithmButton, "Apply in new tab"); 96 95 this.tryOutAlgorithmButton.UseVisualStyleBackColor = true; 97 this.tryOutAlgorithmButton.Click += new System.EventHandler(this. tryOutAlgorithmButton_Click);96 this.tryOutAlgorithmButton.Click += new System.EventHandler(this.applyInNewTabButton_Click); 98 97 // 99 98 // saveButton 100 99 // 101 100 this.saveButton.Image = ((System.Drawing.Image)(resources.GetObject("saveButton.Image"))); 102 this.saveButton.Location = new System.Drawing.Point(12, 1 5);101 this.saveButton.Location = new System.Drawing.Point(12, 14); 103 102 this.saveButton.Name = "saveButton"; 104 103 this.saveButton.Size = new System.Drawing.Size(24, 24); 105 104 this.saveButton.TabIndex = 1; 106 this.toolTip.SetToolTip(this.saveButton, " Save");105 this.toolTip.SetToolTip(this.saveButton, "Export problem"); 107 106 this.saveButton.UseVisualStyleBackColor = true; 107 this.saveButton.Click += new System.EventHandler(this.exportProblemButton_Click); 108 108 // 109 109 // viewHost … … 122 122 this.viewHost.ViewsLabelVisible = true; 123 123 this.viewHost.ViewType = null; 124 //125 // saveButton126 //127 this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));128 this.saveButton.Location = new System.Drawing.Point(343, 410);129 this.saveButton.Name = "saveButton";130 this.saveButton.Size = new System.Drawing.Size(75, 23);131 this.saveButton.TabIndex = 3;132 this.saveButton.Text = "Save";133 this.saveButton.UseVisualStyleBackColor = true;134 //135 // tryOutAlgorithmButton136 //137 this.tryOutAlgorithmButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));138 this.tryOutAlgorithmButton.Location = new System.Drawing.Point(443, 410);139 this.tryOutAlgorithmButton.Name = "tryOutAlgorithmButton";140 this.tryOutAlgorithmButton.Size = new System.Drawing.Size(97, 23);141 this.tryOutAlgorithmButton.TabIndex = 2;142 this.tryOutAlgorithmButton.Text = "Try Out Algorithm";143 this.tryOutAlgorithmButton.UseVisualStyleBackColor = true;144 this.tryOutAlgorithmButton.Click += new System.EventHandler(this.tryOutAlgorithmButton_Click);145 124 // 146 125 // DataPreprocessingView … … 162 141 163 142 private System.Windows.Forms.ListView contentListView; 164 private System.Windows.Forms.Button exportProblemButton; 165 private System.Windows.Forms.Button applyInNewTabButton; 143 private System.Windows.Forms.Button saveButton; 144 private System.Windows.Forms.Button tryOutAlgorithmButton; 145 private System.Windows.Forms.Button undoButton; 166 146 private MainForm.WindowsForms.ViewHost viewHost; 147 private System.Windows.Forms.SplitContainer splitContainer1; 148 private System.Windows.Forms.ToolTip toolTip; 167 149 168 150 }
Note: See TracChangeset
for help on using the changeset viewer.