Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Views/JsonItemRangeControl.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: 7.4 KB
RevLine 
[17404]1namespace HeuristicLab.JsonInterface.OptimizerIntegration {
2  partial class JsonItemRangeControl {
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() {
[17464]26      this.components = new System.ComponentModel.Container();
[17404]27      this.groupBox1 = new System.Windows.Forms.GroupBox();
[17473]28      this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
29      this.label2 = new System.Windows.Forms.Label();
[17404]30      this.textBoxValueTo = new System.Windows.Forms.TextBox();
[17473]31      this.textBoxValueFrom = new System.Windows.Forms.TextBox();
[17404]32      this.label4 = new System.Windows.Forms.Label();
[17471]33      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
[17454]34      this.numericRangeControl = new HeuristicLab.JsonInterface.OptimizerIntegration.NumericRangeControl();
[17464]35      this.groupBox1.SuspendLayout();
[17473]36      this.tableLayoutPanel1.SuspendLayout();
[17454]37      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
[17404]38      this.SuspendLayout();
39      //
40      // groupBox1
41      //
42      this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
43            | System.Windows.Forms.AnchorStyles.Right)));
[17471]44      this.groupBox1.Controls.Add(this.tableLayoutPanel1);
[17464]45      this.groupBox1.Location = new System.Drawing.Point(0, 0);
46      this.groupBox1.Margin = new System.Windows.Forms.Padding(0);
[17404]47      this.groupBox1.Name = "groupBox1";
[17464]48      this.groupBox1.Size = new System.Drawing.Size(500, 68);
[17404]49      this.groupBox1.TabIndex = 17;
50      this.groupBox1.TabStop = false;
51      this.groupBox1.Text = "Value";
52      //
[17473]53      // tableLayoutPanel1
[17404]54      //
[17473]55      this.tableLayoutPanel1.ColumnCount = 2;
56      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
57      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
58      this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0);
59      this.tableLayoutPanel1.Controls.Add(this.textBoxValueTo, 1, 1);
60      this.tableLayoutPanel1.Controls.Add(this.textBoxValueFrom, 1, 0);
61      this.tableLayoutPanel1.Controls.Add(this.label4, 0, 1);
62      this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
63      this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
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.Percent, 50F));
68      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
69      this.tableLayoutPanel1.Size = new System.Drawing.Size(494, 49);
70      this.tableLayoutPanel1.TabIndex = 19;
[17404]71      //
72      // label2
73      //
74      this.label2.AutoSize = true;
[17471]75      this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
76      this.label2.Location = new System.Drawing.Point(0, 0);
77      this.label2.Margin = new System.Windows.Forms.Padding(0);
[17404]78      this.label2.Name = "label2";
[17471]79      this.label2.Size = new System.Drawing.Size(100, 24);
[17404]80      this.label2.TabIndex = 0;
[17454]81      this.label2.Text = "From:";
[17471]82      this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
[17404]83      //
[17473]84      // textBoxValueTo
[17471]85      //
[17473]86      this.textBoxValueTo.Dock = System.Windows.Forms.DockStyle.Fill;
87      this.textBoxValueTo.Location = new System.Drawing.Point(100, 24);
88      this.textBoxValueTo.Margin = new System.Windows.Forms.Padding(0);
89      this.textBoxValueTo.Name = "textBoxValueTo";
90      this.textBoxValueTo.Size = new System.Drawing.Size(394, 20);
91      this.textBoxValueTo.TabIndex = 3;
[17471]92      //
93      // textBoxValueFrom
94      //
95      this.textBoxValueFrom.Dock = System.Windows.Forms.DockStyle.Fill;
96      this.textBoxValueFrom.Location = new System.Drawing.Point(100, 0);
97      this.textBoxValueFrom.Margin = new System.Windows.Forms.Padding(0);
98      this.textBoxValueFrom.Name = "textBoxValueFrom";
99      this.textBoxValueFrom.Size = new System.Drawing.Size(394, 20);
100      this.textBoxValueFrom.TabIndex = 2;
101      //
[17473]102      // label4
[17471]103      //
[17473]104      this.label4.AutoSize = true;
105      this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
106      this.label4.Location = new System.Drawing.Point(0, 24);
107      this.label4.Margin = new System.Windows.Forms.Padding(0);
108      this.label4.Name = "label4";
109      this.label4.Size = new System.Drawing.Size(100, 25);
110      this.label4.TabIndex = 1;
111      this.label4.Text = "To:";
112      this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
[17471]113      //
[17473]114      // errorProvider
115      //
116      this.errorProvider.ContainerControl = this;
117      //
[17454]118      // numericRangeControl
[17404]119      //
[17454]120      this.numericRangeControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[17432]121            | System.Windows.Forms.AnchorStyles.Right)));
[17464]122      this.numericRangeControl.Location = new System.Drawing.Point(0, 71);
[17471]123      this.numericRangeControl.Margin = new System.Windows.Forms.Padding(0);
[17454]124      this.numericRangeControl.Name = "numericRangeControl";
[17464]125      this.numericRangeControl.Size = new System.Drawing.Size(500, 74);
[17454]126      this.numericRangeControl.TabIndex = 18;
[17404]127      //
128      // JsonItemRangeControl
129      //
130      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
131      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[17454]132      this.Controls.Add(this.numericRangeControl);
[17404]133      this.Controls.Add(this.groupBox1);
[17454]134      this.errorProvider.SetIconAlignment(this, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
[17471]135      this.Margin = new System.Windows.Forms.Padding(0);
[17404]136      this.Name = "JsonItemRangeControl";
[17471]137      this.Size = new System.Drawing.Size(500, 147);
[17404]138      this.groupBox1.ResumeLayout(false);
[17471]139      this.tableLayoutPanel1.ResumeLayout(false);
140      this.tableLayoutPanel1.PerformLayout();
[17473]141      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
[17404]142      this.ResumeLayout(false);
143
144    }
145
146    #endregion
147
148    private System.Windows.Forms.GroupBox groupBox1;
149    private System.Windows.Forms.TextBox textBoxValueTo;
150    private System.Windows.Forms.Label label4;
151    private System.Windows.Forms.Label label2;
[17454]152    private NumericRangeControl numericRangeControl;
[17464]153    private System.Windows.Forms.ErrorProvider errorProvider;
[17471]154    private System.Windows.Forms.TextBox textBoxValueFrom;
155    private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
[17404]156  }
157}
Note: See TracBrowser for help on using the repository browser.