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/ValueLookupJsonItemControl.Designer.cs

    r17471 r17473  
    1 namespace HeuristicLab.JsonInterface.OptimizerIntegration.Views {
     1namespace HeuristicLab.JsonInterface.OptimizerIntegration {
    22  partial class ValueLookupJsonItemControl {
    33    /// <summary>
     
    2929      // content
    3030      //
    31       this.content.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    32             | System.Windows.Forms.AnchorStyles.Left)
    33             | System.Windows.Forms.AnchorStyles.Right)));
    34       this.content.Location = new System.Drawing.Point(0, 20);
     31      this.content.Dock = System.Windows.Forms.DockStyle.Fill;
     32      this.content.Location = new System.Drawing.Point(0, 22);
    3533      this.content.Margin = new System.Windows.Forms.Padding(0);
    3634      this.content.Name = "content";
    37       this.content.Size = new System.Drawing.Size(651, 350);
     35      this.content.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
     36      this.content.Size = new System.Drawing.Size(500, 523);
    3837      this.content.TabIndex = 14;
    3938      //
     
    4443      this.Controls.Add(this.content);
    4544      this.Name = "ValueLookupJsonItemControl";
    46       this.Size = new System.Drawing.Size(651, 370);
     45      this.Size = new System.Drawing.Size(500, 545);
    4746      this.Controls.SetChildIndex(this.content, 0);
    4847      this.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.