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

    r17829 r17924  
    4343      this.tableLayoutPanel1.Name = "tableLayoutPanel1";
    4444      this.tableLayoutPanel1.RowCount = 2;
    45       this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 41F));
     45      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 47F));
    4646      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
    47       this.tableLayoutPanel1.Size = new System.Drawing.Size(526, 41);
     47      this.tableLayoutPanel1.Size = new System.Drawing.Size(526, 47);
    4848      this.tableLayoutPanel1.TabIndex = 24;
    4949      //
     
    5555      this.groupBox2.Margin = new System.Windows.Forms.Padding(0);
    5656      this.groupBox2.Name = "groupBox2";
    57       this.groupBox2.Size = new System.Drawing.Size(526, 41);
     57      this.groupBox2.Padding = new System.Windows.Forms.Padding(6);
     58      this.groupBox2.Size = new System.Drawing.Size(526, 47);
    5859      this.groupBox2.TabIndex = 19;
    5960      this.groupBox2.TabStop = false;
     
    6667      this.tableLayoutPanel2.Controls.Add(this.checkBoxResizable, 0, 0);
    6768      this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
    68       this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
     69      this.tableLayoutPanel2.Location = new System.Drawing.Point(6, 19);
    6970      this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
    7071      this.tableLayoutPanel2.Name = "tableLayoutPanel2";
    7172      this.tableLayoutPanel2.RowCount = 1;
    7273      this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
    73       this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    74       this.tableLayoutPanel2.Size = new System.Drawing.Size(520, 22);
     74      this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
     75      this.tableLayoutPanel2.Size = new System.Drawing.Size(514, 22);
    7576      this.tableLayoutPanel2.TabIndex = 22;
    7677      //
     
    8283      this.checkBoxResizable.Margin = new System.Windows.Forms.Padding(0);
    8384      this.checkBoxResizable.Name = "checkBoxResizable";
    84       this.checkBoxResizable.Size = new System.Drawing.Size(520, 22);
     85      this.checkBoxResizable.Size = new System.Drawing.Size(514, 22);
    8586      this.checkBoxResizable.TabIndex = 4;
    8687      this.checkBoxResizable.Text = "Resizable";
     
    9394      this.Controls.Add(this.tableLayoutPanel1);
    9495      this.Name = "ArrayJsonItemControl";
    95       this.Size = new System.Drawing.Size(526, 41);
     96      this.Size = new System.Drawing.Size(526, 47);
    9697      this.tableLayoutPanel1.ResumeLayout(false);
    9798      this.groupBox2.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.