Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2971 added getter and setter for variable ranges and interval constraints

File size: 7.5 KB
Line 
1using System;
2
3namespace HeuristicLab.Problems.DataAnalysis.Views {
4  partial class ParsedConstraintView {
5    /// <summary>
6    /// Required designer variable.
7    /// </summary>
8    private System.ComponentModel.IContainer components = null;
9
10    /// <summary>
11    /// Clean up any resources being used.
12    /// </summary>
13    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14    protected override void Dispose(bool disposing) {
15      if (disposing && (components != null)) {
16        components.Dispose();
17      }
18      base.Dispose(disposing);
19    }
20
21    #region Component Designer generated code
22
23    /// <summary>
24    /// Required method for Designer support - do not modify
25    /// the contents of this method with the code editor.
26    /// </summary>
27    private void InitializeComponent() {
28      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ParsedConstraintView));
29      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
30      this.groupBox1 = new System.Windows.Forms.GroupBox();
31      this.constraintsInput = new System.Windows.Forms.TextBox();
32      this.parseBtn = new System.Windows.Forms.Button();
33      this.label1 = new System.Windows.Forms.Label();
34      //this.constraintsOutput = new System.Windows.Forms.Label();
35      this.constraintsOutput = new HeuristicLab.Core.Views.CheckedItemListView<IntervalConstraint>();
36      this.errorOutput = new System.Windows.Forms.Label();
37      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
38      this.splitContainer1.Panel1.SuspendLayout();
39      this.splitContainer1.Panel2.SuspendLayout();
40      this.splitContainer1.SuspendLayout();
41      this.groupBox1.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.constraintsOutput);
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 = "To define Target Variable constraints:" + Environment.NewLine +
106                         "1. Start the definition with Target:" + Environment.NewLine +
107                         "2. Specify the target variable" + Environment.NewLine +
108                         "3. Add the key word in" + Environment.NewLine +
109                         "4. Specify the Interval with [lowerbound .. upperbound]" + Environment.NewLine +
110                         "5. Square bracket open or closed specify open or closed interval" + Environment.NewLine + Environment.NewLine +
111                         "To define a derivation constraint: " + Environment.NewLine +
112                         "1. Start with d or \u2202" + Environment.NewLine +
113                         "2. Specify the target" + Environment.NewLine +
114                         "3. add space and / and space" + Environment.NewLine +
115                         "4. add derivation variable then follow step 4-5 from mabove";
116      //
117      // constraintsOutput
118      //
119      this.constraintsOutput.Dock = System.Windows.Forms.DockStyle.Fill;
120      this.constraintsOutput.Location = new System.Drawing.Point(3, 16);
121      this.constraintsOutput.Name = "constraintsOutput";
122      this.constraintsOutput.Size = new System.Drawing.Size(582, 587);
123      this.constraintsOutput.TabIndex = 2;
124      //
125      // errorOutput
126      //
127      this.errorOutput.Dock = System.Windows.Forms.DockStyle.Bottom;
128      this.errorOutput.ForeColor = System.Drawing.Color.Red;
129      this.errorOutput.Location = new System.Drawing.Point(3, 603);
130      this.errorOutput.Name = "errorOutput";
131      this.errorOutput.Size = new System.Drawing.Size(582, 23);
132      this.errorOutput.TabIndex = 1;
133      this.errorOutput.Text = "ERROR";
134      this.errorOutput.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
135      //
136      // ParsedConstraintView
137      //
138      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
139      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
140      this.Controls.Add(this.splitContainer1);
141      this.Name = "ParsedConstraintView";
142      this.Size = new System.Drawing.Size(888, 629);
143      this.splitContainer1.Panel1.ResumeLayout(false);
144      this.splitContainer1.Panel2.ResumeLayout(false);
145      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
146      this.splitContainer1.ResumeLayout(false);
147      this.groupBox1.ResumeLayout(false);
148      this.groupBox1.PerformLayout();
149      this.ResumeLayout(false);
150
151    }
152
153    #endregion
154
155    private System.Windows.Forms.SplitContainer splitContainer1;
156    private System.Windows.Forms.GroupBox groupBox1;
157    private System.Windows.Forms.Button parseBtn;
158    private System.Windows.Forms.Label label1;
159    private System.Windows.Forms.TextBox constraintsInput;
160    private System.Windows.Forms.Label errorOutput;
161
162    //private System.Windows.Forms.Label constraintsOutput;
163    private HeuristicLab.Core.Views.CheckedItemListView<IntervalConstraint> constraintsOutput;
164  }
165}
Note: See TracBrowser for help on using the repository browser.