Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2457_ExpertSystem/HeuristicLab.Optimization.Views/3.3/RunCollectionConstraintViews/RunCollectionColumnConstraintView.Designer.cs @ 16956

Last change on this file since 16956 was 16956, checked in by abeham, 5 years ago

#2457: merged trunk into branch

File size: 6.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
21
22namespace HeuristicLab.Optimization.Views {
23  partial class RunCollectionColumnConstraintView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.lblConstrainedMember = new System.Windows.Forms.Label();
48      this.lblComparisonOperation = new System.Windows.Forms.Label();
49      this.lblCompareValue = new System.Windows.Forms.Label();
50      this.cmbConstraintOperation = new System.Windows.Forms.ComboBox();
51      this.chbActive = new System.Windows.Forms.CheckBox();
52      this.cmbConstraintColumn = new System.Windows.Forms.ComboBox();
53      this.SuspendLayout();
54      //
55      // lblConstrainedMember
56      //
57      this.lblConstrainedMember.AutoSize = true;
58      this.lblConstrainedMember.Location = new System.Drawing.Point(3, 6);
59      this.lblConstrainedMember.Name = "lblConstrainedMember";
60      this.lblConstrainedMember.Size = new System.Drawing.Size(107, 13);
61      this.lblConstrainedMember.TabIndex = 0;
62      this.lblConstrainedMember.Text = "Constrained Member:";
63      //
64      // lblComparisonOperation
65      //
66      this.lblComparisonOperation.AutoSize = true;
67      this.lblComparisonOperation.Location = new System.Drawing.Point(3, 32);
68      this.lblComparisonOperation.Name = "lblComparisonOperation";
69      this.lblComparisonOperation.Size = new System.Drawing.Size(106, 13);
70      this.lblComparisonOperation.TabIndex = 1;
71      this.lblComparisonOperation.Text = "Constraint Operation:";
72      //
73      // lblCompareValue
74      //
75      this.lblCompareValue.AutoSize = true;
76      this.lblCompareValue.Location = new System.Drawing.Point(3, 59);
77      this.lblCompareValue.Name = "lblCompareValue";
78      this.lblCompareValue.Size = new System.Drawing.Size(83, 13);
79      this.lblCompareValue.TabIndex = 2;
80      this.lblCompareValue.Text = "Constraint Data:";
81      //
82      // cmbConstraintOperation
83      //
84      this.cmbConstraintOperation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
85                  | System.Windows.Forms.AnchorStyles.Right)));
86      this.cmbConstraintOperation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
87      this.cmbConstraintOperation.FormattingEnabled = true;
88      this.cmbConstraintOperation.Location = new System.Drawing.Point(127, 29);
89      this.cmbConstraintOperation.Name = "cmbConstraintOperation";
90      this.cmbConstraintOperation.Size = new System.Drawing.Size(246, 21);
91      this.cmbConstraintOperation.TabIndex = 4;
92      this.cmbConstraintOperation.SelectedIndexChanged += new System.EventHandler(this.cmbComparisonOperation_SelectedIndexChanged);
93      //
94      // chbActive
95      //
96      this.chbActive.AutoSize = true;
97      this.chbActive.Location = new System.Drawing.Point(127, 82);
98      this.chbActive.Name = "chbActive";
99      this.chbActive.Size = new System.Drawing.Size(56, 17);
100      this.chbActive.TabIndex = 7;
101      this.chbActive.Text = "Active";
102      this.chbActive.UseVisualStyleBackColor = true;
103      this.chbActive.CheckedChanged += new System.EventHandler(this.chbActive_CheckedChanged);
104      //
105      // cmbConstraintColumn
106      //
107      this.cmbConstraintColumn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
108                  | System.Windows.Forms.AnchorStyles.Right)));
109      this.cmbConstraintColumn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
110      this.cmbConstraintColumn.FormattingEnabled = true;
111      this.cmbConstraintColumn.Location = new System.Drawing.Point(127, 3);
112      this.cmbConstraintColumn.Name = "cmbConstraintColumn";
113      this.cmbConstraintColumn.Size = new System.Drawing.Size(246, 21);
114      this.cmbConstraintColumn.TabIndex = 8;
115      this.cmbConstraintColumn.SelectedIndexChanged += new System.EventHandler(this.cmbConstraintColumn_SelectedIndexChanged);
116      //
117      // RunCollectionConstraintView
118      //
119      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
120      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
121      this.Controls.Add(this.cmbConstraintColumn);
122      this.Controls.Add(this.chbActive);
123      this.Controls.Add(this.cmbConstraintOperation);
124      this.Controls.Add(this.lblCompareValue);
125      this.Controls.Add(this.lblComparisonOperation);
126      this.Controls.Add(this.lblConstrainedMember);
127      this.Name = "RunCollectionConstraintView";
128      this.Size = new System.Drawing.Size(376, 102);
129      this.ResumeLayout(false);
130      this.PerformLayout();
131
132    }
133
134    #endregion
135
136    private System.Windows.Forms.Label lblConstrainedMember;
137    private System.Windows.Forms.Label lblComparisonOperation;
138    private System.Windows.Forms.Label lblCompareValue;
139    private System.Windows.Forms.CheckBox chbActive;
140    protected System.Windows.Forms.ComboBox cmbConstraintColumn;
141    protected System.Windows.Forms.ComboBox cmbConstraintOperation;
142  }
143}
Note: See TracBrowser for help on using the repository browser.