Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2971 Changed Parser and IntevalConstraint View

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