Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/10/20 17:17:37 (4 years ago)
Author:
dpiringe
Message:

#3026:

  • refactored inheritance structure of json items, now the default JsonItem is an abstract class without properties Value and Range -> splitted up into new interfaces
  • updated view models for new json item structure
  • updated SingleLineArrayJsonWriter
File:
1 edited

Legend:

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

    r17471 r17473  
    2626      this.components = new System.ComponentModel.Container();
    2727      this.groupBox1 = new System.Windows.Forms.GroupBox();
     28      this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     29      this.label2 = new System.Windows.Forms.Label();
    2830      this.textBoxValueTo = new System.Windows.Forms.TextBox();
     31      this.textBoxValueFrom = new System.Windows.Forms.TextBox();
    2932      this.label4 = new System.Windows.Forms.Label();
    30       this.label2 = new System.Windows.Forms.Label();
    3133      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
    32       this.textBoxValueFrom = new System.Windows.Forms.TextBox();
    33       this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
    3434      this.numericRangeControl = new HeuristicLab.JsonInterface.OptimizerIntegration.NumericRangeControl();
    3535      this.groupBox1.SuspendLayout();
     36      this.tableLayoutPanel1.SuspendLayout();
    3637      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    37       this.tableLayoutPanel1.SuspendLayout();
    3838      this.SuspendLayout();
    3939      //
     
    5050      this.groupBox1.TabStop = false;
    5151      this.groupBox1.Text = "Value";
    52       //
    53       // textBoxValueTo
    54       //
    55       this.textBoxValueTo.Dock = System.Windows.Forms.DockStyle.Fill;
    56       this.textBoxValueTo.Location = new System.Drawing.Point(100, 24);
    57       this.textBoxValueTo.Margin = new System.Windows.Forms.Padding(0);
    58       this.textBoxValueTo.Name = "textBoxValueTo";
    59       this.textBoxValueTo.Size = new System.Drawing.Size(394, 20);
    60       this.textBoxValueTo.TabIndex = 3;
    61       //
    62       // label4
    63       //
    64       this.label4.AutoSize = true;
    65       this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
    66       this.label4.Location = new System.Drawing.Point(0, 24);
    67       this.label4.Margin = new System.Windows.Forms.Padding(0);
    68       this.label4.Name = "label4";
    69       this.label4.Size = new System.Drawing.Size(100, 25);
    70       this.label4.TabIndex = 1;
    71       this.label4.Text = "To:";
    72       this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    73       //
    74       // label2
    75       //
    76       this.label2.AutoSize = true;
    77       this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
    78       this.label2.Location = new System.Drawing.Point(0, 0);
    79       this.label2.Margin = new System.Windows.Forms.Padding(0);
    80       this.label2.Name = "label2";
    81       this.label2.Size = new System.Drawing.Size(100, 24);
    82       this.label2.TabIndex = 0;
    83       this.label2.Text = "From:";
    84       this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    85       //
    86       // errorProvider
    87       //
    88       this.errorProvider.ContainerControl = this;
    89       //
    90       // textBoxValueFrom
    91       //
    92       this.textBoxValueFrom.Dock = System.Windows.Forms.DockStyle.Fill;
    93       this.textBoxValueFrom.Location = new System.Drawing.Point(100, 0);
    94       this.textBoxValueFrom.Margin = new System.Windows.Forms.Padding(0);
    95       this.textBoxValueFrom.Name = "textBoxValueFrom";
    96       this.textBoxValueFrom.Size = new System.Drawing.Size(394, 20);
    97       this.textBoxValueFrom.TabIndex = 2;
    9852      //
    9953      // tableLayoutPanel1
     
    11569      this.tableLayoutPanel1.Size = new System.Drawing.Size(494, 49);
    11670      this.tableLayoutPanel1.TabIndex = 19;
     71      //
     72      // label2
     73      //
     74      this.label2.AutoSize = true;
     75      this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
     76      this.label2.Location = new System.Drawing.Point(0, 0);
     77      this.label2.Margin = new System.Windows.Forms.Padding(0);
     78      this.label2.Name = "label2";
     79      this.label2.Size = new System.Drawing.Size(100, 24);
     80      this.label2.TabIndex = 0;
     81      this.label2.Text = "From:";
     82      this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     83      //
     84      // textBoxValueTo
     85      //
     86      this.textBoxValueTo.Dock = System.Windows.Forms.DockStyle.Fill;
     87      this.textBoxValueTo.Location = new System.Drawing.Point(100, 24);
     88      this.textBoxValueTo.Margin = new System.Windows.Forms.Padding(0);
     89      this.textBoxValueTo.Name = "textBoxValueTo";
     90      this.textBoxValueTo.Size = new System.Drawing.Size(394, 20);
     91      this.textBoxValueTo.TabIndex = 3;
     92      //
     93      // textBoxValueFrom
     94      //
     95      this.textBoxValueFrom.Dock = System.Windows.Forms.DockStyle.Fill;
     96      this.textBoxValueFrom.Location = new System.Drawing.Point(100, 0);
     97      this.textBoxValueFrom.Margin = new System.Windows.Forms.Padding(0);
     98      this.textBoxValueFrom.Name = "textBoxValueFrom";
     99      this.textBoxValueFrom.Size = new System.Drawing.Size(394, 20);
     100      this.textBoxValueFrom.TabIndex = 2;
     101      //
     102      // label4
     103      //
     104      this.label4.AutoSize = true;
     105      this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
     106      this.label4.Location = new System.Drawing.Point(0, 24);
     107      this.label4.Margin = new System.Windows.Forms.Padding(0);
     108      this.label4.Name = "label4";
     109      this.label4.Size = new System.Drawing.Size(100, 25);
     110      this.label4.TabIndex = 1;
     111      this.label4.Text = "To:";
     112      this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     113      //
     114      // errorProvider
     115      //
     116      this.errorProvider.ContainerControl = this;
    117117      //
    118118      // numericRangeControl
     
    137137      this.Size = new System.Drawing.Size(500, 147);
    138138      this.groupBox1.ResumeLayout(false);
    139       ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    140139      this.tableLayoutPanel1.ResumeLayout(false);
    141140      this.tableLayoutPanel1.PerformLayout();
     141      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    142142      this.ResumeLayout(false);
    143143
Note: See TracChangeset for help on using the changeset viewer.