Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4/ParsedConstraintView.designer.cs @ 16772

Last change on this file since 16772 was 16772, checked in by chaider, 5 years ago

#2971 Changed IntervalConstraints View

File size: 7.3 KB
Line 
1namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
2  partial class ParsedConstraintView {
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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ParsedConstraintView));
27      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
28      this.groupBox1 = new System.Windows.Forms.GroupBox();
29      this.constraintsInput = new System.Windows.Forms.TextBox();
30      this.parseBtn = new System.Windows.Forms.Button();
31      this.label1 = new System.Windows.Forms.Label();
32      this.groupBox2 = new System.Windows.Forms.GroupBox();
33      //this.constraintsOutput = new System.Windows.Forms.Label();
34      this.constraintsOutput = new HeuristicLab.Core.Views.ItemListView<IntervalConstraint>();
35      this.errorOutput = new System.Windows.Forms.Label();
36      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
37      this.splitContainer1.Panel1.SuspendLayout();
38      this.splitContainer1.Panel2.SuspendLayout();
39      this.splitContainer1.SuspendLayout();
40      this.groupBox1.SuspendLayout();
41      this.groupBox2.SuspendLayout();
42      this.SuspendLayout();
43      //
44      // splitContainer1
45      //
46      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
47      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
48      this.splitContainer1.Name = "splitContainer1";
49      //
50      // splitContainer1.Panel1
51      //
52      this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
53      //
54      // splitContainer1.Panel2
55      //
56      this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
57      this.splitContainer1.Size = new System.Drawing.Size(888, 629);
58      this.splitContainer1.SplitterDistance = 296;
59      this.splitContainer1.TabIndex = 0;
60      //
61      // groupBox1
62      //
63      this.groupBox1.Controls.Add(this.constraintsInput);
64      this.groupBox1.Controls.Add(this.parseBtn);
65      this.groupBox1.Controls.Add(this.label1);
66      this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
67      this.groupBox1.Location = new System.Drawing.Point(0, 0);
68      this.groupBox1.Name = "groupBox1";
69      this.groupBox1.Size = new System.Drawing.Size(296, 629);
70      this.groupBox1.TabIndex = 3;
71      this.groupBox1.TabStop = false;
72      this.groupBox1.Text = "Constraints Input";
73      //
74      // constraintsInput
75      //
76      this.constraintsInput.AcceptsTab = true;
77      this.constraintsInput.Dock = System.Windows.Forms.DockStyle.Fill;
78      this.constraintsInput.Location = new System.Drawing.Point(3, 198);
79      this.constraintsInput.Multiline = true;
80      this.constraintsInput.Name = "constraintsInput";
81      this.constraintsInput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
82      this.constraintsInput.Size = new System.Drawing.Size(290, 405);
83      this.constraintsInput.TabIndex = 2;
84      this.constraintsInput.TextChanged += new System.EventHandler(this.constraintsInput_TextChanged);
85      //
86      // parseBtn
87      //
88      this.parseBtn.Dock = System.Windows.Forms.DockStyle.Bottom;
89      this.parseBtn.Location = new System.Drawing.Point(3, 603);
90      this.parseBtn.Name = "parseBtn";
91      this.parseBtn.Size = new System.Drawing.Size(290, 23);
92      this.parseBtn.TabIndex = 1;
93      this.parseBtn.Text = "Parse Constraints";
94      this.parseBtn.UseVisualStyleBackColor = true;
95      this.parseBtn.Click += new System.EventHandler(this.parseBtn_Click);
96      //
97      // label1
98      //
99      this.label1.AutoSize = true;
100      this.label1.Dock = System.Windows.Forms.DockStyle.Top;
101      this.label1.Location = new System.Drawing.Point(3, 16);
102      this.label1.Name = "label1";
103      this.label1.Size = new System.Drawing.Size(250, 182);
104      this.label1.TabIndex = 0;
105      this.label1.Text = resources.GetString("label1.Text");
106      //
107      // groupBox2
108      //
109      this.groupBox2.Controls.Add(this.constraintsOutput);
110      this.groupBox2.Controls.Add(this.errorOutput);
111      this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
112      this.groupBox2.Location = new System.Drawing.Point(0, 0);
113      this.groupBox2.Name = "groupBox2";
114      this.groupBox2.Size = new System.Drawing.Size(588, 629);
115      this.groupBox2.TabIndex = 0;
116      this.groupBox2.TabStop = false;
117      this.groupBox2.Text = "Parsed Constraints";
118      //
119      // constraintsOutput
120      //
121      this.constraintsOutput.Dock = System.Windows.Forms.DockStyle.Fill;
122      this.constraintsOutput.Location = new System.Drawing.Point(3, 16);
123      this.constraintsOutput.Name = "constraintsOutput";
124      this.constraintsOutput.Size = new System.Drawing.Size(582, 587);
125      this.constraintsOutput.TabIndex = 2;
126      //
127      // errorOutput
128      //
129      this.errorOutput.Dock = System.Windows.Forms.DockStyle.Bottom;
130      this.errorOutput.ForeColor = System.Drawing.Color.Red;
131      this.errorOutput.Location = new System.Drawing.Point(3, 603);
132      this.errorOutput.Name = "errorOutput";
133      this.errorOutput.Size = new System.Drawing.Size(582, 23);
134      this.errorOutput.TabIndex = 1;
135      this.errorOutput.Text = "ERROR";
136      this.errorOutput.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
137      //
138      // ParsedConstraintView
139      //
140      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
141      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
142      this.Controls.Add(this.splitContainer1);
143      this.Name = "ParsedConstraintView";
144      this.Size = new System.Drawing.Size(888, 629);
145      this.splitContainer1.Panel1.ResumeLayout(false);
146      this.splitContainer1.Panel2.ResumeLayout(false);
147      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
148      this.splitContainer1.ResumeLayout(false);
149      this.groupBox1.ResumeLayout(false);
150      this.groupBox1.PerformLayout();
151      this.groupBox2.ResumeLayout(false);
152      this.ResumeLayout(false);
153
154    }
155
156    #endregion
157
158    private System.Windows.Forms.SplitContainer splitContainer1;
159    private System.Windows.Forms.GroupBox groupBox1;
160    private System.Windows.Forms.Button parseBtn;
161    private System.Windows.Forms.Label label1;
162    private System.Windows.Forms.TextBox constraintsInput;
163    private System.Windows.Forms.GroupBox groupBox2;
164    private System.Windows.Forms.Label errorOutput;
165
166    //private System.Windows.Forms.Label constraintsOutput;
167    private HeuristicLab.Core.Views.ItemListView<IntervalConstraint> constraintsOutput;
168  }
169}
Note: See TracBrowser for help on using the repository browser.