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

    r17829 r17924  
    4646      this.textBoxName.Dock = System.Windows.Forms.DockStyle.Fill;
    4747      this.errorProvider.SetIconAlignment(this.textBoxName, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    48       this.textBoxName.Location = new System.Drawing.Point(100, 2);
    49       this.textBoxName.Margin = new System.Windows.Forms.Padding(0, 2, 0, 0);
     48      this.textBoxName.Location = new System.Drawing.Point(100, 0);
     49      this.textBoxName.Margin = new System.Windows.Forms.Padding(0);
    5050      this.textBoxName.Name = "textBoxName";
    5151      this.textBoxName.Size = new System.Drawing.Size(394, 20);
     
    6262      this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
    6363      this.tableLayoutPanel1.Name = "tableLayoutPanel1";
    64       this.tableLayoutPanel1.RowCount = 2;
    65       this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
     64      this.tableLayoutPanel1.RowCount = 3;
     65      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 44F));
     66      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 6F));
    6667      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     68      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    6769      this.tableLayoutPanel1.Size = new System.Drawing.Size(494, 594);
    6870      this.tableLayoutPanel1.TabIndex = 16;
     
    8587      this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    8688      this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    87       this.tableLayoutPanel5.Size = new System.Drawing.Size(494, 50);
     89      this.tableLayoutPanel5.Size = new System.Drawing.Size(494, 44);
    8890      this.tableLayoutPanel5.TabIndex = 17;
    8991      //
     
    9193      //
    9294      this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
    93       this.textBoxDescription.Location = new System.Drawing.Point(100, 27);
    94       this.textBoxDescription.Margin = new System.Windows.Forms.Padding(0, 2, 0, 0);
     95      this.textBoxDescription.Location = new System.Drawing.Point(100, 23);
     96      this.textBoxDescription.Margin = new System.Windows.Forms.Padding(0);
    9597      this.textBoxDescription.Name = "textBoxDescription";
    9698      this.textBoxDescription.Size = new System.Drawing.Size(394, 20);
     
    104106      this.label1.Margin = new System.Windows.Forms.Padding(0);
    105107      this.label1.Name = "label1";
    106       this.label1.Size = new System.Drawing.Size(100, 25);
     108      this.label1.Size = new System.Drawing.Size(100, 23);
    107109      this.label1.TabIndex = 9;
    108110      this.label1.Text = "Name";
     
    113115      this.labelDescription.AutoSize = true;
    114116      this.labelDescription.Dock = System.Windows.Forms.DockStyle.Fill;
    115       this.labelDescription.Location = new System.Drawing.Point(0, 25);
     117      this.labelDescription.Location = new System.Drawing.Point(0, 23);
    116118      this.labelDescription.Margin = new System.Windows.Forms.Padding(0);
    117119      this.labelDescription.Name = "labelDescription";
    118       this.labelDescription.Size = new System.Drawing.Size(100, 25);
     120      this.labelDescription.Size = new System.Drawing.Size(100, 24);
    119121      this.labelDescription.TabIndex = 13;
    120122      this.labelDescription.Text = "Description";
Note: See TracChangeset for help on using the changeset viewer.