Changeset 9355 for branches/StatisticalTesting
- Timestamp:
- 04/11/13 16:52:40 (12 years ago)
- Location:
- branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/ChartAnalysisView.designer.cs
r9353 r9355 41 41 this.addLineToChart = new System.Windows.Forms.Button(); 42 42 this.addValuesButton = new System.Windows.Forms.Button(); 43 this.colorButton = new System.Windows.Forms.Button();44 43 this.SuspendLayout(); 45 44 // 46 45 // stringConvertibleMatrixView 47 46 // 48 this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 49 | System.Windows.Forms.AnchorStyles.Left) 47 this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 48 | System.Windows.Forms.AnchorStyles.Left) 50 49 | System.Windows.Forms.AnchorStyles.Right))); 51 50 this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View"; … … 61 60 // dataRowComboBox 62 61 // 63 this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 62 this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 64 63 | System.Windows.Forms.AnchorStyles.Right))); 65 64 this.dataRowComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 91 90 // dataTableComboBox 92 91 // 93 this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 92 this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 94 93 | System.Windows.Forms.AnchorStyles.Right))); 95 94 this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 104 103 // 105 104 this.addLineToChart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 106 this.addLineToChart.Location = new System.Drawing.Point( 420, 359);105 this.addLineToChart.Location = new System.Drawing.Point(353, 359); 107 106 this.addLineToChart.Name = "addLineToChart"; 108 this.addLineToChart.Size = new System.Drawing.Size( 75, 23);107 this.addLineToChart.Size = new System.Drawing.Size(133, 23); 109 108 this.addLineToChart.TabIndex = 9; 110 this.addLineToChart.Text = "Fit Line ";109 this.addLineToChart.Text = "Fit Line to Chart"; 111 110 this.addLineToChart.UseVisualStyleBackColor = true; 112 111 this.addLineToChart.Click += new System.EventHandler(this.addLineToChart_Click); … … 115 114 // 116 115 this.addValuesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 117 this.addValuesButton.Location = new System.Drawing.Point(2 81, 359);116 this.addValuesButton.Location = new System.Drawing.Point(214, 359); 118 117 this.addValuesButton.Name = "addValuesButton"; 119 118 this.addValuesButton.Size = new System.Drawing.Size(133, 23); … … 123 122 this.addValuesButton.Click += new System.EventHandler(this.addValuesButton_Click); 124 123 // 125 // colorButton126 //127 this.colorButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));128 this.colorButton.Location = new System.Drawing.Point(200, 359);129 this.colorButton.Name = "colorButton";130 this.colorButton.Size = new System.Drawing.Size(75, 23);131 this.colorButton.TabIndex = 11;132 this.colorButton.Text = "Color Rows";133 this.colorButton.UseVisualStyleBackColor = true;134 this.colorButton.Click += new System.EventHandler(this.colorButton_Click);135 //136 124 // RunCollectionStatisticalTabularView 137 125 // 138 this.Controls.Add(this.colorButton);139 126 this.Controls.Add(this.addValuesButton); 140 127 this.Controls.Add(this.addLineToChart); … … 159 146 private System.Windows.Forms.Button addLineToChart; 160 147 private System.Windows.Forms.Button addValuesButton; 161 private System.Windows.Forms.Button colorButton;162 148 } 163 149 } -
branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/HeuristicLab.Analysis.Statistics-3.3.csproj
r9353 r9355 38 38 </PropertyGroup> 39 39 <ItemGroup> 40 <Reference Include="ALGLIB-3.6.0, Version=3.6.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 41 <Private>False</Private> 40 <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 41 <SpecificVersion>False</SpecificVersion> 42 <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath> 43 </Reference> 44 <Reference Include="HeuristicLab.ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 45 <SpecificVersion>False</SpecificVersion> 46 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.ALGLIB-3.7.0.dll</HintPath> 42 47 </Reference> 43 48 <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> … … 93 98 <Private>False</Private> 94 99 </Reference> 100 <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 101 <SpecificVersion>False</SpecificVersion> 102 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath> 103 </Reference> 95 104 <Reference Include="System" /> 96 105 <Reference Include="System.Core" /> 97 106 <Reference Include="System.Drawing" /> 98 107 <Reference Include="System.Windows.Forms" /> 108 <Reference Include="System.Windows.Forms.DataVisualization" /> 99 109 <Reference Include="System.Xml.Linq" /> 100 110 <Reference Include="System.Data.DataSetExtensions" /> … … 112 122 </Compile> 113 123 <Compile Include="SampleSizeDetermination.cs" /> 124 <Compile Include="SampleSizeInfluenceView.cs"> 125 <SubType>UserControl</SubType> 126 </Compile> 127 <Compile Include="SampleSizeInfluenceView.Designer.cs"> 128 <DependentUpon>SampleSizeInfluenceView.cs</DependentUpon> 129 </Compile> 114 130 <Compile Include="StatisticalTestingView.cs"> 115 131 <SubType>UserControl</SubType> -
branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/Plugin.cs.frame
r9353 r9355 37 37 [PluginDependency("HeuristicLab.MainForm", "3.3")] 38 38 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")] 39 [PluginDependency("HeuristicLab.Visualization.ChartControlsExtensions", "3.3")] 40 [PluginDependency("HeuristicLab.ALGLIB", "3.7")] 39 41 public class HeuristicLabAnalysisStatisticsPlugin : PluginBase { 40 42 }
Note: See TracChangeset
for help on using the changeset viewer.