Free cookie consent management tool by TermsFeed Policy Generator

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

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

#3026:

  • refactored inheritance structure of json items, now the default JsonItem is an abstract class without properties Value and Range -> splitted up into new interfaces
  • updated view models for new json item structure
  • updated SingleLineArrayJsonWriter
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.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
31      this.textBoxDescription = new System.Windows.Forms.TextBox();
32      this.checkBoxActive = new System.Windows.Forms.CheckBox();
33      this.label1 = new System.Windows.Forms.Label();
34      this.labelDescription = new System.Windows.Forms.Label();
35      this.labelEnable = new System.Windows.Forms.Label();
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, 25);
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      // tableLayoutPanel5
75      //
76      this.tableLayoutPanel5.ColumnCount = 2;
77      this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
78      this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
79      this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
80      this.tableLayoutPanel5.Controls.Add(this.textBoxDescription, 1, 2);
81      this.tableLayoutPanel5.Controls.Add(this.textBoxName, 1, 1);
82      this.tableLayoutPanel5.Controls.Add(this.checkBoxActive, 1, 0);
83      this.tableLayoutPanel5.Controls.Add(this.label1, 0, 1);
84      this.tableLayoutPanel5.Controls.Add(this.labelDescription, 0, 2);
85      this.tableLayoutPanel5.Controls.Add(this.labelEnable, 0, 0);
86      this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
87      this.tableLayoutPanel5.Location = new System.Drawing.Point(0, 0);
88      this.tableLayoutPanel5.Margin = new System.Windows.Forms.Padding(0);
89      this.tableLayoutPanel5.Name = "tableLayoutPanel5";
90      this.tableLayoutPanel5.RowCount = 3;
91      this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
92      this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
93      this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
94      this.tableLayoutPanel5.Size = new System.Drawing.Size(494, 75);
95      this.tableLayoutPanel5.TabIndex = 17;
96      //
97      // textBoxDescription
98      //
99      this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
100      this.textBoxDescription.Location = new System.Drawing.Point(100, 52);
101      this.textBoxDescription.Margin = new System.Windows.Forms.Padding(0, 2, 0, 0);
102      this.textBoxDescription.Name = "textBoxDescription";
103      this.textBoxDescription.Size = new System.Drawing.Size(394, 20);
104      this.textBoxDescription.TabIndex = 14;
105      //
106      // checkBoxActive
107      //
108      this.checkBoxActive.AutoSize = true;
109      this.checkBoxActive.Dock = System.Windows.Forms.DockStyle.Fill;
110      this.checkBoxActive.Location = new System.Drawing.Point(100, 0);
111      this.checkBoxActive.Margin = new System.Windows.Forms.Padding(0);
112      this.checkBoxActive.Name = "checkBoxActive";
113      this.checkBoxActive.Size = new System.Drawing.Size(394, 25);
114      this.checkBoxActive.TabIndex = 2;
115      this.checkBoxActive.UseVisualStyleBackColor = true;
116      //
117      // label1
118      //
119      this.label1.AutoSize = true;
120      this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
121      this.label1.Location = new System.Drawing.Point(0, 25);
122      this.label1.Margin = new System.Windows.Forms.Padding(0);
123      this.label1.Name = "label1";
124      this.label1.Size = new System.Drawing.Size(100, 25);
125      this.label1.TabIndex = 9;
126      this.label1.Text = "Name";
127      this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
128      //
129      // labelDescription
130      //
131      this.labelDescription.AutoSize = true;
132      this.labelDescription.Dock = System.Windows.Forms.DockStyle.Fill;
133      this.labelDescription.Location = new System.Drawing.Point(0, 50);
134      this.labelDescription.Margin = new System.Windows.Forms.Padding(0);
135      this.labelDescription.Name = "labelDescription";
136      this.labelDescription.Size = new System.Drawing.Size(100, 25);
137      this.labelDescription.TabIndex = 13;
138      this.labelDescription.Text = "Description";
139      this.labelDescription.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
140      //
141      // labelEnable
142      //
143      this.labelEnable.AutoSize = true;
144      this.labelEnable.Dock = System.Windows.Forms.DockStyle.Fill;
145      this.labelEnable.Location = new System.Drawing.Point(0, 0);
146      this.labelEnable.Margin = new System.Windows.Forms.Padding(0);
147      this.labelEnable.Name = "labelEnable";
148      this.labelEnable.Size = new System.Drawing.Size(100, 25);
149      this.labelEnable.TabIndex = 3;
150      this.labelEnable.Text = "Enable";
151      this.labelEnable.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
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.