Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9925


Ignore:
Timestamp:
09/02/13 15:07:51 (11 years ago)
Author:
ascheibe
Message:

#2031 fixed size of controls in chart analysis view

Location:
branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/ChartAnalysisView.designer.cs

    r9922 r9925  
    5454      this.fittingComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    5555      this.fittingComboBox.FormattingEnabled = true;
    56       this.fittingComboBox.Location = new System.Drawing.Point(63, 3);
     56      this.fittingComboBox.Location = new System.Drawing.Point(76, 3);
    5757      this.fittingComboBox.Name = "fittingComboBox";
    5858      this.fittingComboBox.Size = new System.Drawing.Size(214, 21);
     
    7272      //
    7373      this.addLineToChart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    74       this.addLineToChart.Location = new System.Drawing.Point(283, 3);
     74      this.addLineToChart.Location = new System.Drawing.Point(296, 3);
    7575      this.addLineToChart.Name = "addLineToChart";
    7676      this.addLineToChart.Size = new System.Drawing.Size(100, 23);
     
    8282      // dataRowComboBox
    8383      //
    84       this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     84      this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    8585            | System.Windows.Forms.AnchorStyles.Right)));
    8686      this.dataRowComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    8888      this.dataRowComboBox.Location = new System.Drawing.Point(69, 36);
    8989      this.dataRowComboBox.Name = "dataRowComboBox";
    90       this.dataRowComboBox.Size = new System.Drawing.Size(521, 21);
     90      this.dataRowComboBox.Size = new System.Drawing.Size(540, 21);
    9191      this.dataRowComboBox.TabIndex = 8;
    9292      this.dataRowComboBox.SelectedIndexChanged += new System.EventHandler(this.dataRowComboBox_SelectedIndexChanged);
     
    112112      // dataTableComboBox
    113113      //
    114       this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     114      this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    115115            | System.Windows.Forms.AnchorStyles.Right)));
    116116      this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    118118      this.dataTableComboBox.Location = new System.Drawing.Point(69, 6);
    119119      this.dataTableComboBox.Name = "dataTableComboBox";
    120       this.dataTableComboBox.Size = new System.Drawing.Size(521, 21);
     120      this.dataTableComboBox.Size = new System.Drawing.Size(540, 21);
    121121      this.dataTableComboBox.TabIndex = 5;
    122122      this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged);
     
    124124      // splitContainer1
    125125      //
    126       this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     126      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
    127127            | System.Windows.Forms.AnchorStyles.Right)));
    128128      this.splitContainer1.Location = new System.Drawing.Point(6, 391);
     
    137137      this.splitContainer1.Panel2.Controls.Add(this.fittingComboBox);
    138138      this.splitContainer1.Panel2.Controls.Add(this.addLineToChart);
    139       this.splitContainer1.Size = new System.Drawing.Size(584, 29);
    140       this.splitContainer1.SplitterDistance = 194;
     139      this.splitContainer1.Size = new System.Drawing.Size(603, 29);
     140      this.splitContainer1.SplitterDistance = 200;
    141141      this.splitContainer1.TabIndex = 13;
    142142      //
    143143      // stringConvertibleMatrixView
    144144      //
    145       this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    146             | System.Windows.Forms.AnchorStyles.Left)
     145      this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     146            | System.Windows.Forms.AnchorStyles.Left) 
    147147            | System.Windows.Forms.AnchorStyles.Right)));
    148148      this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
     
    153153      this.stringConvertibleMatrixView.ShowRowsAndColumnsTextBox = true;
    154154      this.stringConvertibleMatrixView.ShowStatisticalInformation = true;
    155       this.stringConvertibleMatrixView.Size = new System.Drawing.Size(588, 322);
     155      this.stringConvertibleMatrixView.Size = new System.Drawing.Size(607, 322);
    156156      this.stringConvertibleMatrixView.TabIndex = 0;
    157157      //
     
    166166      this.Name = "ChartAnalysisView";
    167167      this.Size = new System.Drawing.Size(612, 423);
    168       this.Controls.SetChildIndex(this.label2, 0);
    169       this.Controls.SetChildIndex(this.dataRowComboBox, 0);
    170       this.Controls.SetChildIndex(this.label1, 0);
    171       this.Controls.SetChildIndex(this.dataTableComboBox, 0);
    172       this.Controls.SetChildIndex(this.stringConvertibleMatrixView, 0);
    173       this.Controls.SetChildIndex(this.splitContainer1, 0);
    174168      this.splitContainer1.Panel1.ResumeLayout(false);
    175169      this.splitContainer1.Panel2.ResumeLayout(false);
  • branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/ChartAnalysisView.resx

    r9917 r9925  
    118118    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
    119119  </resheader>
    120   <metadata name="helpToolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    121     <value>17, 17</value>
    122   </metadata>
    123120  <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    124121    <value>58</value>
Note: See TracChangeset for help on using the changeset viewer.