Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/18/16 16:54:16 (8 years ago)
Author:
abeham
Message:

#2634: Fixed some remaining bugs in runcollection rld view regarding runs with unequal length

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PerformanceComparison/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionRLDView.Designer.cs

    r12888 r14101  
    4545    private void InitializeComponent() {
    4646      this.components = new System.ComponentModel.Container();
     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();
    4749      this.dataTableComboBox = new System.Windows.Forms.ComboBox();
    4850      this.dataTableLabel = new System.Windows.Forms.Label();
     
    5961      this.budgetsTextBox = new System.Windows.Forms.TextBox();
    6062      this.addBudgetsAsResultButton = new System.Windows.Forms.Button();
    61       this.eachOrAllTargetCheckBox = new System.Windows.Forms.CheckBox();
     63      this.aggregateTargetsCheckBox = new System.Windows.Forms.CheckBox();
    6264      this.tabControl = new System.Windows.Forms.TabControl();
    6365      this.byTargetTabPage = new System.Windows.Forms.TabPage();
    64       this.byTargetViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     66      this.targetChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
     67      this.boundShadingCheckBox = new System.Windows.Forms.CheckBox();
    6568      this.byCostTabPage = new System.Windows.Forms.TabPage();
     69      this.byCostViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    6670      this.budgetLogScalingCheckBox = new System.Windows.Forms.CheckBox();
    6771      this.eachOrAllBudgetsCheckBox = new System.Windows.Forms.CheckBox();
    6872      this.generateBudgetsButton = new System.Windows.Forms.Button();
    69       this.byCostViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    7073      this.byTableTabPage = new System.Windows.Forms.TabPage();
     74      this.ertTableView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
    7175      this.problemComboBox = new System.Windows.Forms.ComboBox();
    7276      this.problemLabel = new System.Windows.Forms.Label();
    73       this.ertTableView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
    7477      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    7578      this.tabControl.SuspendLayout();
    7679      this.byTargetTabPage.SuspendLayout();
     80      ((System.ComponentModel.ISupportInitialize)(this.targetChart)).BeginInit();
    7781      this.byCostTabPage.SuspendLayout();
    7882      this.byTableTabPage.SuspendLayout();
     
    139143      this.targetsTextBox.Location = new System.Drawing.Point(59, 8);
    140144      this.targetsTextBox.Name = "targetsTextBox";
    141       this.targetsTextBox.Size = new System.Drawing.Size(326, 20);
     145      this.targetsTextBox.Size = new System.Drawing.Size(287, 20);
    142146      this.targetsTextBox.TabIndex = 1;
    143147      this.toolTip.SetToolTip(this.targetsTextBox, "The order of the targets is important, first to-hit targets\r\nshould be given firs" +
     
    211215      this.addBudgetsAsResultButton.Click += new System.EventHandler(this.addBudgetsAsResultButton_Click);
    212216      //
    213       // eachOrAllTargetCheckBox
    214       //
    215       this.eachOrAllTargetCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    216       this.eachOrAllTargetCheckBox.AutoSize = true;
    217       this.eachOrAllTargetCheckBox.Location = new System.Drawing.Point(414, 10);
    218       this.eachOrAllTargetCheckBox.Name = "eachOrAllTargetCheckBox";
    219       this.eachOrAllTargetCheckBox.Size = new System.Drawing.Size(36, 17);
    220       this.eachOrAllTargetCheckBox.TabIndex = 2;
    221       this.eachOrAllTargetCheckBox.Text = "all";
    222       this.eachOrAllTargetCheckBox.UseVisualStyleBackColor = true;
    223       this.eachOrAllTargetCheckBox.CheckedChanged += new System.EventHandler(this.eachOrAllTargetCheckBox_CheckedChanged);
     217      // aggregateTargetsCheckBox
     218      //
     219      this.aggregateTargetsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     220      this.aggregateTargetsCheckBox.AutoSize = true;
     221      this.aggregateTargetsCheckBox.Checked = true;
     222      this.aggregateTargetsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     223      this.aggregateTargetsCheckBox.Location = new System.Drawing.Point(352, 10);
     224      this.aggregateTargetsCheckBox.Name = "aggregateTargetsCheckBox";
     225      this.aggregateTargetsCheckBox.Size = new System.Drawing.Size(74, 17);
     226      this.aggregateTargetsCheckBox.TabIndex = 2;
     227      this.aggregateTargetsCheckBox.Text = "aggregate";
     228      this.aggregateTargetsCheckBox.UseVisualStyleBackColor = true;
     229      this.aggregateTargetsCheckBox.CheckedChanged += new System.EventHandler(this.aggregateTargetsCheckBox_CheckedChanged);
    224230      //
    225231      // tabControl
     
    239245      // byTargetTabPage
    240246      //
    241       this.byTargetTabPage.Controls.Add(this.byTargetViewHost);
     247      this.byTargetTabPage.Controls.Add(this.targetChart);
     248      this.byTargetTabPage.Controls.Add(this.boundShadingCheckBox);
    242249      this.byTargetTabPage.Controls.Add(this.targetLogScalingCheckBox);
    243250      this.byTargetTabPage.Controls.Add(this.targetsLabel);
    244       this.byTargetTabPage.Controls.Add(this.eachOrAllTargetCheckBox);
     251      this.byTargetTabPage.Controls.Add(this.aggregateTargetsCheckBox);
    245252      this.byTargetTabPage.Controls.Add(this.targetsTextBox);
    246253      this.byTargetTabPage.Controls.Add(this.generateTargetsButton);
     
    254261      this.byTargetTabPage.UseVisualStyleBackColor = true;
    255262      //
    256       // byTargetViewHost
    257       //
    258       this.byTargetViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     263      // targetChart
     264      //
     265      this.targetChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    259266            | System.Windows.Forms.AnchorStyles.Left)
    260267            | System.Windows.Forms.AnchorStyles.Right)));
    261       this.byTargetViewHost.Caption = "View";
    262       this.byTargetViewHost.Content = null;
    263       this.byTargetViewHost.Enabled = false;
    264       this.byTargetViewHost.Location = new System.Drawing.Point(3, 34);
    265       this.byTargetViewHost.Name = "byTargetViewHost";
    266       this.byTargetViewHost.ReadOnly = false;
    267       this.byTargetViewHost.Size = new System.Drawing.Size(640, 324);
    268       this.byTargetViewHost.TabIndex = 5;
    269       this.byTargetViewHost.ViewsLabelVisible = true;
    270       this.byTargetViewHost.ViewType = null;
     268      chartArea1.AxisX.IsStartedFromZero = false;
     269      chartArea1.AxisX.MinorGrid.Enabled = true;
     270      chartArea1.AxisX.MinorGrid.LineColor = System.Drawing.Color.WhiteSmoke;
     271      chartArea1.AxisX.MinorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
     272      chartArea1.AxisY.Maximum = 1D;
     273      chartArea1.AxisY.Minimum = 0D;
     274      chartArea1.AxisY.MinorGrid.Enabled = true;
     275      chartArea1.AxisY.MinorGrid.LineColor = System.Drawing.Color.WhiteSmoke;
     276      chartArea1.AxisY.MinorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
     277      chartArea1.Name = "ChartArea1";
     278      this.targetChart.ChartAreas.Add(chartArea1);
     279      legend1.Alignment = System.Drawing.StringAlignment.Center;
     280      legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
     281      legend1.Name = "Legend1";
     282      this.targetChart.Legends.Add(legend1);
     283      this.targetChart.Location = new System.Drawing.Point(6, 34);
     284      this.targetChart.Name = "targetChart";
     285      this.targetChart.Size = new System.Drawing.Size(634, 324);
     286      this.targetChart.SuppressExceptions = true;
     287      this.targetChart.TabIndex = 7;
     288      this.targetChart.Text = "enhancedChart1";
     289      this.targetChart.CustomizeLegend += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs>(this.chart_CustomizeLegend);
     290      this.targetChart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
     291      this.targetChart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
     292      //
     293      // boundShadingCheckBox
     294      //
     295      this.boundShadingCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     296      this.boundShadingCheckBox.AutoSize = true;
     297      this.boundShadingCheckBox.Checked = true;
     298      this.boundShadingCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     299      this.boundShadingCheckBox.Location = new System.Drawing.Point(127, 364);
     300      this.boundShadingCheckBox.Name = "boundShadingCheckBox";
     301      this.boundShadingCheckBox.Size = new System.Drawing.Size(96, 17);
     302      this.boundShadingCheckBox.TabIndex = 6;
     303      this.boundShadingCheckBox.Text = "bound shading";
     304      this.boundShadingCheckBox.UseVisualStyleBackColor = true;
     305      this.boundShadingCheckBox.CheckedChanged += new System.EventHandler(this.boundShadingCheckBox_CheckedChanged);
    271306      //
    272307      // byCostTabPage
    273308      //
     309      this.byCostTabPage.Controls.Add(this.byCostViewHost);
    274310      this.byCostTabPage.Controls.Add(this.budgetLogScalingCheckBox);
    275311      this.byCostTabPage.Controls.Add(this.eachOrAllBudgetsCheckBox);
    276312      this.byCostTabPage.Controls.Add(this.generateBudgetsButton);
    277       this.byCostTabPage.Controls.Add(this.byCostViewHost);
    278313      this.byCostTabPage.Controls.Add(this.budgetsLabel);
    279314      this.byCostTabPage.Controls.Add(this.addBudgetsAsResultButton);
     
    287322      this.byCostTabPage.UseVisualStyleBackColor = true;
    288323      //
     324      // byCostViewHost
     325      //
     326      this.byCostViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     327            | System.Windows.Forms.AnchorStyles.Left)
     328            | System.Windows.Forms.AnchorStyles.Right)));
     329      this.byCostViewHost.Caption = "View";
     330      this.byCostViewHost.Content = null;
     331      this.byCostViewHost.Enabled = false;
     332      this.byCostViewHost.Location = new System.Drawing.Point(6, 34);
     333      this.byCostViewHost.Name = "byCostViewHost";
     334      this.byCostViewHost.ReadOnly = false;
     335      this.byCostViewHost.Size = new System.Drawing.Size(634, 324);
     336      this.byCostViewHost.TabIndex = 12;
     337      this.byCostViewHost.ViewsLabelVisible = true;
     338      this.byCostViewHost.ViewType = null;
     339      //
    289340      // budgetLogScalingCheckBox
    290341      //
     
    322373      this.generateBudgetsButton.Click += new System.EventHandler(this.generateBudgetsButton_Click);
    323374      //
    324       // byCostViewHost
    325       //
    326       this.byCostViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    327             | System.Windows.Forms.AnchorStyles.Left)
    328             | System.Windows.Forms.AnchorStyles.Right)));
    329       this.byCostViewHost.Caption = "View";
    330       this.byCostViewHost.Content = null;
    331       this.byCostViewHost.Enabled = false;
    332       this.byCostViewHost.Location = new System.Drawing.Point(3, 34);
    333       this.byCostViewHost.Name = "byCostViewHost";
    334       this.byCostViewHost.ReadOnly = false;
    335       this.byCostViewHost.Size = new System.Drawing.Size(640, 324);
    336       this.byCostViewHost.TabIndex = 8;
    337       this.byCostViewHost.ViewsLabelVisible = true;
    338       this.byCostViewHost.ViewType = null;
    339       //
    340375      // byTableTabPage
    341376      //
     
    348383      this.byTableTabPage.Text = "Expected Runtime Tables";
    349384      this.byTableTabPage.UseVisualStyleBackColor = true;
    350       //
    351       // problemComboBox
    352       //
    353       this.problemComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    354             | System.Windows.Forms.AnchorStyles.Right)));
    355       this.problemComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    356       this.problemComboBox.FormattingEnabled = true;
    357       this.problemComboBox.Location = new System.Drawing.Point(69, 30);
    358       this.problemComboBox.Name = "problemComboBox";
    359       this.problemComboBox.Size = new System.Drawing.Size(582, 21);
    360       this.problemComboBox.TabIndex = 3;
    361       this.problemComboBox.SelectedIndexChanged += new System.EventHandler(this.problemComboBox_SelectedIndexChanged);
    362       //
    363       // problemLabel
    364       //
    365       this.problemLabel.AutoSize = true;
    366       this.problemLabel.Location = new System.Drawing.Point(3, 33);
    367       this.problemLabel.Name = "problemLabel";
    368       this.problemLabel.Size = new System.Drawing.Size(48, 13);
    369       this.problemLabel.TabIndex = 2;
    370       this.problemLabel.Text = "Problem:";
    371385      //
    372386      // ertTableView
     
    382396      this.ertTableView.Size = new System.Drawing.Size(640, 381);
    383397      this.ertTableView.TabIndex = 0;
     398      //
     399      // problemComboBox
     400      //
     401      this.problemComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     402            | System.Windows.Forms.AnchorStyles.Right)));
     403      this.problemComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     404      this.problemComboBox.FormattingEnabled = true;
     405      this.problemComboBox.Location = new System.Drawing.Point(69, 30);
     406      this.problemComboBox.Name = "problemComboBox";
     407      this.problemComboBox.Size = new System.Drawing.Size(582, 21);
     408      this.problemComboBox.TabIndex = 3;
     409      this.problemComboBox.SelectedIndexChanged += new System.EventHandler(this.problemComboBox_SelectedIndexChanged);
     410      //
     411      // problemLabel
     412      //
     413      this.problemLabel.AutoSize = true;
     414      this.problemLabel.Location = new System.Drawing.Point(3, 33);
     415      this.problemLabel.Name = "problemLabel";
     416      this.problemLabel.Size = new System.Drawing.Size(48, 13);
     417      this.problemLabel.TabIndex = 2;
     418      this.problemLabel.Text = "Problem:";
    384419      //
    385420      // RunCollectionRLDView
     
    399434      this.byTargetTabPage.ResumeLayout(false);
    400435      this.byTargetTabPage.PerformLayout();
     436      ((System.ComponentModel.ISupportInitialize)(this.targetChart)).EndInit();
    401437      this.byCostTabPage.ResumeLayout(false);
    402438      this.byCostTabPage.PerformLayout();
     
    423459    private System.Windows.Forms.TextBox budgetsTextBox;
    424460    private System.Windows.Forms.Label budgetsLabel;
    425     private System.Windows.Forms.CheckBox eachOrAllTargetCheckBox;
     461    private System.Windows.Forms.CheckBox aggregateTargetsCheckBox;
    426462    private System.Windows.Forms.TabControl tabControl;
    427463    private System.Windows.Forms.TabPage byTargetTabPage;
    428     private MainForm.WindowsForms.ViewHost byTargetViewHost;
    429464    private System.Windows.Forms.TabPage byCostTabPage;
    430465    private System.Windows.Forms.TabPage byTableTabPage;
    431     private MainForm.WindowsForms.ViewHost byCostViewHost;
    432466    private System.Windows.Forms.CheckBox eachOrAllBudgetsCheckBox;
    433467    private System.Windows.Forms.Button generateBudgetsButton;
     
    436470    private System.Windows.Forms.ComboBox problemComboBox;
    437471    private Data.Views.StringConvertibleMatrixView ertTableView;
     472    private Visualization.ChartControlsExtensions.EnhancedChart targetChart;
     473    private MainForm.WindowsForms.ViewHost byCostViewHost;
     474    private System.Windows.Forms.CheckBox boundShadingCheckBox;
    438475  }
    439476}
Note: See TracChangeset for help on using the changeset viewer.