Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/30/21 18:03:29 (3 years ago)
Author:
dpiringe
Message:

#3026

  • renamed ResultFormatter to ResultFormatters
  • adjusted some UI components (changed margins/paddings/sizes of some controls)
File:
1 edited

Legend:

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

    r17829 r17924  
    4646      this.groupBox2.Margin = new System.Windows.Forms.Padding(0);
    4747      this.groupBox2.Name = "groupBox2";
    48       this.groupBox2.Size = new System.Drawing.Size(526, 63);
     48      this.groupBox2.Padding = new System.Windows.Forms.Padding(6);
     49      this.groupBox2.Size = new System.Drawing.Size(526, 69);
    4950      this.groupBox2.TabIndex = 19;
    5051      this.groupBox2.TabStop = false;
     
    5455      //
    5556      this.tableLayoutPanel2.ColumnCount = 2;
    56       this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     57      this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 93F));
    5758      this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
    5859      this.tableLayoutPanel2.Controls.Add(this.textBoxTo, 1, 1);
     
    6162      this.tableLayoutPanel2.Controls.Add(this.checkBoxTo, 0, 1);
    6263      this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
    63       this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
     64      this.tableLayoutPanel2.Location = new System.Drawing.Point(6, 19);
    6465      this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
    6566      this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     
    6768      this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    6869      this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    69       this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    70       this.tableLayoutPanel2.Size = new System.Drawing.Size(520, 44);
     70      this.tableLayoutPanel2.Size = new System.Drawing.Size(514, 44);
    7171      this.tableLayoutPanel2.TabIndex = 22;
    7272      //
     
    7575      this.textBoxTo.Dock = System.Windows.Forms.DockStyle.Fill;
    7676      this.errorProvider.SetIconAlignment(this.textBoxTo, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    77       this.textBoxTo.Location = new System.Drawing.Point(100, 22);
     77      this.textBoxTo.Location = new System.Drawing.Point(93, 22);
    7878      this.textBoxTo.Margin = new System.Windows.Forms.Padding(0);
    7979      this.textBoxTo.Name = "textBoxTo";
    8080      this.textBoxTo.ReadOnly = true;
    81       this.textBoxTo.Size = new System.Drawing.Size(420, 20);
     81      this.textBoxTo.Size = new System.Drawing.Size(421, 20);
    8282      this.textBoxTo.TabIndex = 6;
    8383      this.textBoxTo.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxTo_Validating);
     
    8787      this.textBoxFrom.Dock = System.Windows.Forms.DockStyle.Fill;
    8888      this.errorProvider.SetIconAlignment(this.textBoxFrom, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    89       this.textBoxFrom.Location = new System.Drawing.Point(100, 0);
     89      this.textBoxFrom.Location = new System.Drawing.Point(93, 0);
    9090      this.textBoxFrom.Margin = new System.Windows.Forms.Padding(0);
    9191      this.textBoxFrom.Name = "textBoxFrom";
    9292      this.textBoxFrom.ReadOnly = true;
    93       this.textBoxFrom.Size = new System.Drawing.Size(420, 20);
     93      this.textBoxFrom.Size = new System.Drawing.Size(421, 20);
    9494      this.textBoxFrom.TabIndex = 2;
    9595      this.textBoxFrom.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxFrom_Validating);
     
    102102      this.checkBoxFrom.Margin = new System.Windows.Forms.Padding(0);
    103103      this.checkBoxFrom.Name = "checkBoxFrom";
    104       this.checkBoxFrom.Size = new System.Drawing.Size(100, 22);
     104      this.checkBoxFrom.Size = new System.Drawing.Size(93, 22);
    105105      this.checkBoxFrom.TabIndex = 4;
    106106      this.checkBoxFrom.Text = "From:";
     
    114114      this.checkBoxTo.Margin = new System.Windows.Forms.Padding(0);
    115115      this.checkBoxTo.Name = "checkBoxTo";
    116       this.checkBoxTo.Size = new System.Drawing.Size(100, 22);
     116      this.checkBoxTo.Size = new System.Drawing.Size(93, 22);
    117117      this.checkBoxTo.TabIndex = 7;
    118118      this.checkBoxTo.Text = "To:";
     
    133133      this.tableLayoutPanel1.Name = "tableLayoutPanel1";
    134134      this.tableLayoutPanel1.RowCount = 2;
    135       this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 63F));
     135      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 69F));
    136136      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
    137       this.tableLayoutPanel1.Size = new System.Drawing.Size(526, 63);
     137      this.tableLayoutPanel1.Size = new System.Drawing.Size(526, 69);
    138138      this.tableLayoutPanel1.TabIndex = 23;
    139139      //
     
    144144      this.Controls.Add(this.tableLayoutPanel1);
    145145      this.Name = "NumericRangeControl";
    146       this.Size = new System.Drawing.Size(526, 63);
     146      this.Size = new System.Drawing.Size(526, 69);
    147147      this.groupBox2.ResumeLayout(false);
    148148      this.tableLayoutPanel2.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.