Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/21/20 17:14:46 (4 years ago)
Author:
dpiringe
Message:

#3026:

  • added a new way to setup the targeted result types
  • added new ui controls: NumericRangeControl, JsonItemArrayControl, JsonItemDefaultControl
  • redesigned export dialog -> now the user can navigate with a tree view
  • enhanced JsonItemVM
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Shared/JsonItemBaseControl.Designer.cs

    r17404 r17405  
    2424    /// </summary>
    2525    private void InitializeComponent() {
    26       this.labelPath = new System.Windows.Forms.Label();
     26      this.labelEnable = new System.Windows.Forms.Label();
    2727      this.checkBoxActive = new System.Windows.Forms.CheckBox();
    28       this.panel1 = new System.Windows.Forms.Panel();
    29       this.label3 = new System.Windows.Forms.Label();
    3028      this.textBoxActualName = new System.Windows.Forms.TextBox();
    3129      this.labelActualName = new System.Windows.Forms.Label();
    3230      this.textBoxName = new System.Windows.Forms.TextBox();
    3331      this.label1 = new System.Windows.Forms.Label();
    34       this.panel1.SuspendLayout();
    3532      this.SuspendLayout();
    3633      //
    37       // labelPath
     34      // labelEnable
    3835      //
    39       this.labelPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     36      this.labelEnable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    4037            | System.Windows.Forms.AnchorStyles.Right)));
    41       this.labelPath.AutoSize = true;
    42       this.labelPath.Location = new System.Drawing.Point(24, 4);
    43       this.labelPath.Name = "labelPath";
    44       this.labelPath.Size = new System.Drawing.Size(29, 13);
    45       this.labelPath.TabIndex = 3;
    46       this.labelPath.Text = "Path";
     38      this.labelEnable.AutoSize = true;
     39      this.labelEnable.Location = new System.Drawing.Point(6, 3);
     40      this.labelEnable.Name = "labelEnable";
     41      this.labelEnable.Size = new System.Drawing.Size(40, 13);
     42      this.labelEnable.TabIndex = 3;
     43      this.labelEnable.Text = "Enable";
    4744      //
    4845      // checkBoxActive
    4946      //
    5047      this.checkBoxActive.AutoSize = true;
    51       this.checkBoxActive.Location = new System.Drawing.Point(3, 3);
     48      this.checkBoxActive.Location = new System.Drawing.Point(92, 3);
    5249      this.checkBoxActive.Name = "checkBoxActive";
    5350      this.checkBoxActive.Size = new System.Drawing.Size(15, 14);
     
    5653      this.checkBoxActive.CheckedChanged += new System.EventHandler(this.checkBoxActive_CheckedChanged);
    5754      //
    58       // panel1
    59       //
    60       this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    61             | System.Windows.Forms.AnchorStyles.Right)));
    62       this.panel1.BackColor = System.Drawing.Color.Gray;
    63       this.panel1.Controls.Add(this.checkBoxActive);
    64       this.panel1.Controls.Add(this.labelPath);
    65       this.panel1.Location = new System.Drawing.Point(0, 0);
    66       this.panel1.Name = "panel1";
    67       this.panel1.Size = new System.Drawing.Size(501, 20);
    68       this.panel1.TabIndex = 4;
    69       //
    70       // label3
    71       //
    72       this.label3.AutoSize = true;
    73       this.label3.Location = new System.Drawing.Point(6, 84);
    74       this.label3.Name = "label3";
    75       this.label3.Size = new System.Drawing.Size(34, 13);
    76       this.label3.TabIndex = 13;
    77       this.label3.Text = "Value";
    78       this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
    79       //
    8055      // textBoxActualName
    8156      //
    8257      this.textBoxActualName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    8358            | System.Windows.Forms.AnchorStyles.Right)));
    84       this.textBoxActualName.Location = new System.Drawing.Point(92, 55);
     59      this.textBoxActualName.Location = new System.Drawing.Point(92, 49);
    8560      this.textBoxActualName.Name = "textBoxActualName";
    86       this.textBoxActualName.Size = new System.Drawing.Size(402, 20);
     61      this.textBoxActualName.Size = new System.Drawing.Size(404, 20);
    8762      this.textBoxActualName.TabIndex = 12;
    8863      this.textBoxActualName.TextChanged += new System.EventHandler(this.textBoxActualName_TextChanged);
     
    9166      //
    9267      this.labelActualName.AutoSize = true;
    93       this.labelActualName.Location = new System.Drawing.Point(6, 58);
     68      this.labelActualName.Location = new System.Drawing.Point(6, 52);
    9469      this.labelActualName.Name = "labelActualName";
    9570      this.labelActualName.Size = new System.Drawing.Size(65, 13);
     
    10277      this.textBoxName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    10378            | System.Windows.Forms.AnchorStyles.Right)));
    104       this.textBoxName.Location = new System.Drawing.Point(92, 29);
     79      this.textBoxName.Location = new System.Drawing.Point(92, 23);
    10580      this.textBoxName.Name = "textBoxName";
    106       this.textBoxName.Size = new System.Drawing.Size(402, 20);
     81      this.textBoxName.ReadOnly = true;
     82      this.textBoxName.Size = new System.Drawing.Size(404, 20);
    10783      this.textBoxName.TabIndex = 10;
    10884      this.textBoxName.TextChanged += new System.EventHandler(this.textBoxName_TextChanged);
     
    11187      //
    11288      this.label1.AutoSize = true;
    113       this.label1.Location = new System.Drawing.Point(6, 32);
     89      this.label1.Location = new System.Drawing.Point(6, 26);
    11490      this.label1.Name = "label1";
    11591      this.label1.Size = new System.Drawing.Size(35, 13);
     
    12298      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    12399      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    124       this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    125       this.Controls.Add(this.label3);
     100      this.Controls.Add(this.labelEnable);
     101      this.Controls.Add(this.checkBoxActive);
    126102      this.Controls.Add(this.textBoxActualName);
    127103      this.Controls.Add(this.labelActualName);
    128104      this.Controls.Add(this.textBoxName);
    129105      this.Controls.Add(this.label1);
    130       this.Controls.Add(this.panel1);
    131106      this.Name = "JsonItemBaseControl";
    132107      this.Padding = new System.Windows.Forms.Padding(3);
    133       this.Size = new System.Drawing.Size(500, 152);
    134       this.panel1.ResumeLayout(false);
    135       this.panel1.PerformLayout();
     108      this.Size = new System.Drawing.Size(502, 154);
    136109      this.ResumeLayout(false);
    137110      this.PerformLayout();
     
    141114    #endregion
    142115
    143     private System.Windows.Forms.Label labelPath;
     116    private System.Windows.Forms.Label labelEnable;
    144117    private System.Windows.Forms.CheckBox checkBoxActive;
    145     private System.Windows.Forms.Panel panel1;
    146     private System.Windows.Forms.Label label3;
    147118    private System.Windows.Forms.TextBox textBoxActualName;
    148119    private System.Windows.Forms.Label labelActualName;
Note: See TracChangeset for help on using the changeset viewer.