Free cookie consent management tool by TermsFeed Policy Generator

Changeset 17924


Ignore:
Timestamp:
03/30/21 18:03:29 (3 years ago)
Author:
dpiringe
Message:

#3026

  • renamed ResultFormatter to ResultFormatters
  • adjusted some UI components (changed margins/paddings/sizes of some controls)
Location:
branches/3026_IntegrationIntoSymSpace
Files:
10 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Views/ArrayJsonItemControl.Designer.cs

    r17829 r17924  
    4343      this.tableLayoutPanel1.Name = "tableLayoutPanel1";
    4444      this.tableLayoutPanel1.RowCount = 2;
    45       this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 41F));
     45      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 47F));
    4646      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
    47       this.tableLayoutPanel1.Size = new System.Drawing.Size(526, 41);
     47      this.tableLayoutPanel1.Size = new System.Drawing.Size(526, 47);
    4848      this.tableLayoutPanel1.TabIndex = 24;
    4949      //
     
    5555      this.groupBox2.Margin = new System.Windows.Forms.Padding(0);
    5656      this.groupBox2.Name = "groupBox2";
    57       this.groupBox2.Size = new System.Drawing.Size(526, 41);
     57      this.groupBox2.Padding = new System.Windows.Forms.Padding(6);
     58      this.groupBox2.Size = new System.Drawing.Size(526, 47);
    5859      this.groupBox2.TabIndex = 19;
    5960      this.groupBox2.TabStop = false;
     
    6667      this.tableLayoutPanel2.Controls.Add(this.checkBoxResizable, 0, 0);
    6768      this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
    68       this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
     69      this.tableLayoutPanel2.Location = new System.Drawing.Point(6, 19);
    6970      this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
    7071      this.tableLayoutPanel2.Name = "tableLayoutPanel2";
    7172      this.tableLayoutPanel2.RowCount = 1;
    7273      this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
    73       this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    74       this.tableLayoutPanel2.Size = new System.Drawing.Size(520, 22);
     74      this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
     75      this.tableLayoutPanel2.Size = new System.Drawing.Size(514, 22);
    7576      this.tableLayoutPanel2.TabIndex = 22;
    7677      //
     
    8283      this.checkBoxResizable.Margin = new System.Windows.Forms.Padding(0);
    8384      this.checkBoxResizable.Name = "checkBoxResizable";
    84       this.checkBoxResizable.Size = new System.Drawing.Size(520, 22);
     85      this.checkBoxResizable.Size = new System.Drawing.Size(514, 22);
    8586      this.checkBoxResizable.TabIndex = 4;
    8687      this.checkBoxResizable.Text = "Resizable";
     
    9394      this.Controls.Add(this.tableLayoutPanel1);
    9495      this.Name = "ArrayJsonItemControl";
    95       this.Size = new System.Drawing.Size(526, 41);
     96      this.Size = new System.Drawing.Size(526, 47);
    9697      this.tableLayoutPanel1.ResumeLayout(false);
    9798      this.groupBox2.ResumeLayout(false);
  • branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Views/CompoundControl.Designer.cs

    r17829 r17924  
    4747      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    4848      this.Controls.Add(this.tableLayoutPanel1);
    49       this.Margin = new System.Windows.Forms.Padding(0);
    5049      this.Name = "CompoundControl";
    5150      this.Size = new System.Drawing.Size(526, 22);
  • branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Views/ConcreteItemsRestrictor.Designer.cs

    r17829 r17924  
    4343      this.tableOptions.RowCount = 1;
    4444      this.tableOptions.RowStyles.Add(new System.Windows.Forms.RowStyle());
    45       this.tableOptions.Size = new System.Drawing.Size(494, 181);
     45      this.tableOptions.Size = new System.Drawing.Size(491, 181);
    4646      this.tableOptions.TabIndex = 13;
    4747      //
     
    5353      this.groupBox1.Margin = new System.Windows.Forms.Padding(0);
    5454      this.groupBox1.Name = "groupBox1";
     55      this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 3, 6, 3);
    5556      this.groupBox1.Size = new System.Drawing.Size(500, 200);
    5657      this.groupBox1.TabIndex = 0;
  • branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Views/ConcreteItemsRestrictor.cs

    r17843 r17924  
    4040      CheckBox checkBox = new CheckBox();
    4141      checkBox.Checked = true;
     42      checkBox.Margin = new Padding(0);
    4243
    4344      checkBox.CheckStateChanged += (o, args) => {
  • branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Views/JsonItemBaseControl.Designer.cs

    r17829 r17924  
    4646      this.textBoxName.Dock = System.Windows.Forms.DockStyle.Fill;
    4747      this.errorProvider.SetIconAlignment(this.textBoxName, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    48       this.textBoxName.Location = new System.Drawing.Point(100, 2);
    49       this.textBoxName.Margin = new System.Windows.Forms.Padding(0, 2, 0, 0);
     48      this.textBoxName.Location = new System.Drawing.Point(100, 0);
     49      this.textBoxName.Margin = new System.Windows.Forms.Padding(0);
    5050      this.textBoxName.Name = "textBoxName";
    5151      this.textBoxName.Size = new System.Drawing.Size(394, 20);
     
    6262      this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
    6363      this.tableLayoutPanel1.Name = "tableLayoutPanel1";
    64       this.tableLayoutPanel1.RowCount = 2;
    65       this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
     64      this.tableLayoutPanel1.RowCount = 3;
     65      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 44F));
     66      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 6F));
    6667      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     68      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    6769      this.tableLayoutPanel1.Size = new System.Drawing.Size(494, 594);
    6870      this.tableLayoutPanel1.TabIndex = 16;
     
    8587      this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    8688      this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    87       this.tableLayoutPanel5.Size = new System.Drawing.Size(494, 50);
     89      this.tableLayoutPanel5.Size = new System.Drawing.Size(494, 44);
    8890      this.tableLayoutPanel5.TabIndex = 17;
    8991      //
     
    9193      //
    9294      this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
    93       this.textBoxDescription.Location = new System.Drawing.Point(100, 27);
    94       this.textBoxDescription.Margin = new System.Windows.Forms.Padding(0, 2, 0, 0);
     95      this.textBoxDescription.Location = new System.Drawing.Point(100, 23);
     96      this.textBoxDescription.Margin = new System.Windows.Forms.Padding(0);
    9597      this.textBoxDescription.Name = "textBoxDescription";
    9698      this.textBoxDescription.Size = new System.Drawing.Size(394, 20);
     
    104106      this.label1.Margin = new System.Windows.Forms.Padding(0);
    105107      this.label1.Name = "label1";
    106       this.label1.Size = new System.Drawing.Size(100, 25);
     108      this.label1.Size = new System.Drawing.Size(100, 23);
    107109      this.label1.TabIndex = 9;
    108110      this.label1.Text = "Name";
     
    113115      this.labelDescription.AutoSize = true;
    114116      this.labelDescription.Dock = System.Windows.Forms.DockStyle.Fill;
    115       this.labelDescription.Location = new System.Drawing.Point(0, 25);
     117      this.labelDescription.Location = new System.Drawing.Point(0, 23);
    116118      this.labelDescription.Margin = new System.Windows.Forms.Padding(0);
    117119      this.labelDescription.Name = "labelDescription";
    118       this.labelDescription.Size = new System.Drawing.Size(100, 25);
     120      this.labelDescription.Size = new System.Drawing.Size(100, 24);
    119121      this.labelDescription.TabIndex = 13;
    120122      this.labelDescription.Text = "Description";
  • branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Views/JsonItemBaseControl.cs

    r17843 r17924  
    1515      if (control != null) {
    1616        control.Margin = new Padding() { All = 0 };
    17         tableLayoutPanel1.Controls.Add(control, 0, 1);
     17        tableLayoutPanel1.Controls.Add(control, 0, 2);
    1818        control.Dock = DockStyle.Fill;
    1919      }
  • branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Views/MatrixJsonItemControl.Designer.cs

    r17829 r17924  
    2828      this.groupBox2 = new System.Windows.Forms.GroupBox();
    2929      this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     30      this.checkBoxRowsResizable = new System.Windows.Forms.CheckBox();
    3031      this.checkBoxColumnsResizable = new System.Windows.Forms.CheckBox();
    31       this.checkBoxRowsResizable = new System.Windows.Forms.CheckBox();
    3232      this.tableLayoutPanel1.SuspendLayout();
    3333      this.groupBox2.SuspendLayout();
     
    4646      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 63F));
    4747      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
    48       this.tableLayoutPanel1.Size = new System.Drawing.Size(526, 63);
     48      this.tableLayoutPanel1.Size = new System.Drawing.Size(526, 69);
    4949      this.tableLayoutPanel1.TabIndex = 24;
    5050      //
     
    5656      this.groupBox2.Margin = new System.Windows.Forms.Padding(0);
    5757      this.groupBox2.Name = "groupBox2";
     58      this.groupBox2.Padding = new System.Windows.Forms.Padding(6);
    5859      this.groupBox2.Size = new System.Drawing.Size(526, 63);
    5960      this.groupBox2.TabIndex = 19;
     
    6970      this.tableLayoutPanel2.Controls.Add(this.checkBoxColumnsResizable, 0, 1);
    7071      this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
    71       this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
     72      this.tableLayoutPanel2.Location = new System.Drawing.Point(6, 19);
    7273      this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
    7374      this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     
    7576      this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    7677      this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    77       this.tableLayoutPanel2.Size = new System.Drawing.Size(520, 44);
     78      this.tableLayoutPanel2.Size = new System.Drawing.Size(514, 38);
    7879      this.tableLayoutPanel2.TabIndex = 22;
    79       //
    80       // checkBoxColumnsResizable
    81       //
    82       this.checkBoxColumnsResizable.AutoSize = true;
    83       this.checkBoxColumnsResizable.Dock = System.Windows.Forms.DockStyle.Fill;
    84       this.checkBoxColumnsResizable.Location = new System.Drawing.Point(0, 22);
    85       this.checkBoxColumnsResizable.Margin = new System.Windows.Forms.Padding(0);
    86       this.checkBoxColumnsResizable.Name = "checkBoxColumnsResizable";
    87       this.checkBoxColumnsResizable.Size = new System.Drawing.Size(520, 22);
    88       this.checkBoxColumnsResizable.TabIndex = 7;
    89       this.checkBoxColumnsResizable.Text = "Columns Resizable";
    90       this.checkBoxColumnsResizable.UseVisualStyleBackColor = true;
    9180      //
    9281      // checkBoxRowsResizable
     
    9786      this.checkBoxRowsResizable.Margin = new System.Windows.Forms.Padding(0);
    9887      this.checkBoxRowsResizable.Name = "checkBoxRowsResizable";
    99       this.checkBoxRowsResizable.Size = new System.Drawing.Size(520, 22);
     88      this.checkBoxRowsResizable.Size = new System.Drawing.Size(514, 19);
    10089      this.checkBoxRowsResizable.TabIndex = 4;
    10190      this.checkBoxRowsResizable.Text = "Rows Resizable";
    10291      this.checkBoxRowsResizable.UseVisualStyleBackColor = true;
     92      //
     93      // checkBoxColumnsResizable
     94      //
     95      this.checkBoxColumnsResizable.AutoSize = true;
     96      this.checkBoxColumnsResizable.Dock = System.Windows.Forms.DockStyle.Fill;
     97      this.checkBoxColumnsResizable.Location = new System.Drawing.Point(0, 19);
     98      this.checkBoxColumnsResizable.Margin = new System.Windows.Forms.Padding(0);
     99      this.checkBoxColumnsResizable.Name = "checkBoxColumnsResizable";
     100      this.checkBoxColumnsResizable.Size = new System.Drawing.Size(514, 19);
     101      this.checkBoxColumnsResizable.TabIndex = 7;
     102      this.checkBoxColumnsResizable.Text = "Columns Resizable";
     103      this.checkBoxColumnsResizable.UseVisualStyleBackColor = true;
    103104      //
    104105      // MatrixJsonItemControl
     
    108109      this.Controls.Add(this.tableLayoutPanel1);
    109110      this.Name = "MatrixJsonItemControl";
    110       this.Size = new System.Drawing.Size(526, 63);
     111      this.Size = new System.Drawing.Size(526, 69);
    111112      this.tableLayoutPanel1.ResumeLayout(false);
    112113      this.groupBox2.ResumeLayout(false);
  • branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Views/NumericRangeControl.Designer.cs

    r17829 r17924  
    4646      this.groupBox2.Margin = new System.Windows.Forms.Padding(0);
    4747      this.groupBox2.Name = "groupBox2";
    48       this.groupBox2.Size = new System.Drawing.Size(526, 63);
     48      this.groupBox2.Padding = new System.Windows.Forms.Padding(6);
     49      this.groupBox2.Size = new System.Drawing.Size(526, 69);
    4950      this.groupBox2.TabIndex = 19;
    5051      this.groupBox2.TabStop = false;
     
    5455      //
    5556      this.tableLayoutPanel2.ColumnCount = 2;
    56       this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     57      this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 93F));
    5758      this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
    5859      this.tableLayoutPanel2.Controls.Add(this.textBoxTo, 1, 1);
     
    6162      this.tableLayoutPanel2.Controls.Add(this.checkBoxTo, 0, 1);
    6263      this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
    63       this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
     64      this.tableLayoutPanel2.Location = new System.Drawing.Point(6, 19);
    6465      this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
    6566      this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     
    6768      this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    6869      this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    69       this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    70       this.tableLayoutPanel2.Size = new System.Drawing.Size(520, 44);
     70      this.tableLayoutPanel2.Size = new System.Drawing.Size(514, 44);
    7171      this.tableLayoutPanel2.TabIndex = 22;
    7272      //
     
    7575      this.textBoxTo.Dock = System.Windows.Forms.DockStyle.Fill;
    7676      this.errorProvider.SetIconAlignment(this.textBoxTo, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    77       this.textBoxTo.Location = new System.Drawing.Point(100, 22);
     77      this.textBoxTo.Location = new System.Drawing.Point(93, 22);
    7878      this.textBoxTo.Margin = new System.Windows.Forms.Padding(0);
    7979      this.textBoxTo.Name = "textBoxTo";
    8080      this.textBoxTo.ReadOnly = true;
    81       this.textBoxTo.Size = new System.Drawing.Size(420, 20);
     81      this.textBoxTo.Size = new System.Drawing.Size(421, 20);
    8282      this.textBoxTo.TabIndex = 6;
    8383      this.textBoxTo.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxTo_Validating);
     
    8787      this.textBoxFrom.Dock = System.Windows.Forms.DockStyle.Fill;
    8888      this.errorProvider.SetIconAlignment(this.textBoxFrom, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    89       this.textBoxFrom.Location = new System.Drawing.Point(100, 0);
     89      this.textBoxFrom.Location = new System.Drawing.Point(93, 0);
    9090      this.textBoxFrom.Margin = new System.Windows.Forms.Padding(0);
    9191      this.textBoxFrom.Name = "textBoxFrom";
    9292      this.textBoxFrom.ReadOnly = true;
    93       this.textBoxFrom.Size = new System.Drawing.Size(420, 20);
     93      this.textBoxFrom.Size = new System.Drawing.Size(421, 20);
    9494      this.textBoxFrom.TabIndex = 2;
    9595      this.textBoxFrom.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxFrom_Validating);
     
    102102      this.checkBoxFrom.Margin = new System.Windows.Forms.Padding(0);
    103103      this.checkBoxFrom.Name = "checkBoxFrom";
    104       this.checkBoxFrom.Size = new System.Drawing.Size(100, 22);
     104      this.checkBoxFrom.Size = new System.Drawing.Size(93, 22);
    105105      this.checkBoxFrom.TabIndex = 4;
    106106      this.checkBoxFrom.Text = "From:";
     
    114114      this.checkBoxTo.Margin = new System.Windows.Forms.Padding(0);
    115115      this.checkBoxTo.Name = "checkBoxTo";
    116       this.checkBoxTo.Size = new System.Drawing.Size(100, 22);
     116      this.checkBoxTo.Size = new System.Drawing.Size(93, 22);
    117117      this.checkBoxTo.TabIndex = 7;
    118118      this.checkBoxTo.Text = "To:";
     
    133133      this.tableLayoutPanel1.Name = "tableLayoutPanel1";
    134134      this.tableLayoutPanel1.RowCount = 2;
    135       this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 63F));
     135      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 69F));
    136136      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
    137       this.tableLayoutPanel1.Size = new System.Drawing.Size(526, 63);
     137      this.tableLayoutPanel1.Size = new System.Drawing.Size(526, 69);
    138138      this.tableLayoutPanel1.TabIndex = 23;
    139139      //
     
    144144      this.Controls.Add(this.tableLayoutPanel1);
    145145      this.Name = "NumericRangeControl";
    146       this.Size = new System.Drawing.Size(526, 63);
     146      this.Size = new System.Drawing.Size(526, 69);
    147147      this.groupBox2.ResumeLayout(false);
    148148      this.tableLayoutPanel2.ResumeLayout(false);
  • branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Views/ResultJsonItemControl.Designer.cs

    r17834 r17924  
    3939      this.groupBox1.Margin = new System.Windows.Forms.Padding(0);
    4040      this.groupBox1.Name = "groupBox1";
    41       this.groupBox1.Size = new System.Drawing.Size(526, 41);
     41      this.groupBox1.Padding = new System.Windows.Forms.Padding(6);
     42      this.groupBox1.Size = new System.Drawing.Size(526, 47);
    4243      this.groupBox1.TabIndex = 0;
    4344      this.groupBox1.TabStop = false;
     
    4950      this.comboBoxFormatter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    5051      this.comboBoxFormatter.FormattingEnabled = true;
    51       this.comboBoxFormatter.Location = new System.Drawing.Point(3, 16);
     52      this.comboBoxFormatter.Location = new System.Drawing.Point(6, 19);
    5253      this.comboBoxFormatter.Name = "comboBoxFormatter";
    53       this.comboBoxFormatter.Size = new System.Drawing.Size(520, 21);
     54      this.comboBoxFormatter.Size = new System.Drawing.Size(514, 21);
    5455      this.comboBoxFormatter.TabIndex = 0;
    5556      //
     
    6364      this.tableLayoutPanel1.Name = "tableLayoutPanel1";
    6465      this.tableLayoutPanel1.RowCount = 2;
    65       this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 41F));
     66      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 47F));
    6667      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
    67       this.tableLayoutPanel1.Size = new System.Drawing.Size(526, 41);
     68      this.tableLayoutPanel1.Size = new System.Drawing.Size(526, 47);
    6869      this.tableLayoutPanel1.TabIndex = 1;
    6970      //
     
    7475      this.Controls.Add(this.tableLayoutPanel1);
    7576      this.Name = "ResultJsonItemControl";
    76       this.Size = new System.Drawing.Size(526, 41);
     77      this.Size = new System.Drawing.Size(526, 47);
    7778      this.groupBox1.ResumeLayout(false);
    7879      this.tableLayoutPanel1.ResumeLayout(false);
  • branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/HeuristicLab.JsonInterface.csproj

    r17843 r17924  
    102102    <Compile Include="JsonItems\ValueJsonItem.cs" />
    103103    <Compile Include="JsonItems\ValueLookupJsonItem.cs" />
    104     <Compile Include="ResultFormatter\MatlabResultFormatter.cs" />
    105     <Compile Include="ResultFormatter\ResultFormatter.cs" />
    106     <Compile Include="ResultFormatter\StringResultFormatter.cs" />
    107     <Compile Include="ResultFormatter\SymbolicRegressionSolutionFormatterBase.cs" />
     104    <Compile Include="ResultFormatters\MatlabResultFormatter.cs" />
     105    <Compile Include="ResultFormatters\ResultFormatter.cs" />
     106    <Compile Include="ResultFormatters\StringResultFormatter.cs" />
     107    <Compile Include="ResultFormatters\SymbolicRegressionSolutionFormatterBase.cs" />
    108108    <Compile Include="SingleLineArrayJsonWriter.cs" />
    109109    <Compile Include="JsonTemplateGenerator.cs" />
Note: See TracChangeset for help on using the changeset viewer.