Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Views/NumericRangeControl.Designer.cs @ 17829

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

#3026

  • moved JsonItems from Models to JsonItems
  • moved WinForms controls from Shared to Views
File size: 8.1 KB
RevLine 
[17410]1namespace HeuristicLab.JsonInterface.OptimizerIntegration {
[17405]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() {
[17444]26      this.components = new System.ComponentModel.Container();
[17405]27      this.groupBox2 = new System.Windows.Forms.GroupBox();
[17828]28      this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
[17405]29      this.textBoxTo = new System.Windows.Forms.TextBox();
[17471]30      this.textBoxFrom = new System.Windows.Forms.TextBox();
[17444]31      this.checkBoxFrom = new System.Windows.Forms.CheckBox();
[17828]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();
[17405]35      this.groupBox2.SuspendLayout();
[17828]36      this.tableLayoutPanel2.SuspendLayout();
[17444]37      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
[17828]38      this.tableLayoutPanel1.SuspendLayout();
[17405]39      this.SuspendLayout();
40      //
41      // groupBox2
42      //
[17471]43      this.groupBox2.Controls.Add(this.tableLayoutPanel2);
[17444]44      this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
45      this.groupBox2.Location = new System.Drawing.Point(0, 0);
[17471]46      this.groupBox2.Margin = new System.Windows.Forms.Padding(0);
[17405]47      this.groupBox2.Name = "groupBox2";
[17471]48      this.groupBox2.Size = new System.Drawing.Size(526, 63);
[17405]49      this.groupBox2.TabIndex = 19;
50      this.groupBox2.TabStop = false;
51      this.groupBox2.Text = "Range";
52      //
[17828]53      // tableLayoutPanel2
[17405]54      //
[17828]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;
[17405]72      //
73      // textBoxTo
74      //
[17471]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);
[17405]79      this.textBoxTo.Name = "textBoxTo";
80      this.textBoxTo.ReadOnly = true;
[17471]81      this.textBoxTo.Size = new System.Drawing.Size(420, 20);
[17405]82      this.textBoxTo.TabIndex = 6;
[17444]83      this.textBoxTo.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxTo_Validating);
[17405]84      //
[17471]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      //
[17444]97      // checkBoxFrom
98      //
99      this.checkBoxFrom.AutoSize = true;
[17471]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);
[17444]103      this.checkBoxFrom.Name = "checkBoxFrom";
[17471]104      this.checkBoxFrom.Size = new System.Drawing.Size(100, 22);
[17444]105      this.checkBoxFrom.TabIndex = 4;
[17446]106      this.checkBoxFrom.Text = "From:";
[17444]107      this.checkBoxFrom.UseVisualStyleBackColor = true;
108      //
[17828]109      // checkBoxTo
[17444]110      //
[17828]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;
[17444]120      //
[17828]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      //
[17405]140      // NumericRangeControl
141      //
142      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
143      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[17828]144      this.Controls.Add(this.tableLayoutPanel1);
[17405]145      this.Name = "NumericRangeControl";
[17471]146      this.Size = new System.Drawing.Size(526, 63);
[17405]147      this.groupBox2.ResumeLayout(false);
[17471]148      this.tableLayoutPanel2.ResumeLayout(false);
149      this.tableLayoutPanel2.PerformLayout();
[17828]150      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
151      this.tableLayoutPanel1.ResumeLayout(false);
[17405]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;
[17471]160    private System.Windows.Forms.ErrorProvider errorProvider;
[17405]161    private System.Windows.Forms.CheckBox checkBoxFrom;
[17471]162    private System.Windows.Forms.TextBox textBoxFrom;
163    private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
[17828]164    private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
[17405]165  }
166}
Note: See TracBrowser for help on using the repository browser.