Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2956_apriori_knowledge/HeuristicLab.Data.Views/3.3/StringIntervalView.Designer.cs @ 16303

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

#2956: Added intermediate of a-priori knowledge

File size: 6.4 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2018 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
21namespace HeuristicLab.Data.Views {
22  public partial class StringIntervalView {
23    /// <summary>
24    /// Required designer variable.
25    /// </summary>
26    private System.ComponentModel.IContainer components = null;
27
28    /// <summary>
29    /// Clean up any resources being used.
30    /// </summary>
31    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
32    protected override void Dispose(bool disposing) {
33      if (disposing && (components != null)) {
34        components.Dispose();
35      }
36      base.Dispose(disposing);
37    }
38
39    #region Component Designer generated code
40
41    /// <summary>
42    /// Required method for Designer support - do not modify
43    /// the contents of this method with the code editor.
44    /// </summary>
45    private void InitializeComponent() {
46            this.Item1View = new HeuristicLab.Data.Views.StringConvertibleValueView();
47            this.Item2View = new HeuristicLab.Data.Views.StringConvertibleValueView();
48            this.Item1Label = new System.Windows.Forms.Label();
49            this.Item2Label = new System.Windows.Forms.Label();
50            this.label1 = new System.Windows.Forms.Label();
51            this.Item3View = new HeuristicLab.Data.Views.StringConvertibleValueView();
52            this.SuspendLayout();
53            //
54            // Item1View
55            //
56            this.Item1View.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
57            | System.Windows.Forms.AnchorStyles.Right)));
58            this.Item1View.Caption = "StringIntervalView View";
59            this.Item1View.Content = null;
60            this.Item1View.LabelVisible = false;
61            this.Item1View.Location = new System.Drawing.Point(63, 29);
62            this.Item1View.Name = "Item1View";
63            this.Item1View.ReadOnly = false;
64            this.Item1View.Size = new System.Drawing.Size(252, 20);
65            this.Item1View.TabIndex = 0;
66            //
67            // Item2View
68            //
69            this.Item2View.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
70            | System.Windows.Forms.AnchorStyles.Right)));
71            this.Item2View.Caption = "StringIntervalView View";
72            this.Item2View.Content = null;
73            this.Item2View.LabelVisible = false;
74            this.Item2View.Location = new System.Drawing.Point(63, 55);
75            this.Item2View.Name = "Item2View";
76            this.Item2View.ReadOnly = false;
77            this.Item2View.Size = new System.Drawing.Size(252, 20);
78            this.Item2View.TabIndex = 1;
79            //
80            // Item1Label
81            //
82            this.Item1Label.AutoSize = true;
83            this.Item1Label.Location = new System.Drawing.Point(3, 32);
84            this.Item1Label.Name = "Item1Label";
85            this.Item1Label.Size = new System.Drawing.Size(64, 13);
86            this.Item1Label.TabIndex = 2;
87            this.Item1Label.Text = "Formulation:";
88            //
89            // Item2Label
90            //
91            this.Item2Label.AutoSize = true;
92            this.Item2Label.Location = new System.Drawing.Point(3, 58);
93            this.Item2Label.Name = "Item2Label";
94            this.Item2Label.Size = new System.Drawing.Size(45, 13);
95            this.Item2Label.TabIndex = 3;
96            this.Item2Label.Text = "Interval:";
97            //
98            // label1
99            //
100            this.label1.AutoSize = true;
101            this.label1.Location = new System.Drawing.Point(3, 6);
102            this.label1.Name = "label1";
103            this.label1.Size = new System.Drawing.Size(38, 13);
104            this.label1.TabIndex = 5;
105            this.label1.Text = "Name:";
106            //
107            // Item3View
108            //
109            this.Item3View.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
110            | System.Windows.Forms.AnchorStyles.Right)));
111            this.Item3View.Caption = "StringIntervalView View";
112            this.Item3View.Content = null;
113            this.Item3View.LabelVisible = false;
114            this.Item3View.Location = new System.Drawing.Point(63, 3);
115            this.Item3View.Name = "Item3View";
116            this.Item3View.ReadOnly = false;
117            this.Item3View.Size = new System.Drawing.Size(252, 20);
118            this.Item3View.TabIndex = 4;
119            //
120            // StringIntervalView
121            //
122            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
123            this.Controls.Add(this.label1);
124            this.Controls.Add(this.Item3View);
125            this.Controls.Add(this.Item1Label);
126            this.Controls.Add(this.Item2Label);
127            this.Controls.Add(this.Item1View);
128            this.Controls.Add(this.Item2View);
129            this.Name = "StringIntervalView";
130            this.Size = new System.Drawing.Size(318, 230);
131            this.ResumeLayout(false);
132            this.PerformLayout();
133
134    }
135
136    #endregion
137
138    protected StringConvertibleValueView Item1View;
139    protected StringConvertibleValueView Item2View;
140    protected System.Windows.Forms.Label Item1Label;
141    protected System.Windows.Forms.Label Item2Label;
142    protected System.Windows.Forms.Label label1;
143    protected StringConvertibleValueView stringConvertibleValueView1;
144    protected StringConvertibleValueView Item3View;
145  }
146}
Note: See TracBrowser for help on using the repository browser.