Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/09/13 20:20:35 (11 years ago)
Author:
swagner
Message:

Rearranged layout of box plots (#2048)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBoxPlotView.Designer.cs

    r9474 r9476  
    6161      this.tooltip = new System.Windows.Forms.ToolTip(this.components);
    6262      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
     63      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
    6364      this.splitContainer.Panel1.SuspendLayout();
    6465      this.splitContainer.Panel2.SuspendLayout();
     
    7172      this.xAxisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    7273      this.xAxisLabel.AutoSize = true;
    73       this.xAxisLabel.Location = new System.Drawing.Point(298, 256);
     74      this.xAxisLabel.Location = new System.Drawing.Point(363, 345);
    7475      this.xAxisLabel.Name = "xAxisLabel";
    7576      this.xAxisLabel.Size = new System.Drawing.Size(15, 13);
     
    8182      this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    8283      this.xAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
    83       this.xAxisComboBox.DropDownHeight = 400;
    8484      this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    85       this.xAxisComboBox.DropDownWidth = 800;
    8685      this.xAxisComboBox.FormattingEnabled = true;
    87       this.xAxisComboBox.IntegralHeight = false;
    88       this.xAxisComboBox.Location = new System.Drawing.Point(319, 253);
     86      this.xAxisComboBox.Location = new System.Drawing.Point(384, 342);
    8987      this.xAxisComboBox.Name = "xAxisComboBox";
    90       this.xAxisComboBox.Size = new System.Drawing.Size(221, 21);
     88      this.xAxisComboBox.Size = new System.Drawing.Size(600, 21);
    9189      this.xAxisComboBox.TabIndex = 11;
    9290      this.xAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);
     
    104102      //
    105103      this.yAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
    106       this.yAxisComboBox.DropDownHeight = 400;
    107104      this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    108       this.yAxisComboBox.DropDownWidth = 800;
    109105      this.yAxisComboBox.FormattingEnabled = true;
    110       this.yAxisComboBox.IntegralHeight = false;
    111106      this.yAxisComboBox.Location = new System.Drawing.Point(24, 3);
    112107      this.yAxisComboBox.Name = "yAxisComboBox";
    113       this.yAxisComboBox.Size = new System.Drawing.Size(221, 21);
     108      this.yAxisComboBox.Size = new System.Drawing.Size(600, 21);
    114109      this.yAxisComboBox.TabIndex = 9;
    115110      this.yAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);
     
    117112      // chart
    118113      //
    119       this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    120                   | System.Windows.Forms.AnchorStyles.Left)
    121                   | System.Windows.Forms.AnchorStyles.Right)));
     114      this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     115            | System.Windows.Forms.AnchorStyles.Left)
     116            | System.Windows.Forms.AnchorStyles.Right)));
    122117      chartArea1.Name = "ChartArea1";
    123118      this.chart.ChartAreas.Add(chartArea1);
    124       this.chart.Location = new System.Drawing.Point(6, 30);
     119      this.chart.Location = new System.Drawing.Point(-1, 30);
    125120      this.chart.Name = "chart";
    126121      series1.ChartArea = "ChartArea1";
     
    131126      series1.YValuesPerPoint = 6;
    132127      this.chart.Series.Add(series1);
    133       this.chart.Size = new System.Drawing.Size(534, 217);
     128      this.chart.Size = new System.Drawing.Size(989, 306);
    134129      this.chart.TabIndex = 17;
    135130      this.chart.Text = "chart";
     
    141136      this.noRunsLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
    142137      this.noRunsLabel.AutoSize = true;
    143       this.noRunsLabel.Location = new System.Drawing.Point(212, 122);
     138      this.noRunsLabel.Location = new System.Drawing.Point(434, 167);
    144139      this.noRunsLabel.Name = "noRunsLabel";
    145140      this.noRunsLabel.Size = new System.Drawing.Size(138, 13);
     
    167162      //
    168163      this.splitContainer.Panel2.Controls.Add(this.statisticsGroupBox);
    169       this.splitContainer.Size = new System.Drawing.Size(543, 416);
    170       this.splitContainer.SplitterDistance = 277;
     164      this.splitContainer.Size = new System.Drawing.Size(987, 550);
     165      this.splitContainer.SplitterDistance = 366;
    171166      this.splitContainer.TabIndex = 23;
    172167      //
     
    178173      this.showStatisticsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
    179174      this.showStatisticsCheckBox.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
    180       this.showStatisticsCheckBox.Location = new System.Drawing.Point(6, 245);
     175      this.showStatisticsCheckBox.Location = new System.Drawing.Point(3, 339);
    181176      this.showStatisticsCheckBox.Name = "showStatisticsCheckBox";
    182177      this.showStatisticsCheckBox.Size = new System.Drawing.Size(24, 24);
     
    188183      // statisticsGroupBox
    189184      //
    190       this.statisticsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    191                   | System.Windows.Forms.AnchorStyles.Left)
    192                   | System.Windows.Forms.AnchorStyles.Right)));
     185      this.statisticsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     186            | System.Windows.Forms.AnchorStyles.Left)
     187            | System.Windows.Forms.AnchorStyles.Right)));
    193188      this.statisticsGroupBox.Controls.Add(this.statisticsMatrixView);
    194189      this.statisticsGroupBox.Location = new System.Drawing.Point(3, 3);
    195190      this.statisticsGroupBox.Name = "statisticsGroupBox";
    196       this.statisticsGroupBox.Size = new System.Drawing.Size(534, 129);
     191      this.statisticsGroupBox.Size = new System.Drawing.Size(981, 174);
    197192      this.statisticsGroupBox.TabIndex = 1;
    198193      this.statisticsGroupBox.TabStop = false;
     
    209204      this.statisticsMatrixView.ShowRowsAndColumnsTextBox = false;
    210205      this.statisticsMatrixView.ShowStatisticalInformation = false;
    211       this.statisticsMatrixView.Size = new System.Drawing.Size(528, 110);
     206      this.statisticsMatrixView.Size = new System.Drawing.Size(975, 155);
    212207      this.statisticsMatrixView.TabIndex = 0;
    213208      //
    214209      // RunCollectionBoxPlotView
    215210      //
    216       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    217211      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    218212      this.BackColor = System.Drawing.SystemColors.Window;
     
    220214      this.Controls.Add(this.splitContainer);
    221215      this.Name = "RunCollectionBoxPlotView";
    222       this.Size = new System.Drawing.Size(543, 416);
     216      this.Size = new System.Drawing.Size(987, 550);
    223217      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
    224218      this.splitContainer.Panel1.ResumeLayout(false);
    225219      this.splitContainer.Panel1.PerformLayout();
    226220      this.splitContainer.Panel2.ResumeLayout(false);
     221      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
    227222      this.splitContainer.ResumeLayout(false);
    228223      this.statisticsGroupBox.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.