Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Views/MatrixJsonItemControl.Designer.cs @ 18082

Last change on this file since 18082 was 17924, checked in by dpiringe, 3 years ago

#3026

  • renamed ResultFormatter to ResultFormatters
  • adjusted some UI components (changed margins/paddings/sizes of some controls)
File size: 6.3 KB
Line 
1
2namespace HeuristicLab.JsonInterface.OptimizerIntegration {
3  partial class MatrixJsonItemControl {
4    /// <summary>
5    /// Erforderliche Designervariable.
6    /// </summary>
7    private System.ComponentModel.IContainer components = null;
8
9    /// <summary>
10    /// Verwendete Ressourcen bereinigen.
11    /// </summary>
12    /// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
13    protected override void Dispose(bool disposing) {
14      if (disposing && (components != null)) {
15        components.Dispose();
16      }
17      base.Dispose(disposing);
18    }
19
20    #region Vom Komponenten-Designer generierter Code
21
22    /// <summary>
23    /// Erforderliche Methode für die Designerunterstützung.
24    /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
25    /// </summary>
26    private void InitializeComponent() {
27      this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
28      this.groupBox2 = new System.Windows.Forms.GroupBox();
29      this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
30      this.checkBoxRowsResizable = new System.Windows.Forms.CheckBox();
31      this.checkBoxColumnsResizable = new System.Windows.Forms.CheckBox();
32      this.tableLayoutPanel1.SuspendLayout();
33      this.groupBox2.SuspendLayout();
34      this.tableLayoutPanel2.SuspendLayout();
35      this.SuspendLayout();
36      //
37      // tableLayoutPanel1
38      //
39      this.tableLayoutPanel1.ColumnCount = 1;
40      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
41      this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 0);
42      this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
43      this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
44      this.tableLayoutPanel1.Name = "tableLayoutPanel1";
45      this.tableLayoutPanel1.RowCount = 2;
46      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 63F));
47      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
48      this.tableLayoutPanel1.Size = new System.Drawing.Size(526, 69);
49      this.tableLayoutPanel1.TabIndex = 24;
50      //
51      // groupBox2
52      //
53      this.groupBox2.Controls.Add(this.tableLayoutPanel2);
54      this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
55      this.groupBox2.Location = new System.Drawing.Point(0, 0);
56      this.groupBox2.Margin = new System.Windows.Forms.Padding(0);
57      this.groupBox2.Name = "groupBox2";
58      this.groupBox2.Padding = new System.Windows.Forms.Padding(6);
59      this.groupBox2.Size = new System.Drawing.Size(526, 63);
60      this.groupBox2.TabIndex = 19;
61      this.groupBox2.TabStop = false;
62      this.groupBox2.Text = "Matrix Properties";
63      //
64      // tableLayoutPanel2
65      //
66      this.tableLayoutPanel2.ColumnCount = 1;
67      this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
68      this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
69      this.tableLayoutPanel2.Controls.Add(this.checkBoxRowsResizable, 0, 0);
70      this.tableLayoutPanel2.Controls.Add(this.checkBoxColumnsResizable, 0, 1);
71      this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
72      this.tableLayoutPanel2.Location = new System.Drawing.Point(6, 19);
73      this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
74      this.tableLayoutPanel2.Name = "tableLayoutPanel2";
75      this.tableLayoutPanel2.RowCount = 2;
76      this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
77      this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
78      this.tableLayoutPanel2.Size = new System.Drawing.Size(514, 38);
79      this.tableLayoutPanel2.TabIndex = 22;
80      //
81      // checkBoxRowsResizable
82      //
83      this.checkBoxRowsResizable.AutoSize = true;
84      this.checkBoxRowsResizable.Dock = System.Windows.Forms.DockStyle.Fill;
85      this.checkBoxRowsResizable.Location = new System.Drawing.Point(0, 0);
86      this.checkBoxRowsResizable.Margin = new System.Windows.Forms.Padding(0);
87      this.checkBoxRowsResizable.Name = "checkBoxRowsResizable";
88      this.checkBoxRowsResizable.Size = new System.Drawing.Size(514, 19);
89      this.checkBoxRowsResizable.TabIndex = 4;
90      this.checkBoxRowsResizable.Text = "Rows Resizable";
91      this.checkBoxRowsResizable.UseVisualStyleBackColor = true;
92      //
93      // checkBoxColumnsResizable
94      //
95      this.checkBoxColumnsResizable.AutoSize = true;
96      this.checkBoxColumnsResizable.Dock = System.Windows.Forms.DockStyle.Fill;
97      this.checkBoxColumnsResizable.Location = new System.Drawing.Point(0, 19);
98      this.checkBoxColumnsResizable.Margin = new System.Windows.Forms.Padding(0);
99      this.checkBoxColumnsResizable.Name = "checkBoxColumnsResizable";
100      this.checkBoxColumnsResizable.Size = new System.Drawing.Size(514, 19);
101      this.checkBoxColumnsResizable.TabIndex = 7;
102      this.checkBoxColumnsResizable.Text = "Columns Resizable";
103      this.checkBoxColumnsResizable.UseVisualStyleBackColor = true;
104      //
105      // MatrixJsonItemControl
106      //
107      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
108      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
109      this.Controls.Add(this.tableLayoutPanel1);
110      this.Name = "MatrixJsonItemControl";
111      this.Size = new System.Drawing.Size(526, 69);
112      this.tableLayoutPanel1.ResumeLayout(false);
113      this.groupBox2.ResumeLayout(false);
114      this.tableLayoutPanel2.ResumeLayout(false);
115      this.tableLayoutPanel2.PerformLayout();
116      this.ResumeLayout(false);
117
118    }
119
120    #endregion
121
122    private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
123    private System.Windows.Forms.GroupBox groupBox2;
124    private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
125    private System.Windows.Forms.CheckBox checkBoxRowsResizable;
126    private System.Windows.Forms.CheckBox checkBoxColumnsResizable;
127  }
128}
Note: See TracBrowser for help on using the repository browser.