Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 17146 was 17146, checked in by mkommend, 5 years ago

#2971: Renamed views and updated error messages in constraint parser.

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;
22
23namespace HeuristicLab.Problems.DataAnalysis.Views {
24  partial class ProblemDataConstraintView {
25    /// <summary>
26    /// Required designer variable.
27    /// </summary>
28    private System.ComponentModel.IContainer components = null;
29
30    /// <summary>
31    /// Clean up any resources being used.
32    /// </summary>
33    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
34    protected override void Dispose(bool disposing) {
35      if (disposing && (components != null)) {
36        components.Dispose();
37      }
38      base.Dispose(disposing);
39    }
40
41    #region Component Designer generated code
42
43    /// <summary>
44    /// Required method for Designer support - do not modify
45    /// the contents of this method with the code editor.
46    /// </summary>
47    private void InitializeComponent() {
48      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProblemDataConstraintView));
49      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
50      this.groupBox1 = new System.Windows.Forms.GroupBox();
51      this.constraintsInput = new System.Windows.Forms.TextBox();
52      this.parseBtn = new System.Windows.Forms.Button();
53      this.label1 = new System.Windows.Forms.Label();
54      this.intervalConstraintsView = new HeuristicLab.Core.Views.CheckedItemListView<IntervalConstraint>();
55      this.errorOutput = new System.Windows.Forms.Label();
56      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
57      this.splitContainer1.Panel1.SuspendLayout();
58      this.splitContainer1.Panel2.SuspendLayout();
59      this.splitContainer1.SuspendLayout();
60      this.groupBox1.SuspendLayout();
61      this.SuspendLayout();
62      //
63      // splitContainer1
64      //
65      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
66      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
67      this.splitContainer1.Name = "splitContainer1";
68      //
69      // splitContainer1.Panel1
70      //
71      this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
72      //
73      // splitContainer1.Panel2
74      //
75      this.splitContainer1.Panel2.Controls.Add(this.intervalConstraintsView);
76      this.splitContainer1.Size = new System.Drawing.Size(888, 629);
77      this.splitContainer1.SplitterDistance = 296;
78      this.splitContainer1.TabIndex = 0;
79      //
80      // groupBox1
81      //
82      this.groupBox1.Controls.Add(this.constraintsInput);
83      this.groupBox1.Controls.Add(this.parseBtn);
84      this.groupBox1.Controls.Add(this.label1);
85      this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
86      this.groupBox1.Location = new System.Drawing.Point(0, 0);
87      this.groupBox1.Name = "groupBox1";
88      this.groupBox1.Size = new System.Drawing.Size(296, 629);
89      this.groupBox1.TabIndex = 3;
90      this.groupBox1.TabStop = false;
91      this.groupBox1.Text = "Constraints Input";
92      //
93      // constraintsInput
94      //
95      this.constraintsInput.AcceptsTab = true;
96      this.constraintsInput.Dock = System.Windows.Forms.DockStyle.Fill;
97      this.constraintsInput.Location = new System.Drawing.Point(3, 198);
98      this.constraintsInput.Multiline = true;
99      this.constraintsInput.Name = "constraintsInput";
100      this.constraintsInput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
101      this.constraintsInput.Size = new System.Drawing.Size(290, 405);
102      this.constraintsInput.TabIndex = 2;
103      this.constraintsInput.TextChanged += new System.EventHandler(this.constraintsInput_TextChanged);
104      //
105      // parseBtn
106      //
107      this.parseBtn.Dock = System.Windows.Forms.DockStyle.Bottom;
108      this.parseBtn.Location = new System.Drawing.Point(3, 603);
109      this.parseBtn.Name = "parseBtn";
110      this.parseBtn.Size = new System.Drawing.Size(290, 23);
111      this.parseBtn.TabIndex = 1;
112      this.parseBtn.Text = "Parse Constraints";
113      this.parseBtn.UseVisualStyleBackColor = true;
114      this.parseBtn.Click += new System.EventHandler(this.parseBtn_Click);
115      //
116      // label1
117      //
118      this.label1.AutoSize = true;
119      this.label1.Dock = System.Windows.Forms.DockStyle.Top;
120      this.label1.Location = new System.Drawing.Point(3, 16);
121      this.label1.Name = "label1";
122      this.label1.Size = new System.Drawing.Size(250, 182);
123      this.label1.TabIndex = 0;
124      this.label1.Text = "To define target variable constraints:" + Environment.NewLine +
125                         "1. Start the definition with target:" + Environment.NewLine +
126                         "2. Specify the target variable between '-characters" + Environment.NewLine +
127                         "3. Add the keyword in" + Environment.NewLine +
128                         "4. Specify the interval with [lowerbound .. upperbound]" + Environment.NewLine +
129                         "5. Open or closed square brackets denotes if an interval is open or closed" + Environment.NewLine + Environment.NewLine +
130                         "To define a derivation constraint: " + Environment.NewLine +
131                         "1. Start with d or \u2202" + Environment.NewLine +
132                         "2. Specify the target between '-characters" + Environment.NewLine +
133                         "3. Seperate taget and derivation variable with /" + Environment.NewLine +
134                         "4. Add derivation variable between '-characters'" + Environment.NewLine +
135                         "5. Follow the steps 3-5 from above";
136      //
137      // intervalConstraintsView
138      //
139      this.intervalConstraintsView.Dock = System.Windows.Forms.DockStyle.Fill;
140      this.intervalConstraintsView.Location = new System.Drawing.Point(3, 16);
141      this.intervalConstraintsView.Name = "intervalConstraintsView";
142      this.intervalConstraintsView.Size = new System.Drawing.Size(582, 587);
143      this.intervalConstraintsView.TabIndex = 2;
144      //
145      // errorOutput
146      //
147      this.errorOutput.Dock = System.Windows.Forms.DockStyle.Bottom;
148      this.errorOutput.ForeColor = System.Drawing.Color.Red;
149      this.errorOutput.Location = new System.Drawing.Point(3, 603);
150      this.errorOutput.Name = "errorOutput";
151      this.errorOutput.Size = new System.Drawing.Size(582, 23);
152      this.errorOutput.TabIndex = 1;
153      this.errorOutput.Text = "ERROR";
154      this.errorOutput.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
155      //
156      // ParsedConstraintView
157      //
158      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
159      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
160      this.Controls.Add(this.splitContainer1);
161      this.Name = "ParsedConstraintView";
162      this.Size = new System.Drawing.Size(888, 629);
163      this.splitContainer1.Panel1.ResumeLayout(false);
164      this.splitContainer1.Panel2.ResumeLayout(false);
165      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
166      this.splitContainer1.ResumeLayout(false);
167      this.groupBox1.ResumeLayout(false);
168      this.groupBox1.PerformLayout();
169      this.ResumeLayout(false);
170
171    }
172
173    #endregion
174
175    private System.Windows.Forms.SplitContainer splitContainer1;
176    private System.Windows.Forms.GroupBox groupBox1;
177    private System.Windows.Forms.Button parseBtn;
178    private System.Windows.Forms.Label label1;
179    private HeuristicLab.Core.Views.CheckedItemListView<IntervalConstraint> intervalConstraintsView;
180    private System.Windows.Forms.TextBox constraintsInput;
181    private System.Windows.Forms.Label errorOutput;
182
183  }
184}
Note: See TracBrowser for help on using the repository browser.