Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2971 updated description text for constraints input

File size: 8.5 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 ParsedConstraintView {
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(ParsedConstraintView));
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.constraintsOutput = new System.Windows.Forms.Label();
55      this.constraintsOutput = new HeuristicLab.Core.Views.CheckedItemListView<IntervalConstraint>();
56      this.errorOutput = new System.Windows.Forms.Label();
57      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
58      this.splitContainer1.Panel1.SuspendLayout();
59      this.splitContainer1.Panel2.SuspendLayout();
60      this.splitContainer1.SuspendLayout();
61      this.groupBox1.SuspendLayout();
62      this.SuspendLayout();
63      //
64      // splitContainer1
65      //
66      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
67      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
68      this.splitContainer1.Name = "splitContainer1";
69      //
70      // splitContainer1.Panel1
71      //
72      this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
73      //
74      // splitContainer1.Panel2
75      //
76      this.splitContainer1.Panel2.Controls.Add(this.constraintsOutput);
77      this.splitContainer1.Size = new System.Drawing.Size(888, 629);
78      this.splitContainer1.SplitterDistance = 296;
79      this.splitContainer1.TabIndex = 0;
80      //
81      // groupBox1
82      //
83      this.groupBox1.Controls.Add(this.constraintsInput);
84      this.groupBox1.Controls.Add(this.parseBtn);
85      this.groupBox1.Controls.Add(this.label1);
86      this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
87      this.groupBox1.Location = new System.Drawing.Point(0, 0);
88      this.groupBox1.Name = "groupBox1";
89      this.groupBox1.Size = new System.Drawing.Size(296, 629);
90      this.groupBox1.TabIndex = 3;
91      this.groupBox1.TabStop = false;
92      this.groupBox1.Text = "Constraints Input";
93      //
94      // constraintsInput
95      //
96      this.constraintsInput.AcceptsTab = true;
97      this.constraintsInput.Dock = System.Windows.Forms.DockStyle.Fill;
98      this.constraintsInput.Location = new System.Drawing.Point(3, 198);
99      this.constraintsInput.Multiline = true;
100      this.constraintsInput.Name = "constraintsInput";
101      this.constraintsInput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
102      this.constraintsInput.Size = new System.Drawing.Size(290, 405);
103      this.constraintsInput.TabIndex = 2;
104      this.constraintsInput.TextChanged += new System.EventHandler(this.constraintsInput_TextChanged);
105      //
106      // parseBtn
107      //
108      this.parseBtn.Dock = System.Windows.Forms.DockStyle.Bottom;
109      this.parseBtn.Location = new System.Drawing.Point(3, 603);
110      this.parseBtn.Name = "parseBtn";
111      this.parseBtn.Size = new System.Drawing.Size(290, 23);
112      this.parseBtn.TabIndex = 1;
113      this.parseBtn.Text = "Parse Constraints";
114      this.parseBtn.UseVisualStyleBackColor = true;
115      this.parseBtn.Click += new System.EventHandler(this.parseBtn_Click);
116      //
117      // label1
118      //
119      this.label1.AutoSize = true;
120      this.label1.Dock = System.Windows.Forms.DockStyle.Top;
121      this.label1.Location = new System.Drawing.Point(3, 16);
122      this.label1.Name = "label1";
123      this.label1.Size = new System.Drawing.Size(250, 182);
124      this.label1.TabIndex = 0;
125      this.label1.Text = "To define target variable constraints:" + Environment.NewLine +
126                         "1. Start the definition with target:" + Environment.NewLine +
127                         "2. Specify the target variable between '-characters" + Environment.NewLine +
128                         "3. Add the keyword in" + Environment.NewLine +
129                         "4. Specify the interval with [lowerbound .. upperbound]" + Environment.NewLine +
130                         "5. Open or closed square brackets denotes if an interval is open or closed" + Environment.NewLine + Environment.NewLine +
131                         "To define a derivation constraint: " + Environment.NewLine +
132                         "1. Start with d or \u2202" + Environment.NewLine +
133                         "2. Specify the target between '-characters" + Environment.NewLine +
134                         "3. Seperate taget and derivation variable with /" + Environment.NewLine +
135                         "4. Add derivation variable between '-characters'" + Environment.NewLine +
136                         "5. Follow the steps 3-5 from above";
137      //
138      // constraintsOutput
139      //
140      this.constraintsOutput.Dock = System.Windows.Forms.DockStyle.Fill;
141      this.constraintsOutput.Location = new System.Drawing.Point(3, 16);
142      this.constraintsOutput.Name = "constraintsOutput";
143      this.constraintsOutput.Size = new System.Drawing.Size(582, 587);
144      this.constraintsOutput.TabIndex = 2;
145      //
146      // errorOutput
147      //
148      this.errorOutput.Dock = System.Windows.Forms.DockStyle.Bottom;
149      this.errorOutput.ForeColor = System.Drawing.Color.Red;
150      this.errorOutput.Location = new System.Drawing.Point(3, 603);
151      this.errorOutput.Name = "errorOutput";
152      this.errorOutput.Size = new System.Drawing.Size(582, 23);
153      this.errorOutput.TabIndex = 1;
154      this.errorOutput.Text = "ERROR";
155      this.errorOutput.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
156      //
157      // ParsedConstraintView
158      //
159      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
160      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
161      this.Controls.Add(this.splitContainer1);
162      this.Name = "ParsedConstraintView";
163      this.Size = new System.Drawing.Size(888, 629);
164      this.splitContainer1.Panel1.ResumeLayout(false);
165      this.splitContainer1.Panel2.ResumeLayout(false);
166      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
167      this.splitContainer1.ResumeLayout(false);
168      this.groupBox1.ResumeLayout(false);
169      this.groupBox1.PerformLayout();
170      this.ResumeLayout(false);
171
172    }
173
174    #endregion
175
176    private System.Windows.Forms.SplitContainer splitContainer1;
177    private System.Windows.Forms.GroupBox groupBox1;
178    private System.Windows.Forms.Button parseBtn;
179    private System.Windows.Forms.Label label1;
180    private System.Windows.Forms.TextBox constraintsInput;
181    private System.Windows.Forms.Label errorOutput;
182
183    //private System.Windows.Forms.Label constraintsOutput;
184    private HeuristicLab.Core.Views.CheckedItemListView<IntervalConstraint> constraintsOutput;
185  }
186}
Note: See TracBrowser for help on using the repository browser.