Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4/ProblemDataConstraintView.designer.cs @ 17370

Last change on this file since 17370 was 17370, checked in by chaider, 4 years ago

#2971 Removed the possibility of declaring open and closed intervals. All intervals are closed intervals now.

File size: 8.4 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21using System;
22using System.Drawing;
23using System.Windows.Forms;
24using HeuristicLab.Core.Views;
25
26namespace HeuristicLab.Problems.DataAnalysis.Views {
27  partial class ProblemDataConstraintView {
28    /// <summary>
29    /// Required designer variable.
30    /// </summary>
31    private System.ComponentModel.IContainer components = null;
32
33    /// <summary>
34    /// Clean up any resources being used.
35    /// </summary>
36    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
37    protected override void Dispose(bool disposing) {
38      if (disposing && (components != null)) {
39        components.Dispose();
40      }
41      base.Dispose(disposing);
42    }
43
44    #region Component Designer generated code
45
46    /// <summary>
47    /// Required method for Designer support - do not modify
48    /// the contents of this method with the code editor.
49    /// </summary>
50    private void InitializeComponent() {
51      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProblemDataConstraintView));
52      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
53      this.groupBox1 = new System.Windows.Forms.GroupBox();
54      this.constraintsInput = new System.Windows.Forms.TextBox();
55      this.parseBtn = new System.Windows.Forms.Button();
56      this.errorOutput = new System.Windows.Forms.Label();
57      this.label1 = new System.Windows.Forms.Label();
58      this.intervalConstraintsView = new CheckedItemListView<IntervalConstraint>();
59      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
60      this.splitContainer1.Panel1.SuspendLayout();
61      this.splitContainer1.Panel2.SuspendLayout();
62      this.splitContainer1.SuspendLayout();
63      this.groupBox1.SuspendLayout();
64      this.SuspendLayout();
65      //
66      // splitContainer1
67      //
68      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
69      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
70      this.splitContainer1.Name = "splitContainer1";
71      //
72      // splitContainer1.Panel1
73      //
74      this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
75      //
76      // splitContainer1.Panel2
77      //
78      this.splitContainer1.Panel2.Controls.Add(this.intervalConstraintsView);
79      this.splitContainer1.Size = new System.Drawing.Size(888, 629);
80      this.splitContainer1.SplitterDistance = 296;
81      this.splitContainer1.TabIndex = 0;
82      //
83      // groupBox1
84      //
85      this.groupBox1.Controls.Add(this.constraintsInput);
86      this.groupBox1.Controls.Add(this.parseBtn);
87      this.groupBox1.Controls.Add(this.errorOutput);
88      this.groupBox1.Controls.Add(this.label1);
89      this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
90      this.groupBox1.Location = new System.Drawing.Point(0, 0);
91      this.groupBox1.Name = "groupBox1";
92      this.groupBox1.Size = new System.Drawing.Size(296, 629);
93      this.groupBox1.TabIndex = 3;
94      this.groupBox1.TabStop = false;
95      this.groupBox1.Text = "Constraints Input";
96      //
97      // constraintsInput
98      //
99      this.constraintsInput.AcceptsTab = true;
100      this.constraintsInput.Dock = System.Windows.Forms.DockStyle.Fill;
101      this.constraintsInput.Location = new System.Drawing.Point(3, 185);
102      this.constraintsInput.Multiline = true;
103      this.constraintsInput.Name = "constraintsInput";
104      this.constraintsInput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
105      this.constraintsInput.Size = new System.Drawing.Size(290, 405);
106      this.constraintsInput.TabIndex = 2;
107      this.constraintsInput.TextChanged += new System.EventHandler(this.constraintsInput_TextChanged);
108      //
109      // parseBtn
110      //
111      this.parseBtn.Dock = System.Windows.Forms.DockStyle.Bottom;
112      this.parseBtn.Location = new System.Drawing.Point(3, 590);
113      this.parseBtn.Name = "parseBtn";
114      this.parseBtn.Size = new System.Drawing.Size(290, 23);
115      this.parseBtn.TabIndex = 1;
116      this.parseBtn.Text = "Parse Constraints";
117      this.parseBtn.UseVisualStyleBackColor = true;
118      this.parseBtn.Click += new System.EventHandler(this.parseBtn_Click);
119      //
120      // errorOutput
121      //
122      this.errorOutput.MaximumSize = new Size(350, 0);
123      this.errorOutput.AutoSize = true;
124      this.errorOutput.ForeColor = Color.DarkRed;
125      this.errorOutput.Dock = System.Windows.Forms.DockStyle.Bottom;
126      this.errorOutput.Location = new System.Drawing.Point(3, 613);
127      this.errorOutput.Name = "errorOutput";
128      this.errorOutput.Size = new System.Drawing.Size(35, 13);
129      this.errorOutput.TabIndex = 3;
130      this.errorOutput.Text = "label2";
131      //
132      // label1
133      //
134      this.label1.AutoSize = true;
135      this.label1.Dock = System.Windows.Forms.DockStyle.Top;
136      this.label1.Location = new System.Drawing.Point(3, 16);
137      this.label1.Name = "label1";
138      this.label1.Size = new System.Drawing.Size(354, 169);
139      this.label1.TabIndex = 0;
140      this.label1.Text = "To define target variable constraints:" + Environment.NewLine +
141                         "1. Start the definition with target:" + Environment.NewLine +
142                         "2. Specify the target variable between '-characters" + Environment.NewLine +
143                         "3. Add the keyword in" + Environment.NewLine +
144                         "4. Specify the interval with [lowerbound .. upperbound]" + Environment.NewLine +
145                         "To define a derivation constraint: " + Environment.NewLine +
146                         "1. Start with d or \u2202" + Environment.NewLine +
147                         "2. Specify the target between '-characters" + Environment.NewLine +
148                         "3. Separate target and derivation variable with /" + Environment.NewLine +
149                         "4. Add derivation variable between '-characters'" + Environment.NewLine +
150                         "5. Follow the steps 3-4 from above";
151      //
152      // intervalConstraintsView
153      //
154      this.intervalConstraintsView.Dock = System.Windows.Forms.DockStyle.Fill;
155      this.intervalConstraintsView.Location = new System.Drawing.Point(0, 0);
156      this.intervalConstraintsView.Name = "intervalConstraintsView";
157      this.intervalConstraintsView.Size = new System.Drawing.Size(588, 20);
158      this.intervalConstraintsView.TabIndex = 2;
159      //
160      // ProblemDataConstraintView
161      //
162      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
163      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
164      this.Controls.Add(this.splitContainer1);
165      this.Name = "ProblemDataConstraintView";
166      this.Size = new System.Drawing.Size(888, 629);
167      this.splitContainer1.Panel1.ResumeLayout(false);
168      this.splitContainer1.Panel2.ResumeLayout(false);
169      this.splitContainer1.Panel2.PerformLayout();
170      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
171      this.splitContainer1.ResumeLayout(false);
172      this.groupBox1.ResumeLayout(false);
173      this.groupBox1.PerformLayout();
174      this.ResumeLayout(false);
175
176    }
177
178    #endregion
179
180    private System.Windows.Forms.SplitContainer splitContainer1;
181    private System.Windows.Forms.GroupBox groupBox1;
182    private System.Windows.Forms.Button parseBtn;
183    private System.Windows.Forms.Label label1;
184    private HeuristicLab.Core.Views.CheckedItemListView<IntervalConstraint> intervalConstraintsView;
185    private System.Windows.Forms.TextBox constraintsInput;
186    private Label errorOutput;
187  }
188}
Note: See TracBrowser for help on using the repository browser.