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

    r17404 r17405  
    2525    private void InitializeComponent() {
    2626      this.textBoxValue = new System.Windows.Forms.TextBox();
    27       this.groupBox1 = new System.Windows.Forms.GroupBox();
    28       this.textBoxTo = new System.Windows.Forms.TextBox();
    29       this.textBoxFrom = new System.Windows.Forms.TextBox();
    30       this.label4 = new System.Windows.Forms.Label();
    3127      this.label2 = new System.Windows.Forms.Label();
    32       this.groupBox1.SuspendLayout();
     28      this.numericRangeControl1 = new HeuristicLab.JsonInterface.OptimizerIntegration.Shared.NumericRangeControl();
    3329      this.SuspendLayout();
    3430      //
     
    3733      this.textBoxValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    3834            | System.Windows.Forms.AnchorStyles.Right)));
    39       this.textBoxValue.Location = new System.Drawing.Point(92, 81);
     35      this.textBoxValue.Location = new System.Drawing.Point(92, 75);
    4036      this.textBoxValue.Name = "textBoxValue";
    41       this.textBoxValue.Size = new System.Drawing.Size(402, 20);
     37      this.textBoxValue.Size = new System.Drawing.Size(404, 20);
    4238      this.textBoxValue.TabIndex = 14;
    4339      this.textBoxValue.Leave += new System.EventHandler(this.textBoxValue_Leave);
    4440      //
    45       // groupBox1
    46       //
    47       this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    48             | System.Windows.Forms.AnchorStyles.Right)));
    49       this.groupBox1.Controls.Add(this.textBoxTo);
    50       this.groupBox1.Controls.Add(this.textBoxFrom);
    51       this.groupBox1.Controls.Add(this.label4);
    52       this.groupBox1.Controls.Add(this.label2);
    53       this.groupBox1.Location = new System.Drawing.Point(9, 107);
    54       this.groupBox1.Name = "groupBox1";
    55       this.groupBox1.Size = new System.Drawing.Size(487, 64);
    56       this.groupBox1.TabIndex = 15;
    57       this.groupBox1.TabStop = false;
    58       this.groupBox1.Text = "Range";
    59       //
    60       // textBoxTo
    61       //
    62       this.textBoxTo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    63             | System.Windows.Forms.AnchorStyles.Right)));
    64       this.textBoxTo.Location = new System.Drawing.Point(249, 36);
    65       this.textBoxTo.Name = "textBoxTo";
    66       this.textBoxTo.Size = new System.Drawing.Size(230, 20);
    67       this.textBoxTo.TabIndex = 3;
    68       this.textBoxTo.Leave += new System.EventHandler(this.textBoxTo_Leave);
    69       //
    70       // textBoxFrom
    71       //
    72       this.textBoxFrom.Location = new System.Drawing.Point(10, 36);
    73       this.textBoxFrom.Name = "textBoxFrom";
    74       this.textBoxFrom.Size = new System.Drawing.Size(230, 20);
    75       this.textBoxFrom.TabIndex = 2;
    76       this.textBoxFrom.Leave += new System.EventHandler(this.textBoxFrom_Leave);
    77       //
    78       // label4
    79       //
    80       this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    81             | System.Windows.Forms.AnchorStyles.Right)));
    82       this.label4.AutoSize = true;
    83       this.label4.Location = new System.Drawing.Point(246, 20);
    84       this.label4.Name = "label4";
    85       this.label4.Size = new System.Drawing.Size(20, 13);
    86       this.label4.TabIndex = 1;
    87       this.label4.Text = "To";
    88       //
    8941      // label2
    9042      //
    91       this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    92             | System.Windows.Forms.AnchorStyles.Right)));
    9343      this.label2.AutoSize = true;
    94       this.label2.Location = new System.Drawing.Point(7, 20);
     44      this.label2.Location = new System.Drawing.Point(6, 78);
    9545      this.label2.Name = "label2";
    96       this.label2.Size = new System.Drawing.Size(30, 13);
    97       this.label2.TabIndex = 0;
    98       this.label2.Text = "From";
     46      this.label2.Size = new System.Drawing.Size(34, 13);
     47      this.label2.TabIndex = 15;
     48      this.label2.Text = "Value";
     49      //
     50      // numericRangeControl1
     51      //
     52      this.numericRangeControl1.IsDouble = false;
     53      this.numericRangeControl1.Location = new System.Drawing.Point(9, 101);
     54      this.numericRangeControl1.Name = "numericRangeControl1";
     55      this.numericRangeControl1.Size = new System.Drawing.Size(487, 112);
     56      this.numericRangeControl1.TabIndex = 16;
     57      this.numericRangeControl1.VM = null;
     58      this.numericRangeControl1.Load += new System.EventHandler(this.numericRangeControl1_Load);
    9959      //
    10060      // JsonItemValueControl
     
    10262      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    10363      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    104       this.Controls.Add(this.groupBox1);
     64      this.Controls.Add(this.numericRangeControl1);
     65      this.Controls.Add(this.label2);
    10566      this.Controls.Add(this.textBoxValue);
    10667      this.Name = "JsonItemValueControl";
    107       this.Size = new System.Drawing.Size(500, 177);
     68      this.Size = new System.Drawing.Size(500, 220);
    10869      this.Controls.SetChildIndex(this.textBoxValue, 0);
    109       this.Controls.SetChildIndex(this.groupBox1, 0);
    110       this.groupBox1.ResumeLayout(false);
    111       this.groupBox1.PerformLayout();
     70      this.Controls.SetChildIndex(this.label2, 0);
     71      this.Controls.SetChildIndex(this.numericRangeControl1, 0);
    11272      this.ResumeLayout(false);
    11373      this.PerformLayout();
     
    11878
    11979    private System.Windows.Forms.TextBox textBoxValue;
    120     private System.Windows.Forms.GroupBox groupBox1;
    121     private System.Windows.Forms.TextBox textBoxTo;
    122     private System.Windows.Forms.TextBox textBoxFrom;
    123     private System.Windows.Forms.Label label4;
    12480    private System.Windows.Forms.Label label2;
     81    private Shared.NumericRangeControl numericRangeControl1;
    12582  }
    12683}
Note: See TracChangeset for help on using the changeset viewer.