Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Shared/JsonItemBaseControl.Designer.cs @ 17471

Last change on this file since 17471 was 17471, checked in by dpiringe, 4 years ago

#3026:

  • deleted INamedMatrixJsonItem and all corresponding classes/views, because of bad design
  • added ILookupJsonItem and IValueLookupJsonItem (incl. all corresponding implementations, VMs, Views)
  • added IResultJsonItem
  • changed type of property Control from JsonItemBaseControl to UserControl in IJsonItemVM (because the details control now builds up with linked user controls -> allows better construction of dynamic controls)
  • added all properties of INamedMatrixJsonItem in IMatrixJsonItem
  • refactored a lot of views for better usage (TableLayoutPanel is used a lot now -> for better item positioning)
  • property ActualName is now located in ILookupJsonItem instead of IJsonItem
File size: 9.4 KB
Line 
1namespace HeuristicLab.JsonInterface.OptimizerIntegration {
2  partial class JsonItemBaseControl {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.components = new System.ComponentModel.Container();
27      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
28      this.textBoxName = new System.Windows.Forms.TextBox();
29      this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
30      this.labelDescription = new System.Windows.Forms.Label();
31      this.textBoxDescription = new System.Windows.Forms.TextBox();
32      this.label1 = new System.Windows.Forms.Label();
33      this.labelEnable = new System.Windows.Forms.Label();
34      this.checkBoxActive = new System.Windows.Forms.CheckBox();
35      this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
36      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
37      this.tableLayoutPanel1.SuspendLayout();
38      this.tableLayoutPanel5.SuspendLayout();
39      this.SuspendLayout();
40      //
41      // errorProvider
42      //
43      this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
44      this.errorProvider.ContainerControl = this;
45      //
46      // textBoxName
47      //
48      this.textBoxName.Dock = System.Windows.Forms.DockStyle.Fill;
49      this.errorProvider.SetIconAlignment(this.textBoxName, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
50      this.textBoxName.Location = new System.Drawing.Point(100, 24);
51      this.textBoxName.Margin = new System.Windows.Forms.Padding(0);
52      this.textBoxName.Name = "textBoxName";
53      this.textBoxName.Size = new System.Drawing.Size(394, 20);
54      this.textBoxName.TabIndex = 10;
55      this.textBoxName.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxName_Validating);
56      //
57      // tableLayoutPanel1
58      //
59      this.tableLayoutPanel1.ColumnCount = 1;
60      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
61      this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel5, 0, 0);
62      this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
63      this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
64      this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
65      this.tableLayoutPanel1.Name = "tableLayoutPanel1";
66      this.tableLayoutPanel1.RowCount = 2;
67      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 75F));
68      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
69      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
70      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
71      this.tableLayoutPanel1.Size = new System.Drawing.Size(494, 594);
72      this.tableLayoutPanel1.TabIndex = 16;
73      //
74      // labelDescription
75      //
76      this.labelDescription.AutoSize = true;
77      this.labelDescription.Dock = System.Windows.Forms.DockStyle.Fill;
78      this.labelDescription.Location = new System.Drawing.Point(0, 48);
79      this.labelDescription.Margin = new System.Windows.Forms.Padding(0);
80      this.labelDescription.Name = "labelDescription";
81      this.labelDescription.Size = new System.Drawing.Size(100, 27);
82      this.labelDescription.TabIndex = 13;
83      this.labelDescription.Text = "Description";
84      this.labelDescription.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
85      //
86      // textBoxDescription
87      //
88      this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
89      this.textBoxDescription.Location = new System.Drawing.Point(100, 50);
90      this.textBoxDescription.Margin = new System.Windows.Forms.Padding(0, 2, 0, 0);
91      this.textBoxDescription.Name = "textBoxDescription";
92      this.textBoxDescription.Size = new System.Drawing.Size(394, 20);
93      this.textBoxDescription.TabIndex = 14;
94      //
95      // label1
96      //
97      this.label1.AutoSize = true;
98      this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
99      this.label1.Location = new System.Drawing.Point(0, 24);
100      this.label1.Margin = new System.Windows.Forms.Padding(0);
101      this.label1.Name = "label1";
102      this.label1.Size = new System.Drawing.Size(100, 24);
103      this.label1.TabIndex = 9;
104      this.label1.Text = "Name";
105      this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
106      //
107      // labelEnable
108      //
109      this.labelEnable.AutoSize = true;
110      this.labelEnable.Dock = System.Windows.Forms.DockStyle.Fill;
111      this.labelEnable.Location = new System.Drawing.Point(0, 0);
112      this.labelEnable.Margin = new System.Windows.Forms.Padding(0);
113      this.labelEnable.Name = "labelEnable";
114      this.labelEnable.Size = new System.Drawing.Size(100, 24);
115      this.labelEnable.TabIndex = 3;
116      this.labelEnable.Text = "Enable";
117      this.labelEnable.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
118      //
119      // checkBoxActive
120      //
121      this.checkBoxActive.AutoSize = true;
122      this.checkBoxActive.Dock = System.Windows.Forms.DockStyle.Fill;
123      this.checkBoxActive.Location = new System.Drawing.Point(100, 0);
124      this.checkBoxActive.Margin = new System.Windows.Forms.Padding(0);
125      this.checkBoxActive.Name = "checkBoxActive";
126      this.checkBoxActive.Size = new System.Drawing.Size(394, 24);
127      this.checkBoxActive.TabIndex = 2;
128      this.checkBoxActive.UseVisualStyleBackColor = true;
129      //
130      // tableLayoutPanel5
131      //
132      this.tableLayoutPanel5.ColumnCount = 2;
133      this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
134      this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
135      this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
136      this.tableLayoutPanel5.Controls.Add(this.textBoxDescription, 1, 2);
137      this.tableLayoutPanel5.Controls.Add(this.textBoxName, 1, 1);
138      this.tableLayoutPanel5.Controls.Add(this.checkBoxActive, 1, 0);
139      this.tableLayoutPanel5.Controls.Add(this.label1, 0, 1);
140      this.tableLayoutPanel5.Controls.Add(this.labelDescription, 0, 2);
141      this.tableLayoutPanel5.Controls.Add(this.labelEnable, 0, 0);
142      this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
143      this.tableLayoutPanel5.Location = new System.Drawing.Point(0, 0);
144      this.tableLayoutPanel5.Margin = new System.Windows.Forms.Padding(0);
145      this.tableLayoutPanel5.Name = "tableLayoutPanel5";
146      this.tableLayoutPanel5.RowCount = 3;
147      this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
148      this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
149      this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
150      this.tableLayoutPanel5.Size = new System.Drawing.Size(494, 75);
151      this.tableLayoutPanel5.TabIndex = 17;
152      //
153      // JsonItemBaseControl
154      //
155      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
156      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
157      this.Controls.Add(this.tableLayoutPanel1);
158      this.errorProvider.SetIconAlignment(this, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
159      this.Name = "JsonItemBaseControl";
160      this.Padding = new System.Windows.Forms.Padding(3);
161      this.Size = new System.Drawing.Size(500, 600);
162      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
163      this.tableLayoutPanel1.ResumeLayout(false);
164      this.tableLayoutPanel5.ResumeLayout(false);
165      this.tableLayoutPanel5.PerformLayout();
166      this.ResumeLayout(false);
167
168    }
169
170    #endregion
171    protected System.Windows.Forms.ErrorProvider errorProvider;
172    protected System.Windows.Forms.Label labelEnable;
173    protected System.Windows.Forms.CheckBox checkBoxActive;
174    protected System.Windows.Forms.TextBox textBoxName;
175    protected System.Windows.Forms.Label label1;
176    protected System.Windows.Forms.Label labelDescription;
177    protected System.Windows.Forms.TextBox textBoxDescription;
178    protected System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
179    private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
180  }
181}
Note: See TracBrowser for help on using the repository browser.