Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Shared/NumericRangeControl.Designer.cs @ 17828

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

#3026

  • removed the option to set the value for JsonItems via exporter
    • reworked some base controls
    • added new controls for JsonItem specific properties (e.g. ArrayResizable)
    • deleted a lot of obsolet controls
  • removed the Enable checkbox in the detail view of JsonItems
  • exporter now clones the IOptimizer object
  • added a check + message for unsupported exports
  • list of JsonItems now includes unsupported JsonItems (disabled and marked with 'unsupported')
  • refactored the converter type check
    • now every converter has to specify its supported type(s)
File size: 8.1 KB
Line 
1namespace HeuristicLab.JsonInterface.OptimizerIntegration {
2  partial class NumericRangeControl {
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.groupBox2 = new System.Windows.Forms.GroupBox();
28      this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
29      this.textBoxTo = new System.Windows.Forms.TextBox();
30      this.textBoxFrom = new System.Windows.Forms.TextBox();
31      this.checkBoxFrom = new System.Windows.Forms.CheckBox();
32      this.checkBoxTo = new System.Windows.Forms.CheckBox();
33      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
34      this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
35      this.groupBox2.SuspendLayout();
36      this.tableLayoutPanel2.SuspendLayout();
37      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
38      this.tableLayoutPanel1.SuspendLayout();
39      this.SuspendLayout();
40      //
41      // groupBox2
42      //
43      this.groupBox2.Controls.Add(this.tableLayoutPanel2);
44      this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
45      this.groupBox2.Location = new System.Drawing.Point(0, 0);
46      this.groupBox2.Margin = new System.Windows.Forms.Padding(0);
47      this.groupBox2.Name = "groupBox2";
48      this.groupBox2.Size = new System.Drawing.Size(526, 63);
49      this.groupBox2.TabIndex = 19;
50      this.groupBox2.TabStop = false;
51      this.groupBox2.Text = "Range";
52      //
53      // tableLayoutPanel2
54      //
55      this.tableLayoutPanel2.ColumnCount = 2;
56      this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
57      this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
58      this.tableLayoutPanel2.Controls.Add(this.textBoxTo, 1, 1);
59      this.tableLayoutPanel2.Controls.Add(this.textBoxFrom, 1, 0);
60      this.tableLayoutPanel2.Controls.Add(this.checkBoxFrom, 0, 0);
61      this.tableLayoutPanel2.Controls.Add(this.checkBoxTo, 0, 1);
62      this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
63      this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
64      this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
65      this.tableLayoutPanel2.Name = "tableLayoutPanel2";
66      this.tableLayoutPanel2.RowCount = 2;
67      this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
68      this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
69      this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
70      this.tableLayoutPanel2.Size = new System.Drawing.Size(520, 44);
71      this.tableLayoutPanel2.TabIndex = 22;
72      //
73      // textBoxTo
74      //
75      this.textBoxTo.Dock = System.Windows.Forms.DockStyle.Fill;
76      this.errorProvider.SetIconAlignment(this.textBoxTo, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
77      this.textBoxTo.Location = new System.Drawing.Point(100, 22);
78      this.textBoxTo.Margin = new System.Windows.Forms.Padding(0);
79      this.textBoxTo.Name = "textBoxTo";
80      this.textBoxTo.ReadOnly = true;
81      this.textBoxTo.Size = new System.Drawing.Size(420, 20);
82      this.textBoxTo.TabIndex = 6;
83      this.textBoxTo.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxTo_Validating);
84      //
85      // textBoxFrom
86      //
87      this.textBoxFrom.Dock = System.Windows.Forms.DockStyle.Fill;
88      this.errorProvider.SetIconAlignment(this.textBoxFrom, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
89      this.textBoxFrom.Location = new System.Drawing.Point(100, 0);
90      this.textBoxFrom.Margin = new System.Windows.Forms.Padding(0);
91      this.textBoxFrom.Name = "textBoxFrom";
92      this.textBoxFrom.ReadOnly = true;
93      this.textBoxFrom.Size = new System.Drawing.Size(420, 20);
94      this.textBoxFrom.TabIndex = 2;
95      this.textBoxFrom.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxFrom_Validating);
96      //
97      // checkBoxFrom
98      //
99      this.checkBoxFrom.AutoSize = true;
100      this.checkBoxFrom.Dock = System.Windows.Forms.DockStyle.Fill;
101      this.checkBoxFrom.Location = new System.Drawing.Point(0, 0);
102      this.checkBoxFrom.Margin = new System.Windows.Forms.Padding(0);
103      this.checkBoxFrom.Name = "checkBoxFrom";
104      this.checkBoxFrom.Size = new System.Drawing.Size(100, 22);
105      this.checkBoxFrom.TabIndex = 4;
106      this.checkBoxFrom.Text = "From:";
107      this.checkBoxFrom.UseVisualStyleBackColor = true;
108      //
109      // checkBoxTo
110      //
111      this.checkBoxTo.AutoSize = true;
112      this.checkBoxTo.Dock = System.Windows.Forms.DockStyle.Fill;
113      this.checkBoxTo.Location = new System.Drawing.Point(0, 22);
114      this.checkBoxTo.Margin = new System.Windows.Forms.Padding(0);
115      this.checkBoxTo.Name = "checkBoxTo";
116      this.checkBoxTo.Size = new System.Drawing.Size(100, 22);
117      this.checkBoxTo.TabIndex = 7;
118      this.checkBoxTo.Text = "To:";
119      this.checkBoxTo.UseVisualStyleBackColor = true;
120      //
121      // errorProvider
122      //
123      this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
124      this.errorProvider.ContainerControl = this;
125      //
126      // tableLayoutPanel1
127      //
128      this.tableLayoutPanel1.ColumnCount = 1;
129      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
130      this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 0);
131      this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
132      this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
133      this.tableLayoutPanel1.Name = "tableLayoutPanel1";
134      this.tableLayoutPanel1.RowCount = 2;
135      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 63F));
136      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
137      this.tableLayoutPanel1.Size = new System.Drawing.Size(526, 63);
138      this.tableLayoutPanel1.TabIndex = 23;
139      //
140      // NumericRangeControl
141      //
142      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
143      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
144      this.Controls.Add(this.tableLayoutPanel1);
145      this.Name = "NumericRangeControl";
146      this.Size = new System.Drawing.Size(526, 63);
147      this.groupBox2.ResumeLayout(false);
148      this.tableLayoutPanel2.ResumeLayout(false);
149      this.tableLayoutPanel2.PerformLayout();
150      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
151      this.tableLayoutPanel1.ResumeLayout(false);
152      this.ResumeLayout(false);
153
154    }
155
156    #endregion
157    private System.Windows.Forms.GroupBox groupBox2;
158    private System.Windows.Forms.CheckBox checkBoxTo;
159    private System.Windows.Forms.TextBox textBoxTo;
160    private System.Windows.Forms.ErrorProvider errorProvider;
161    private System.Windows.Forms.CheckBox checkBoxFrom;
162    private System.Windows.Forms.TextBox textBoxFrom;
163    private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
164    private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
165  }
166}
Note: See TracBrowser for help on using the repository browser.