Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3073_IA_constraint_splitting_reintegration/HeuristicLab.Problems.DataAnalysis.Views/3.4/IntervalConstraintView.Designer.cs @ 17893

Last change on this file since 17893 was 17893, checked in by chaider, 3 years ago

#3073 Added changes for reintegration

File size: 11.8 KB
Line 
1namespace HeuristicLab.Problems.DataAnalysis.Views {
2  partial class IntervalConstraintView {
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            this.components = new System.ComponentModel.Container();
27            this.lowerboundLabel = new System.Windows.Forms.Label();
28            this.upperboundLabel = new System.Windows.Forms.Label();
29            this.variableLabel = new System.Windows.Forms.Label();
30            this.numberderivationLabel = new System.Windows.Forms.Label();
31            this.upperboundInput = new System.Windows.Forms.TextBox();
32            this.lowerboundInput = new System.Windows.Forms.TextBox();
33            this.variableInput = new System.Windows.Forms.TextBox();
34            this.groupBox1 = new System.Windows.Forms.GroupBox();
35            this.weightInput = new System.Windows.Forms.TextBox();
36            this.WeightLab = new System.Windows.Forms.Label();
37            this.regionLab = new System.Windows.Forms.Label();
38            this.regionView = new HeuristicLab.Problems.DataAnalysis.Views.IntervalCollectionView();
39            this.label1 = new System.Windows.Forms.Label();
40            this.numberderivationInput = new System.Windows.Forms.ComboBox();
41            this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
42            this.groupBox1.SuspendLayout();
43            ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
44            this.SuspendLayout();
45            //
46            // lowerboundLabel
47            //
48            this.lowerboundLabel.AutoSize = true;
49            this.lowerboundLabel.Location = new System.Drawing.Point(8, 101);
50            this.lowerboundLabel.Name = "lowerboundLabel";
51            this.lowerboundLabel.Size = new System.Drawing.Size(69, 13);
52            this.lowerboundLabel.TabIndex = 2;
53            this.lowerboundLabel.Text = "Lowerbound:";
54            //
55            // upperboundLabel
56            //
57            this.upperboundLabel.AutoSize = true;
58            this.upperboundLabel.Location = new System.Drawing.Point(8, 126);
59            this.upperboundLabel.Name = "upperboundLabel";
60            this.upperboundLabel.Size = new System.Drawing.Size(69, 13);
61            this.upperboundLabel.TabIndex = 3;
62            this.upperboundLabel.Text = "Upperbound:";
63            //
64            // variableLabel
65            //
66            this.variableLabel.AutoSize = true;
67            this.variableLabel.Location = new System.Drawing.Point(8, 47);
68            this.variableLabel.Name = "variableLabel";
69            this.variableLabel.Size = new System.Drawing.Size(48, 13);
70            this.variableLabel.TabIndex = 7;
71            this.variableLabel.Text = "Variable:";
72            //
73            // numberderivationLabel
74            //
75            this.numberderivationLabel.AutoSize = true;
76            this.numberderivationLabel.Location = new System.Drawing.Point(8, 74);
77            this.numberderivationLabel.Name = "numberderivationLabel";
78            this.numberderivationLabel.Size = new System.Drawing.Size(65, 13);
79            this.numberderivationLabel.TabIndex = 8;
80            this.numberderivationLabel.Text = "#Derivation:";
81            //
82            // upperboundInput
83            //
84            this.upperboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
85            | System.Windows.Forms.AnchorStyles.Right)));
86            this.upperboundInput.Location = new System.Drawing.Point(108, 123);
87            this.upperboundInput.Name = "upperboundInput";
88            this.upperboundInput.Size = new System.Drawing.Size(473, 20);
89            this.upperboundInput.TabIndex = 11;
90            this.upperboundInput.Validating += new System.ComponentModel.CancelEventHandler(this.upperboundInput_Validating);
91            this.upperboundInput.Validated += new System.EventHandler(this.upperboundInput_Validated);
92            //
93            // lowerboundInput
94            //
95            this.lowerboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
96            | System.Windows.Forms.AnchorStyles.Right)));
97            this.lowerboundInput.Location = new System.Drawing.Point(108, 98);
98            this.lowerboundInput.Name = "lowerboundInput";
99            this.lowerboundInput.Size = new System.Drawing.Size(473, 20);
100            this.lowerboundInput.TabIndex = 12;
101            this.lowerboundInput.Validating += new System.ComponentModel.CancelEventHandler(this.lowerboundInput_Validating);
102            this.lowerboundInput.Validated += new System.EventHandler(this.lowerboundInput_Validated);
103            //
104            // variableInput
105            //
106            this.variableInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
107            | System.Windows.Forms.AnchorStyles.Right)));
108            this.variableInput.Location = new System.Drawing.Point(108, 44);
109            this.variableInput.Name = "variableInput";
110            this.variableInput.Size = new System.Drawing.Size(473, 20);
111            this.variableInput.TabIndex = 15;
112            //
113            // groupBox1
114            //
115            this.groupBox1.Controls.Add(this.weightInput);
116            this.groupBox1.Controls.Add(this.WeightLab);
117            this.groupBox1.Controls.Add(this.regionLab);
118            this.groupBox1.Controls.Add(this.regionView);
119            this.groupBox1.Controls.Add(this.label1);
120            this.groupBox1.Controls.Add(this.numberderivationInput);
121            this.groupBox1.Controls.Add(this.variableInput);
122            this.groupBox1.Controls.Add(this.lowerboundInput);
123            this.groupBox1.Controls.Add(this.upperboundInput);
124            this.groupBox1.Controls.Add(this.numberderivationLabel);
125            this.groupBox1.Controls.Add(this.variableLabel);
126            this.groupBox1.Controls.Add(this.upperboundLabel);
127            this.groupBox1.Controls.Add(this.lowerboundLabel);
128            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
129            this.groupBox1.Location = new System.Drawing.Point(0, 0);
130            this.groupBox1.Name = "groupBox1";
131            this.groupBox1.Size = new System.Drawing.Size(587, 380);
132            this.groupBox1.TabIndex = 0;
133            this.groupBox1.TabStop = false;
134            this.groupBox1.Text = "Interval Constraints Detail";
135            //
136            // weightInput
137            //
138            this.weightInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
139            | System.Windows.Forms.AnchorStyles.Right)));
140            this.weightInput.Location = new System.Drawing.Point(108, 150);
141            this.weightInput.Name = "weightInput";
142            this.weightInput.Size = new System.Drawing.Size(473, 20);
143            this.weightInput.TabIndex = 33;
144            this.weightInput.TextChanged += new System.EventHandler(this.weightInput_TextChanged);
145            //
146            // WeightLab
147            //
148            this.WeightLab.AutoSize = true;
149            this.WeightLab.Location = new System.Drawing.Point(8, 153);
150            this.WeightLab.Name = "WeightLab";
151            this.WeightLab.Size = new System.Drawing.Size(44, 13);
152            this.WeightLab.TabIndex = 32;
153            this.WeightLab.Text = "Weight:";
154            //
155            // regionLab
156            //
157            this.regionLab.AutoSize = true;
158            this.regionLab.Location = new System.Drawing.Point(8, 188);
159            this.regionLab.Name = "regionLab";
160            this.regionLab.Size = new System.Drawing.Size(49, 13);
161            this.regionLab.TabIndex = 31;
162            this.regionLab.Text = "Regions:";
163            //
164            // regionView
165            //
166            this.regionView.Caption = "IntervalCollection View";
167            this.regionView.Content = null;
168            this.regionView.Location = new System.Drawing.Point(108, 188);
169            this.regionView.Name = "regionView";
170            this.regionView.ReadOnly = false;
171            this.regionView.Size = new System.Drawing.Size(473, 186);
172            this.regionView.TabIndex = 30;
173            this.regionView.TabStop = false;
174            //
175            // label1
176            //
177            this.label1.AutoSize = true;
178            this.label1.Location = new System.Drawing.Point(11, -105);
179            this.label1.Name = "label1";
180            this.label1.Size = new System.Drawing.Size(49, 13);
181            this.label1.TabIndex = 28;
182            this.label1.Text = "Enabled:";
183            //
184            // numberderivationInput
185            //
186            this.numberderivationInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
187            | System.Windows.Forms.AnchorStyles.Right)));
188            this.numberderivationInput.FormattingEnabled = true;
189            this.numberderivationInput.Location = new System.Drawing.Point(108, 71);
190            this.numberderivationInput.Name = "numberderivationInput";
191            this.numberderivationInput.Size = new System.Drawing.Size(473, 21);
192            this.numberderivationInput.TabIndex = 27;
193            this.numberderivationInput.SelectedIndexChanged += new System.EventHandler(this.numberderivationInput_SelectedIndexChanged);
194            //
195            // errorProvider
196            //
197            this.errorProvider.ContainerControl = this;
198            this.errorProvider.RightToLeft = true;
199            //
200            // IntervalConstraintView
201            //
202            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
203            this.Controls.Add(this.groupBox1);
204            this.Name = "IntervalConstraintView";
205            this.Size = new System.Drawing.Size(587, 380);
206            this.groupBox1.ResumeLayout(false);
207            this.groupBox1.PerformLayout();
208            ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
209            this.ResumeLayout(false);
210
211    }
212
213    #endregion
214
215    private System.Windows.Forms.Label         lowerboundLabel;
216    private System.Windows.Forms.Label         upperboundLabel;
217    private System.Windows.Forms.Label         variableLabel;
218    private System.Windows.Forms.Label         numberderivationLabel;
219    private System.Windows.Forms.TextBox       upperboundInput;
220    private System.Windows.Forms.TextBox       lowerboundInput;
221    private System.Windows.Forms.TextBox       variableInput;
222    private System.Windows.Forms.GroupBox      groupBox1;
223    private System.Windows.Forms.ErrorProvider errorProvider;
224    private System.Windows.Forms.ComboBox      numberderivationInput;
225    private System.Windows.Forms.Label         label1;
226    private IntervalCollectionView regionView;
227    private System.Windows.Forms.Label regionLab;
228        private System.Windows.Forms.TextBox weightInput;
229        private System.Windows.Forms.Label WeightLab;
230    }
231}
Note: See TracBrowser for help on using the repository browser.