Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/10/20 17:17:37 (5 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/Shared/JsonItemBaseControl.Designer.cs

    r17471 r17473  
    2828      this.textBoxName = new System.Windows.Forms.TextBox();
    2929      this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     30      this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
     31      this.textBoxDescription = new System.Windows.Forms.TextBox();
     32      this.checkBoxActive = new System.Windows.Forms.CheckBox();
     33      this.label1 = new System.Windows.Forms.Label();
    3034      this.labelDescription = new System.Windows.Forms.Label();
    31       this.textBoxDescription = new System.Windows.Forms.TextBox();
    32       this.label1 = new System.Windows.Forms.Label();
    3335      this.labelEnable = new System.Windows.Forms.Label();
    34       this.checkBoxActive = new System.Windows.Forms.CheckBox();
    35       this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
    3636      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    3737      this.tableLayoutPanel1.SuspendLayout();
     
    4848      this.textBoxName.Dock = System.Windows.Forms.DockStyle.Fill;
    4949      this.errorProvider.SetIconAlignment(this.textBoxName, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    50       this.textBoxName.Location = new System.Drawing.Point(100, 24);
     50      this.textBoxName.Location = new System.Drawing.Point(100, 25);
    5151      this.textBoxName.Margin = new System.Windows.Forms.Padding(0);
    5252      this.textBoxName.Name = "textBoxName";
     
    7272      this.tableLayoutPanel1.TabIndex = 16;
    7373      //
    74       // labelDescription
    75       //
    76       this.labelDescription.AutoSize = true;
    77       this.labelDescription.Dock = System.Windows.Forms.DockStyle.Fill;
    78       this.labelDescription.Location = new System.Drawing.Point(0, 48);
    79       this.labelDescription.Margin = new System.Windows.Forms.Padding(0);
    80       this.labelDescription.Name = "labelDescription";
    81       this.labelDescription.Size = new System.Drawing.Size(100, 27);
    82       this.labelDescription.TabIndex = 13;
    83       this.labelDescription.Text = "Description";
    84       this.labelDescription.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    85       //
    86       // textBoxDescription
    87       //
    88       this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
    89       this.textBoxDescription.Location = new System.Drawing.Point(100, 50);
    90       this.textBoxDescription.Margin = new System.Windows.Forms.Padding(0, 2, 0, 0);
    91       this.textBoxDescription.Name = "textBoxDescription";
    92       this.textBoxDescription.Size = new System.Drawing.Size(394, 20);
    93       this.textBoxDescription.TabIndex = 14;
    94       //
    95       // label1
    96       //
    97       this.label1.AutoSize = true;
    98       this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
    99       this.label1.Location = new System.Drawing.Point(0, 24);
    100       this.label1.Margin = new System.Windows.Forms.Padding(0);
    101       this.label1.Name = "label1";
    102       this.label1.Size = new System.Drawing.Size(100, 24);
    103       this.label1.TabIndex = 9;
    104       this.label1.Text = "Name";
    105       this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    106       //
    107       // labelEnable
    108       //
    109       this.labelEnable.AutoSize = true;
    110       this.labelEnable.Dock = System.Windows.Forms.DockStyle.Fill;
    111       this.labelEnable.Location = new System.Drawing.Point(0, 0);
    112       this.labelEnable.Margin = new System.Windows.Forms.Padding(0);
    113       this.labelEnable.Name = "labelEnable";
    114       this.labelEnable.Size = new System.Drawing.Size(100, 24);
    115       this.labelEnable.TabIndex = 3;
    116       this.labelEnable.Text = "Enable";
    117       this.labelEnable.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    118       //
    119       // checkBoxActive
    120       //
    121       this.checkBoxActive.AutoSize = true;
    122       this.checkBoxActive.Dock = System.Windows.Forms.DockStyle.Fill;
    123       this.checkBoxActive.Location = new System.Drawing.Point(100, 0);
    124       this.checkBoxActive.Margin = new System.Windows.Forms.Padding(0);
    125       this.checkBoxActive.Name = "checkBoxActive";
    126       this.checkBoxActive.Size = new System.Drawing.Size(394, 24);
    127       this.checkBoxActive.TabIndex = 2;
    128       this.checkBoxActive.UseVisualStyleBackColor = true;
    129       //
    13074      // tableLayoutPanel5
    13175      //
     
    15094      this.tableLayoutPanel5.Size = new System.Drawing.Size(494, 75);
    15195      this.tableLayoutPanel5.TabIndex = 17;
     96      //
     97      // textBoxDescription
     98      //
     99      this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
     100      this.textBoxDescription.Location = new System.Drawing.Point(100, 52);
     101      this.textBoxDescription.Margin = new System.Windows.Forms.Padding(0, 2, 0, 0);
     102      this.textBoxDescription.Name = "textBoxDescription";
     103      this.textBoxDescription.Size = new System.Drawing.Size(394, 20);
     104      this.textBoxDescription.TabIndex = 14;
     105      //
     106      // checkBoxActive
     107      //
     108      this.checkBoxActive.AutoSize = true;
     109      this.checkBoxActive.Dock = System.Windows.Forms.DockStyle.Fill;
     110      this.checkBoxActive.Location = new System.Drawing.Point(100, 0);
     111      this.checkBoxActive.Margin = new System.Windows.Forms.Padding(0);
     112      this.checkBoxActive.Name = "checkBoxActive";
     113      this.checkBoxActive.Size = new System.Drawing.Size(394, 25);
     114      this.checkBoxActive.TabIndex = 2;
     115      this.checkBoxActive.UseVisualStyleBackColor = true;
     116      //
     117      // label1
     118      //
     119      this.label1.AutoSize = true;
     120      this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
     121      this.label1.Location = new System.Drawing.Point(0, 25);
     122      this.label1.Margin = new System.Windows.Forms.Padding(0);
     123      this.label1.Name = "label1";
     124      this.label1.Size = new System.Drawing.Size(100, 25);
     125      this.label1.TabIndex = 9;
     126      this.label1.Text = "Name";
     127      this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     128      //
     129      // labelDescription
     130      //
     131      this.labelDescription.AutoSize = true;
     132      this.labelDescription.Dock = System.Windows.Forms.DockStyle.Fill;
     133      this.labelDescription.Location = new System.Drawing.Point(0, 50);
     134      this.labelDescription.Margin = new System.Windows.Forms.Padding(0);
     135      this.labelDescription.Name = "labelDescription";
     136      this.labelDescription.Size = new System.Drawing.Size(100, 25);
     137      this.labelDescription.TabIndex = 13;
     138      this.labelDescription.Text = "Description";
     139      this.labelDescription.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     140      //
     141      // labelEnable
     142      //
     143      this.labelEnable.AutoSize = true;
     144      this.labelEnable.Dock = System.Windows.Forms.DockStyle.Fill;
     145      this.labelEnable.Location = new System.Drawing.Point(0, 0);
     146      this.labelEnable.Margin = new System.Windows.Forms.Padding(0);
     147      this.labelEnable.Name = "labelEnable";
     148      this.labelEnable.Size = new System.Drawing.Size(100, 25);
     149      this.labelEnable.TabIndex = 3;
     150      this.labelEnable.Text = "Enable";
     151      this.labelEnable.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    152152      //
    153153      // JsonItemBaseControl
Note: See TracChangeset for help on using the changeset viewer.