Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/28/11 15:34:30 (13 years ago)
Author:
abeham
Message:

#1330

  • Renamed the DistanceMatrix parameter to Distances
  • Renamed the SwapMove to Swap2Move and renamed operators accordingly
  • Integrated changes in HeuristicLab.Analysis.Views regarding description text box
Location:
branches/QAP/HeuristicLab.Analysis.Views/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/QAP/HeuristicLab.Analysis.Views/3.3

  • branches/QAP/HeuristicLab.Analysis.Views/3.3/DataTableView.Designer.cs

    r5445 r5838  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       System.Windows.Forms.DataVisualization.Charting.ChartArea defaultChartArea = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
    48       System.Windows.Forms.DataVisualization.Charting.Legend defaultLegend = new System.Windows.Forms.DataVisualization.Charting.Legend();
    49       System.Windows.Forms.DataVisualization.Charting.Series defaultSeries = new System.Windows.Forms.DataVisualization.Charting.Series();
    50       System.Windows.Forms.DataVisualization.Charting.Title defaultTitle = new System.Windows.Forms.DataVisualization.Charting.Title();
     47      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     48      System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
     49      System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
     50      System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
    5151      this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
    5252      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     
    5858      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    5959      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    60       this.nameTextBox.Size = new System.Drawing.Size(287, 20);
     60      this.nameTextBox.Location = new System.Drawing.Point(55, 0);
     61      this.nameTextBox.Size = new System.Drawing.Size(279, 20);
    6162      //
    62       // descriptionTextBox
     63      // infoLabel
    6364      //
    64       this.descriptionTextBox.Size = new System.Drawing.Size(287, 20);
     65      this.infoLabel.Location = new System.Drawing.Point(340, 3);
    6566      //
    6667      // chart
     
    7172      this.chart.BorderlineColor = System.Drawing.Color.Black;
    7273      this.chart.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
    73       defaultChartArea.AxisX.Minimum = 0;
    74       defaultChartArea.CursorX.IsUserEnabled = true;
    75       defaultChartArea.CursorX.IsUserSelectionEnabled = true;
    76       defaultChartArea.CursorY.IsUserEnabled = true;
    77       defaultChartArea.CursorY.IsUserSelectionEnabled = true;
    78       defaultChartArea.Name = "Default";
    79       this.chart.ChartAreas.Add(defaultChartArea);
    80       defaultLegend.Alignment = System.Drawing.StringAlignment.Center;
    81       defaultLegend.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
    82       defaultLegend.Name = "Default";
    83       this.chart.Legends.Add(defaultLegend);
    84       this.chart.Location = new System.Drawing.Point(0, 52);
     74      chartArea1.AxisX.Minimum = 0D;
     75      chartArea1.CursorX.IsUserEnabled = true;
     76      chartArea1.CursorX.IsUserSelectionEnabled = true;
     77      chartArea1.CursorY.IsUserEnabled = true;
     78      chartArea1.CursorY.IsUserSelectionEnabled = true;
     79      chartArea1.Name = "Default";
     80      this.chart.ChartAreas.Add(chartArea1);
     81      legend1.Alignment = System.Drawing.StringAlignment.Center;
     82      legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
     83      legend1.Name = "Default";
     84      this.chart.Legends.Add(legend1);
     85      this.chart.Location = new System.Drawing.Point(0, 26);
    8586      this.chart.Name = "chart";
    86       defaultSeries.ChartArea = "Default";
    87       defaultSeries.Legend = "Default";
    88       defaultSeries.Name = "Default";
    89       this.chart.Series.Add(defaultSeries);
    90       this.chart.Size = new System.Drawing.Size(359, 222);
    91       this.chart.TabIndex = 4;
     87      series1.ChartArea = "Default";
     88      series1.Legend = "Default";
     89      series1.Name = "Default";
     90      this.chart.Series.Add(series1);
     91      this.chart.Size = new System.Drawing.Size(359, 248);
     92      this.chart.TabIndex = 3;
    9293      this.chart.Text = "chart";
    93       defaultTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    94       defaultTitle.Name = "Default";
    95       defaultTitle.Text = "Title";
    96       this.chart.Titles.Add(defaultTitle);
     94      title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     95      title1.Name = "Default";
     96      title1.Text = "Title";
     97      this.chart.Titles.Add(title1);
    9798      this.chart.CustomizeLegend += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs>(this.chart_CustomizeLegend);
    9899      this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
     
    106107      this.Name = "DataTableView";
    107108      this.Size = new System.Drawing.Size(359, 274);
     109      this.Controls.SetChildIndex(this.infoLabel, 0);
    108110      this.Controls.SetChildIndex(this.chart, 0);
    109111      this.Controls.SetChildIndex(this.nameLabel, 0);
    110       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    111112      this.Controls.SetChildIndex(this.nameTextBox, 0);
    112       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    113113      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    114114      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
Note: See TracChangeset for help on using the changeset viewer.