- Timestamp:
- 01/08/14 17:13:24 (11 years ago)
- Location:
- branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj
r10316 r10319 95 95 <Compile Include="Interfaces\ITransformationLogic.cs" /> 96 96 <Compile Include="PreprocessingCloner.cs" /> 97 <Compile Include="Properties\Resources.Designer.cs">98 <AutoGen>True</AutoGen>99 <DesignTime>True</DesignTime>100 <DependentUpon>Resources.resx</DependentUpon>101 </Compile>102 97 <Compile Include="Views\FilterView.cs"> 103 98 <SubType>UserControl</SubType> … … 224 219 </ProjectReference> 225 220 </ItemGroup> 226 227 221 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 228 222 <PropertyGroup> -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/DataPreprocessingView.designer.cs
r10314 r10319 28 28 this.splitContainer1 = new System.Windows.Forms.SplitContainer(); 29 29 this.undoButton = new System.Windows.Forms.Button(); 30 this.contentListView = new System.Windows.Forms.ListView();31 30 this.tryOutAlgorithmButton = new System.Windows.Forms.Button(); 32 31 this.saveButton = new System.Windows.Forms.Button(); 32 this.contentListView = new System.Windows.Forms.ListView(); 33 33 this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); 34 34 this.toolTip = new System.Windows.Forms.ToolTip(this.components); … … 62 62 // undoButton 63 63 // 64 this. undoButton.Image = ((System.Drawing.Image)(resources.GetObject("undoButton.Image")));64 this.saveButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Undo; 65 65 this.undoButton.Location = new System.Drawing.Point(72, 14); 66 66 this.undoButton.Name = "undoButton"; … … 69 69 this.toolTip.SetToolTip(this.undoButton, "Undo"); 70 70 this.undoButton.UseVisualStyleBackColor = true; 71 // 72 // tryOutAlgorithmButton 73 // 74 this.saveButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play; 75 this.tryOutAlgorithmButton.Location = new System.Drawing.Point(42, 14); 76 this.tryOutAlgorithmButton.Name = "tryOutAlgorithmButton"; 77 this.tryOutAlgorithmButton.Size = new System.Drawing.Size(24, 24); 78 this.tryOutAlgorithmButton.TabIndex = 2; 79 this.toolTip.SetToolTip(this.tryOutAlgorithmButton, "Apply in new tab"); 80 this.tryOutAlgorithmButton.UseVisualStyleBackColor = true; 81 this.tryOutAlgorithmButton.Click += new System.EventHandler(this.applyInNewTabButton_Click); 82 // 83 // saveButton 84 // 85 this.saveButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save; 86 this.saveButton.Location = new System.Drawing.Point(12, 14); 87 this.saveButton.Name = "saveButton"; 88 this.saveButton.Size = new System.Drawing.Size(24, 24); 89 this.saveButton.TabIndex = 1; 90 this.toolTip.SetToolTip(this.saveButton, "Export problem"); 91 this.saveButton.UseVisualStyleBackColor = true; 92 this.saveButton.Click += new System.EventHandler(this.exportProblemButton_Click); 71 93 // 72 94 // contentListView … … 84 106 this.contentListView.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged); 85 107 this.contentListView.DoubleClick += new System.EventHandler(this.listView1_DoubleClick); 86 //87 // tryOutAlgorithmButton88 //89 this.tryOutAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("tryOutAlgorithmButton.Image")));90 this.tryOutAlgorithmButton.Location = new System.Drawing.Point(42, 14);91 this.tryOutAlgorithmButton.Name = "tryOutAlgorithmButton";92 this.tryOutAlgorithmButton.Size = new System.Drawing.Size(24, 24);93 this.tryOutAlgorithmButton.TabIndex = 2;94 this.toolTip.SetToolTip(this.tryOutAlgorithmButton, "Apply in new tab");95 this.tryOutAlgorithmButton.UseVisualStyleBackColor = true;96 this.tryOutAlgorithmButton.Click += new System.EventHandler(this.applyInNewTabButton_Click);97 //98 // saveButton99 //100 this.saveButton.Image = ((System.Drawing.Image)(resources.GetObject("saveButton.Image")));101 this.saveButton.Location = new System.Drawing.Point(12, 14);102 this.saveButton.Name = "saveButton";103 this.saveButton.Size = new System.Drawing.Size(24, 24);104 this.saveButton.TabIndex = 1;105 this.toolTip.SetToolTip(this.saveButton, "Export problem");106 this.saveButton.UseVisualStyleBackColor = true;107 this.saveButton.Click += new System.EventHandler(this.exportProblemButton_Click);108 108 // 109 109 // viewHost
Note: See TracChangeset
for help on using the changeset viewer.