Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/View/FilterSavitzkyGolayCommandView.Designer.cs @ 9615

Last change on this file since 9615 was 9615, checked in by mkommend, 11 years ago

#1734: Updated copyright information in all DataImporter classes.

File size: 7.8 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2013 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.DataImporter.Command.View {
23  partial class FilterSavitzkyGolayCommandView {
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 Windows Form 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.numWindowLeft = new System.Windows.Forms.NumericUpDown();
48      this.label1 = new System.Windows.Forms.Label();
49      this.label2 = new System.Windows.Forms.Label();
50      this.numWindowRight = new System.Windows.Forms.NumericUpDown();
51      this.label3 = new System.Windows.Forms.Label();
52      this.numOrder = new System.Windows.Forms.NumericUpDown();
53      this.numOrderOfDerivative = new System.Windows.Forms.NumericUpDown();
54      this.label4 = new System.Windows.Forms.Label();
55      ((System.ComponentModel.ISupportInitialize)(this.numWindowLeft)).BeginInit();
56      ((System.ComponentModel.ISupportInitialize)(this.numWindowRight)).BeginInit();
57      ((System.ComponentModel.ISupportInitialize)(this.numOrder)).BeginInit();
58      ((System.ComponentModel.ISupportInitialize)(this.numOrderOfDerivative)).BeginInit();
59      this.SuspendLayout();
60      //
61      // numWindowLeft
62      //
63      this.numWindowLeft.Location = new System.Drawing.Point(115, 8);
64      this.numWindowLeft.Maximum = new decimal(new int[] {
65            0,
66            0,
67            0,
68            0});
69      this.numWindowLeft.Minimum = new decimal(new int[] {
70            128,
71            0,
72            0,
73            -2147483648});
74      this.numWindowLeft.Name = "numWindowLeft";
75      this.numWindowLeft.Size = new System.Drawing.Size(120, 20);
76      this.numWindowLeft.TabIndex = 1;
77      this.numWindowLeft.Value = new decimal(new int[] {
78            4,
79            0,
80            0,
81            -2147483648});
82      this.numWindowLeft.ValueChanged += new System.EventHandler(this.numWindowLeft_ValueChanged);
83      //
84      // label1
85      //
86      this.label1.AutoSize = true;
87      this.label1.Location = new System.Drawing.Point(8, 10);
88      this.label1.Name = "label1";
89      this.label1.Size = new System.Drawing.Size(101, 13);
90      this.label1.TabIndex = 0;
91      this.label1.Text = "Window start offset:";
92      //
93      // label2
94      //
95      this.label2.AutoSize = true;
96      this.label2.Location = new System.Drawing.Point(8, 36);
97      this.label2.Name = "label2";
98      this.label2.Size = new System.Drawing.Size(99, 13);
99      this.label2.TabIndex = 2;
100      this.label2.Text = "Window end offset:";
101      //
102      // numWindowRight
103      //
104      this.numWindowRight.Location = new System.Drawing.Point(115, 34);
105      this.numWindowRight.Maximum = new decimal(new int[] {
106            128,
107            0,
108            0,
109            0});
110      this.numWindowRight.Name = "numWindowRight";
111      this.numWindowRight.Size = new System.Drawing.Size(120, 20);
112      this.numWindowRight.TabIndex = 3;
113      this.numWindowRight.Value = new decimal(new int[] {
114            4,
115            0,
116            0,
117            0});
118      this.numWindowRight.ValueChanged += new System.EventHandler(this.numWindowRight_ValueChanged);
119      //
120      // label3
121      //
122      this.label3.AutoSize = true;
123      this.label3.Location = new System.Drawing.Point(9, 89);
124      this.label3.Name = "label3";
125      this.label3.Size = new System.Drawing.Size(100, 13);
126      this.label3.TabIndex = 6;
127      this.label3.Text = "Order of polynomial:";
128      //
129      // numOrder
130      //
131      this.numOrder.Location = new System.Drawing.Point(115, 87);
132      this.numOrder.Maximum = new decimal(new int[] {
133            8,
134            0,
135            0,
136            0});
137      this.numOrder.Name = "numOrder";
138      this.numOrder.Size = new System.Drawing.Size(120, 20);
139      this.numOrder.TabIndex = 7;
140      this.numOrder.Value = new decimal(new int[] {
141            2,
142            0,
143            0,
144            0});
145      this.numOrder.ValueChanged += new System.EventHandler(this.numOrder_ValueChanged);
146      //
147      // numOrderOfDerivative
148      //
149      this.numOrderOfDerivative.Location = new System.Drawing.Point(115, 60);
150      this.numOrderOfDerivative.Maximum = new decimal(new int[] {
151            3,
152            0,
153            0,
154            0});
155      this.numOrderOfDerivative.Name = "numOrderOfDerivative";
156      this.numOrderOfDerivative.Size = new System.Drawing.Size(120, 20);
157      this.numOrderOfDerivative.TabIndex = 5;
158      this.numOrderOfDerivative.ValueChanged += new System.EventHandler(this.numOrderOfDerivative_ValueChanged);
159      //
160      // label4
161      //
162      this.label4.AutoSize = true;
163      this.label4.Location = new System.Drawing.Point(8, 62);
164      this.label4.Name = "label4";
165      this.label4.Size = new System.Drawing.Size(97, 13);
166      this.label4.TabIndex = 4;
167      this.label4.Text = "Order of derivative:";
168      //
169      // FilterSavitzkyGolayCommandView
170      //
171      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
172      this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
173      this.Controls.Add(this.numOrderOfDerivative);
174      this.Controls.Add(this.label4);
175      this.Controls.Add(this.numOrder);
176      this.Controls.Add(this.label3);
177      this.Controls.Add(this.label2);
178      this.Controls.Add(this.numWindowRight);
179      this.Controls.Add(this.label1);
180      this.Controls.Add(this.numWindowLeft);
181      this.Name = "FilterSavitzkyGolayCommandView";
182      this.Padding = new System.Windows.Forms.Padding(5);
183      this.Size = new System.Drawing.Size(246, 117);
184      ((System.ComponentModel.ISupportInitialize)(this.numWindowLeft)).EndInit();
185      ((System.ComponentModel.ISupportInitialize)(this.numWindowRight)).EndInit();
186      ((System.ComponentModel.ISupportInitialize)(this.numOrder)).EndInit();
187      ((System.ComponentModel.ISupportInitialize)(this.numOrderOfDerivative)).EndInit();
188      this.ResumeLayout(false);
189      this.PerformLayout();
190
191    }
192    #endregion
193
194    private System.Windows.Forms.NumericUpDown numWindowLeft;
195    private System.Windows.Forms.Label label1;
196    private System.Windows.Forms.Label label2;
197    private System.Windows.Forms.NumericUpDown numWindowRight;
198    private System.Windows.Forms.Label label3;
199    private System.Windows.Forms.NumericUpDown numOrder;
200    private System.Windows.Forms.NumericUpDown numOrderOfDerivative;
201    private System.Windows.Forms.Label label4;
202  }
203}
Note: See TracBrowser for help on using the repository browser.