Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/05/15 00:06:45 (9 years ago)
Author:
abeham
Message:

#2431: updated RLD analysis view

  • Added analysis by cost
  • Prepared tab for output of ERT tables
File:
1 edited

Legend:

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

    r12808 r12838  
    4747      this.dataTableComboBox = new System.Windows.Forms.ComboBox();
    4848      this.dataTableLabel = new System.Windows.Forms.Label();
    49       this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5049      this.groupLabel = new System.Windows.Forms.Label();
    5150      this.groupComboBox = new System.Windows.Forms.ComboBox();
    52       this.logScalingCheckBox = new System.Windows.Forms.CheckBox();
     51      this.targetLogScalingCheckBox = new System.Windows.Forms.CheckBox();
    5352      this.targetsTextBox = new System.Windows.Forms.TextBox();
    5453      this.targetsLabel = new System.Windows.Forms.Label();
    5554      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
    56       this.fixedTargetButton = new System.Windows.Forms.Button();
     55      this.addTargetsAsResultButton = new System.Windows.Forms.Button();
    5756      this.generateTargetsButton = new System.Windows.Forms.Button();
    5857      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    5958      this.budgetsLabel = new System.Windows.Forms.Label();
    6059      this.budgetsTextBox = new System.Windows.Forms.TextBox();
    61       this.fixedCostButton = new System.Windows.Forms.Button();
    62       this.allOrEachTargetCheckBox = new System.Windows.Forms.CheckBox();
     60      this.addBudgetsAsResultButton = new System.Windows.Forms.Button();
     61      this.eachOrAllTargetCheckBox = new System.Windows.Forms.CheckBox();
     62      this.tabControl = new System.Windows.Forms.TabControl();
     63      this.byTargetTabPage = new System.Windows.Forms.TabPage();
     64      this.byTargetViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     65      this.byCostTabPage = new System.Windows.Forms.TabPage();
     66      this.eachOrAllBudgetsCheckBox = new System.Windows.Forms.CheckBox();
     67      this.generateBudgetsButton = new System.Windows.Forms.Button();
     68      this.byCostViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     69      this.byTableTabPage = new System.Windows.Forms.TabPage();
     70      this.dataGridView1 = new System.Windows.Forms.DataGridView();
     71      this.budgetLogScalingCheckBox = new System.Windows.Forms.CheckBox();
    6372      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     73      this.tabControl.SuspendLayout();
     74      this.byTargetTabPage.SuspendLayout();
     75      this.byCostTabPage.SuspendLayout();
     76      this.byTableTabPage.SuspendLayout();
     77      ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
    6478      this.SuspendLayout();
    6579      //
     
    7286      this.dataTableComboBox.Location = new System.Drawing.Point(69, 30);
    7387      this.dataTableComboBox.Name = "dataTableComboBox";
    74       this.dataTableComboBox.Size = new System.Drawing.Size(455, 21);
     88      this.dataTableComboBox.Size = new System.Drawing.Size(582, 21);
    7589      this.dataTableComboBox.TabIndex = 0;
    7690      this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged);
     
    8599      this.dataTableLabel.Text = "DataTable:";
    86100      //
    87       // viewHost
    88       //
    89       this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    90             | System.Windows.Forms.AnchorStyles.Left)
    91             | System.Windows.Forms.AnchorStyles.Right)));
    92       this.viewHost.Caption = "View";
    93       this.viewHost.Content = null;
    94       this.viewHost.Enabled = false;
    95       this.viewHost.Location = new System.Drawing.Point(4, 90);
    96       this.viewHost.Name = "viewHost";
    97       this.viewHost.ReadOnly = false;
    98       this.viewHost.Size = new System.Drawing.Size(520, 258);
    99       this.viewHost.TabIndex = 2;
    100       this.viewHost.ViewsLabelVisible = true;
    101       this.viewHost.ViewType = null;
    102       //
    103101      // groupLabel
    104102      //
     
    118116      this.groupComboBox.Location = new System.Drawing.Point(69, 3);
    119117      this.groupComboBox.Name = "groupComboBox";
    120       this.groupComboBox.Size = new System.Drawing.Size(455, 21);
     118      this.groupComboBox.Size = new System.Drawing.Size(582, 21);
    121119      this.groupComboBox.TabIndex = 4;
    122120      this.groupComboBox.SelectedIndexChanged += new System.EventHandler(this.groupComboBox_SelectedIndexChanged);
    123121      //
    124       // logScalingCheckBox
    125       //
    126       this.logScalingCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    127       this.logScalingCheckBox.AutoSize = true;
    128       this.logScalingCheckBox.Location = new System.Drawing.Point(0, 354);
    129       this.logScalingCheckBox.Name = "logScalingCheckBox";
    130       this.logScalingCheckBox.Size = new System.Drawing.Size(112, 17);
    131       this.logScalingCheckBox.TabIndex = 5;
    132       this.logScalingCheckBox.Text = "logarithmic scaling";
    133       this.logScalingCheckBox.UseVisualStyleBackColor = true;
    134       this.logScalingCheckBox.CheckedChanged += new System.EventHandler(this.logScalingCheckBox_CheckedChanged);
     122      // targetLogScalingCheckBox
     123      //
     124      this.targetLogScalingCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     125      this.targetLogScalingCheckBox.AutoSize = true;
     126      this.targetLogScalingCheckBox.Location = new System.Drawing.Point(9, 391);
     127      this.targetLogScalingCheckBox.Name = "targetLogScalingCheckBox";
     128      this.targetLogScalingCheckBox.Size = new System.Drawing.Size(112, 17);
     129      this.targetLogScalingCheckBox.TabIndex = 5;
     130      this.targetLogScalingCheckBox.Text = "logarithmic scaling";
     131      this.targetLogScalingCheckBox.UseVisualStyleBackColor = true;
     132      this.targetLogScalingCheckBox.CheckedChanged += new System.EventHandler(this.logScalingCheckBox_CheckedChanged);
    135133      //
    136134      // targetsTextBox
     
    138136      this.targetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    139137            | System.Windows.Forms.AnchorStyles.Right)));
    140       this.targetsTextBox.Location = new System.Drawing.Point(69, 57);
     138      this.targetsTextBox.Location = new System.Drawing.Point(65, 8);
    141139      this.targetsTextBox.Name = "targetsTextBox";
    142       this.targetsTextBox.Size = new System.Drawing.Size(209, 20);
     140      this.targetsTextBox.Size = new System.Drawing.Size(320, 20);
    143141      this.targetsTextBox.TabIndex = 6;
    144142      this.toolTip.SetToolTip(this.targetsTextBox, "The order of the targets is important, first to-hit targets\r\nshould be given firs" +
     
    150148      //
    151149      this.targetsLabel.AutoSize = true;
    152       this.targetsLabel.Location = new System.Drawing.Point(3, 60);
     150      this.targetsLabel.Location = new System.Drawing.Point(6, 11);
    153151      this.targetsLabel.Name = "targetsLabel";
    154152      this.targetsLabel.Size = new System.Drawing.Size(46, 13);
     
    160158      this.errorProvider.ContainerControl = this;
    161159      //
    162       // fixedTargetButton
    163       //
    164       this.fixedTargetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    165       this.fixedTargetButton.Location = new System.Drawing.Point(435, 54);
    166       this.fixedTargetButton.Name = "fixedTargetButton";
    167       this.fixedTargetButton.Size = new System.Drawing.Size(89, 23);
    168       this.fixedTargetButton.TabIndex = 7;
    169       this.fixedTargetButton.Text = "Add as Result";
    170       this.fixedTargetButton.UseVisualStyleBackColor = true;
    171       this.fixedTargetButton.Click += new System.EventHandler(this.fixedTargetButton_Click);
     160      // addTargetsAsResultButton
     161      //
     162      this.addTargetsAsResultButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     163      this.addTargetsAsResultButton.Location = new System.Drawing.Point(551, 6);
     164      this.addTargetsAsResultButton.Name = "addTargetsAsResultButton";
     165      this.addTargetsAsResultButton.Size = new System.Drawing.Size(89, 23);
     166      this.addTargetsAsResultButton.TabIndex = 7;
     167      this.addTargetsAsResultButton.Text = "Add as Result";
     168      this.addTargetsAsResultButton.UseVisualStyleBackColor = true;
     169      this.addTargetsAsResultButton.Click += new System.EventHandler(this.addTargetsAsResultButton_Click);
    172170      //
    173171      // generateTargetsButton
    174172      //
    175173      this.generateTargetsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    176       this.generateTargetsButton.Location = new System.Drawing.Point(340, 54);
     174      this.generateTargetsButton.Location = new System.Drawing.Point(456, 6);
    177175      this.generateTargetsButton.Name = "generateTargetsButton";
    178176      this.generateTargetsButton.Size = new System.Drawing.Size(89, 23);
     
    184182      // budgetsLabel
    185183      //
    186       this.budgetsLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    187184      this.budgetsLabel.AutoSize = true;
    188       this.budgetsLabel.Location = new System.Drawing.Point(235, 353);
     185      this.budgetsLabel.Location = new System.Drawing.Point(6, 11);
    189186      this.budgetsLabel.Name = "budgetsLabel";
    190187      this.budgetsLabel.Size = new System.Drawing.Size(49, 13);
     
    194191      // budgetsTextBox
    195192      //
    196       this.budgetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
    197             | System.Windows.Forms.AnchorStyles.Right)));
    198       this.budgetsTextBox.Location = new System.Drawing.Point(290, 350);
     193      this.budgetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     194            | System.Windows.Forms.AnchorStyles.Right)));
     195      this.budgetsTextBox.Location = new System.Drawing.Point(65, 8);
    199196      this.budgetsTextBox.Name = "budgetsTextBox";
    200       this.budgetsTextBox.Size = new System.Drawing.Size(139, 20);
     197      this.budgetsTextBox.Size = new System.Drawing.Size(320, 20);
    201198      this.budgetsTextBox.TabIndex = 6;
    202       this.budgetsTextBox.Text = "1e2 ; 1e3 ; 1e4 ; 1e5 ; 1e6";
    203       this.budgetsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.targetsTextBox_Validating);
    204       //
    205       // fixedCostButton
    206       //
    207       this.fixedCostButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    208       this.fixedCostButton.Location = new System.Drawing.Point(435, 348);
    209       this.fixedCostButton.Name = "fixedCostButton";
    210       this.fixedCostButton.Size = new System.Drawing.Size(89, 23);
    211       this.fixedCostButton.TabIndex = 7;
    212       this.fixedCostButton.Text = "Add as Result";
    213       this.fixedCostButton.UseVisualStyleBackColor = true;
    214       this.fixedCostButton.Click += new System.EventHandler(this.fixedCostButton_Click);
    215       //
    216       // allOrEachTargetCheckBox
    217       //
    218       this.allOrEachTargetCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    219       this.allOrEachTargetCheckBox.AutoSize = true;
    220       this.allOrEachTargetCheckBox.Location = new System.Drawing.Point(298, 59);
    221       this.allOrEachTargetCheckBox.Name = "allOrEachTargetCheckBox";
    222       this.allOrEachTargetCheckBox.Size = new System.Drawing.Size(36, 17);
    223       this.allOrEachTargetCheckBox.TabIndex = 8;
    224       this.allOrEachTargetCheckBox.Text = "all";
    225       this.allOrEachTargetCheckBox.UseVisualStyleBackColor = true;
    226       this.allOrEachTargetCheckBox.CheckedChanged += new System.EventHandler(this.allOrEachTargetCheckBox_CheckedChanged);
     199      this.budgetsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.budgetsTextBox_Validating);
     200      //
     201      // addBudgetsAsResultButton
     202      //
     203      this.addBudgetsAsResultButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     204      this.addBudgetsAsResultButton.Location = new System.Drawing.Point(551, 6);
     205      this.addBudgetsAsResultButton.Name = "addBudgetsAsResultButton";
     206      this.addBudgetsAsResultButton.Size = new System.Drawing.Size(89, 23);
     207      this.addBudgetsAsResultButton.TabIndex = 7;
     208      this.addBudgetsAsResultButton.Text = "Add as Result";
     209      this.addBudgetsAsResultButton.UseVisualStyleBackColor = true;
     210      this.addBudgetsAsResultButton.Click += new System.EventHandler(this.addBudgetsAsResultButton_Click);
     211      //
     212      // eachOrAllTargetCheckBox
     213      //
     214      this.eachOrAllTargetCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     215      this.eachOrAllTargetCheckBox.AutoSize = true;
     216      this.eachOrAllTargetCheckBox.Location = new System.Drawing.Point(414, 10);
     217      this.eachOrAllTargetCheckBox.Name = "eachOrAllTargetCheckBox";
     218      this.eachOrAllTargetCheckBox.Size = new System.Drawing.Size(36, 17);
     219      this.eachOrAllTargetCheckBox.TabIndex = 8;
     220      this.eachOrAllTargetCheckBox.Text = "all";
     221      this.eachOrAllTargetCheckBox.UseVisualStyleBackColor = true;
     222      this.eachOrAllTargetCheckBox.CheckedChanged += new System.EventHandler(this.eachOrAllTargetCheckBox_CheckedChanged);
     223      //
     224      // tabControl
     225      //
     226      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     227            | System.Windows.Forms.AnchorStyles.Left)
     228            | System.Windows.Forms.AnchorStyles.Right)));
     229      this.tabControl.Controls.Add(this.byTargetTabPage);
     230      this.tabControl.Controls.Add(this.byCostTabPage);
     231      this.tabControl.Controls.Add(this.byTableTabPage);
     232      this.tabControl.Location = new System.Drawing.Point(0, 57);
     233      this.tabControl.Name = "tabControl";
     234      this.tabControl.SelectedIndex = 0;
     235      this.tabControl.Size = new System.Drawing.Size(654, 440);
     236      this.tabControl.TabIndex = 9;
     237      //
     238      // byTargetTabPage
     239      //
     240      this.byTargetTabPage.Controls.Add(this.byTargetViewHost);
     241      this.byTargetTabPage.Controls.Add(this.targetLogScalingCheckBox);
     242      this.byTargetTabPage.Controls.Add(this.targetsLabel);
     243      this.byTargetTabPage.Controls.Add(this.eachOrAllTargetCheckBox);
     244      this.byTargetTabPage.Controls.Add(this.targetsTextBox);
     245      this.byTargetTabPage.Controls.Add(this.generateTargetsButton);
     246      this.byTargetTabPage.Controls.Add(this.addTargetsAsResultButton);
     247      this.byTargetTabPage.Location = new System.Drawing.Point(4, 22);
     248      this.byTargetTabPage.Name = "byTargetTabPage";
     249      this.byTargetTabPage.Padding = new System.Windows.Forms.Padding(3);
     250      this.byTargetTabPage.Size = new System.Drawing.Size(646, 414);
     251      this.byTargetTabPage.TabIndex = 0;
     252      this.byTargetTabPage.Text = "Performance by Target";
     253      this.byTargetTabPage.UseVisualStyleBackColor = true;
     254      //
     255      // byTargetViewHost
     256      //
     257      this.byTargetViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     258            | System.Windows.Forms.AnchorStyles.Left)
     259            | System.Windows.Forms.AnchorStyles.Right)));
     260      this.byTargetViewHost.Caption = "View";
     261      this.byTargetViewHost.Content = null;
     262      this.byTargetViewHost.Enabled = false;
     263      this.byTargetViewHost.Location = new System.Drawing.Point(3, 34);
     264      this.byTargetViewHost.Name = "byTargetViewHost";
     265      this.byTargetViewHost.ReadOnly = false;
     266      this.byTargetViewHost.Size = new System.Drawing.Size(640, 351);
     267      this.byTargetViewHost.TabIndex = 9;
     268      this.byTargetViewHost.ViewsLabelVisible = true;
     269      this.byTargetViewHost.ViewType = null;
     270      //
     271      // byCostTabPage
     272      //
     273      this.byCostTabPage.Controls.Add(this.budgetLogScalingCheckBox);
     274      this.byCostTabPage.Controls.Add(this.eachOrAllBudgetsCheckBox);
     275      this.byCostTabPage.Controls.Add(this.generateBudgetsButton);
     276      this.byCostTabPage.Controls.Add(this.byCostViewHost);
     277      this.byCostTabPage.Controls.Add(this.budgetsLabel);
     278      this.byCostTabPage.Controls.Add(this.addBudgetsAsResultButton);
     279      this.byCostTabPage.Controls.Add(this.budgetsTextBox);
     280      this.byCostTabPage.Location = new System.Drawing.Point(4, 22);
     281      this.byCostTabPage.Name = "byCostTabPage";
     282      this.byCostTabPage.Padding = new System.Windows.Forms.Padding(3);
     283      this.byCostTabPage.Size = new System.Drawing.Size(646, 414);
     284      this.byCostTabPage.TabIndex = 1;
     285      this.byCostTabPage.Text = "Performance by Cost";
     286      this.byCostTabPage.UseVisualStyleBackColor = true;
     287      //
     288      // eachOrAllBudgetsCheckBox
     289      //
     290      this.eachOrAllBudgetsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     291      this.eachOrAllBudgetsCheckBox.AutoSize = true;
     292      this.eachOrAllBudgetsCheckBox.Location = new System.Drawing.Point(414, 10);
     293      this.eachOrAllBudgetsCheckBox.Name = "eachOrAllBudgetsCheckBox";
     294      this.eachOrAllBudgetsCheckBox.Size = new System.Drawing.Size(36, 17);
     295      this.eachOrAllBudgetsCheckBox.TabIndex = 10;
     296      this.eachOrAllBudgetsCheckBox.Text = "all";
     297      this.eachOrAllBudgetsCheckBox.UseVisualStyleBackColor = true;
     298      this.eachOrAllBudgetsCheckBox.CheckedChanged += new System.EventHandler(this.eachOrAllBudgetsCheckBox_CheckedChanged);
     299      //
     300      // generateBudgetsButton
     301      //
     302      this.generateBudgetsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     303      this.generateBudgetsButton.Location = new System.Drawing.Point(456, 6);
     304      this.generateBudgetsButton.Name = "generateBudgetsButton";
     305      this.generateBudgetsButton.Size = new System.Drawing.Size(89, 23);
     306      this.generateBudgetsButton.TabIndex = 9;
     307      this.generateBudgetsButton.Text = "Generate...";
     308      this.generateBudgetsButton.UseVisualStyleBackColor = true;
     309      this.generateBudgetsButton.Click += new System.EventHandler(this.generateBudgetsButton_Click);
     310      //
     311      // byCostViewHost
     312      //
     313      this.byCostViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     314            | System.Windows.Forms.AnchorStyles.Left)
     315            | System.Windows.Forms.AnchorStyles.Right)));
     316      this.byCostViewHost.Caption = "View";
     317      this.byCostViewHost.Content = null;
     318      this.byCostViewHost.Enabled = false;
     319      this.byCostViewHost.Location = new System.Drawing.Point(3, 34);
     320      this.byCostViewHost.Name = "byCostViewHost";
     321      this.byCostViewHost.ReadOnly = false;
     322      this.byCostViewHost.Size = new System.Drawing.Size(640, 351);
     323      this.byCostViewHost.TabIndex = 8;
     324      this.byCostViewHost.ViewsLabelVisible = true;
     325      this.byCostViewHost.ViewType = null;
     326      //
     327      // byTableTabPage
     328      //
     329      this.byTableTabPage.Controls.Add(this.dataGridView1);
     330      this.byTableTabPage.Location = new System.Drawing.Point(4, 22);
     331      this.byTableTabPage.Name = "byTableTabPage";
     332      this.byTableTabPage.Padding = new System.Windows.Forms.Padding(3);
     333      this.byTableTabPage.Size = new System.Drawing.Size(646, 388);
     334      this.byTableTabPage.TabIndex = 2;
     335      this.byTableTabPage.Text = "Expected Runtime Tables";
     336      this.byTableTabPage.UseVisualStyleBackColor = true;
     337      //
     338      // dataGridView1
     339      //
     340      this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     341      this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
     342      this.dataGridView1.Location = new System.Drawing.Point(3, 3);
     343      this.dataGridView1.Name = "dataGridView1";
     344      this.dataGridView1.Size = new System.Drawing.Size(640, 382);
     345      this.dataGridView1.TabIndex = 0;
     346      //
     347      // budgetLogScalingCheckBox
     348      //
     349      this.budgetLogScalingCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     350      this.budgetLogScalingCheckBox.AutoSize = true;
     351      this.budgetLogScalingCheckBox.Location = new System.Drawing.Point(9, 391);
     352      this.budgetLogScalingCheckBox.Name = "budgetLogScalingCheckBox";
     353      this.budgetLogScalingCheckBox.Size = new System.Drawing.Size(112, 17);
     354      this.budgetLogScalingCheckBox.TabIndex = 11;
     355      this.budgetLogScalingCheckBox.Text = "logarithmic scaling";
     356      this.budgetLogScalingCheckBox.UseVisualStyleBackColor = true;
    227357      //
    228358      // RunCollectionRLDView
    229359      //
    230360      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    231       this.Controls.Add(this.allOrEachTargetCheckBox);
    232       this.Controls.Add(this.generateTargetsButton);
    233       this.Controls.Add(this.fixedCostButton);
    234       this.Controls.Add(this.fixedTargetButton);
    235       this.Controls.Add(this.budgetsTextBox);
    236       this.Controls.Add(this.targetsTextBox);
    237       this.Controls.Add(this.logScalingCheckBox);
     361      this.Controls.Add(this.tabControl);
    238362      this.Controls.Add(this.groupComboBox);
    239363      this.Controls.Add(this.groupLabel);
    240       this.Controls.Add(this.budgetsLabel);
    241       this.Controls.Add(this.viewHost);
    242       this.Controls.Add(this.targetsLabel);
    243364      this.Controls.Add(this.dataTableLabel);
    244365      this.Controls.Add(this.dataTableComboBox);
    245366      this.Name = "RunCollectionRLDView";
    246       this.Size = new System.Drawing.Size(527, 374);
     367      this.Size = new System.Drawing.Size(654, 497);
    247368      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     369      this.tabControl.ResumeLayout(false);
     370      this.byTargetTabPage.ResumeLayout(false);
     371      this.byTargetTabPage.PerformLayout();
     372      this.byCostTabPage.ResumeLayout(false);
     373      this.byCostTabPage.PerformLayout();
     374      this.byTableTabPage.ResumeLayout(false);
     375      ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
    248376      this.ResumeLayout(false);
    249377      this.PerformLayout();
     
    255383    private System.Windows.Forms.ComboBox dataTableComboBox;
    256384    private System.Windows.Forms.Label dataTableLabel;
    257     private MainForm.WindowsForms.ViewHost viewHost;
    258385    private System.Windows.Forms.Label groupLabel;
    259386    private System.Windows.Forms.ComboBox groupComboBox;
    260     private System.Windows.Forms.CheckBox logScalingCheckBox;
     387    private System.Windows.Forms.CheckBox targetLogScalingCheckBox;
    261388    private System.Windows.Forms.TextBox targetsTextBox;
    262389    private System.Windows.Forms.Label targetsLabel;
    263390    protected System.Windows.Forms.ErrorProvider errorProvider;
    264     private System.Windows.Forms.Button fixedTargetButton;
     391    private System.Windows.Forms.Button addTargetsAsResultButton;
    265392    private System.Windows.Forms.Button generateTargetsButton;
    266393    private System.Windows.Forms.ToolTip toolTip;
    267     private System.Windows.Forms.Button fixedCostButton;
     394    private System.Windows.Forms.Button addBudgetsAsResultButton;
    268395    private System.Windows.Forms.TextBox budgetsTextBox;
    269396    private System.Windows.Forms.Label budgetsLabel;
    270     private System.Windows.Forms.CheckBox allOrEachTargetCheckBox;
     397    private System.Windows.Forms.CheckBox eachOrAllTargetCheckBox;
     398    private System.Windows.Forms.TabControl tabControl;
     399    private System.Windows.Forms.TabPage byTargetTabPage;
     400    private MainForm.WindowsForms.ViewHost byTargetViewHost;
     401    private System.Windows.Forms.TabPage byCostTabPage;
     402    private System.Windows.Forms.TabPage byTableTabPage;
     403    private System.Windows.Forms.DataGridView dataGridView1;
     404    private MainForm.WindowsForms.ViewHost byCostViewHost;
     405    private System.Windows.Forms.CheckBox eachOrAllBudgetsCheckBox;
     406    private System.Windows.Forms.Button generateBudgetsButton;
     407    private System.Windows.Forms.CheckBox budgetLogScalingCheckBox;
    271408  }
    272409}
Note: See TracChangeset for help on using the changeset viewer.