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 |
|
---|
22 | namespace HeuristicLab.DataImporter.Command.View {
|
---|
23 | partial class TimeBasedWithoutOffsetCommandView {
|
---|
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.txtSeconds = new System.Windows.Forms.TextBox();
|
---|
48 | this.label2 = new System.Windows.Forms.Label();
|
---|
49 | this.label1 = new System.Windows.Forms.Label();
|
---|
50 | this.label3 = new System.Windows.Forms.Label();
|
---|
51 | this.label4 = new System.Windows.Forms.Label();
|
---|
52 | this.label5 = new System.Windows.Forms.Label();
|
---|
53 | this.label6 = new System.Windows.Forms.Label();
|
---|
54 | this.txtMinutes = new System.Windows.Forms.TextBox();
|
---|
55 | this.txtDays = new System.Windows.Forms.TextBox();
|
---|
56 | this.txtMonths = new System.Windows.Forms.TextBox();
|
---|
57 | this.txtHours = new System.Windows.Forms.TextBox();
|
---|
58 | this.txtYears = new System.Windows.Forms.TextBox();
|
---|
59 | this.SuspendLayout();
|
---|
60 | //
|
---|
61 | // txtSeconds
|
---|
62 | //
|
---|
63 | this.txtSeconds.Location = new System.Drawing.Point(93, 3);
|
---|
64 | this.txtSeconds.Name = "txtSeconds";
|
---|
65 | this.txtSeconds.Size = new System.Drawing.Size(61, 20);
|
---|
66 | this.txtSeconds.TabIndex = 0;
|
---|
67 | this.txtSeconds.Validating += new System.ComponentModel.CancelEventHandler(this.txtDateTimePart_Validating);
|
---|
68 | //
|
---|
69 | // label2
|
---|
70 | //
|
---|
71 | this.label2.AutoSize = true;
|
---|
72 | this.label2.Location = new System.Drawing.Point(5, 6);
|
---|
73 | this.label2.Name = "label2";
|
---|
74 | this.label2.Size = new System.Drawing.Size(49, 13);
|
---|
75 | this.label2.TabIndex = 4;
|
---|
76 | this.label2.Text = "Seconds";
|
---|
77 | //
|
---|
78 | // label1
|
---|
79 | //
|
---|
80 | this.label1.AutoSize = true;
|
---|
81 | this.label1.Location = new System.Drawing.Point(5, 32);
|
---|
82 | this.label1.Name = "label1";
|
---|
83 | this.label1.Size = new System.Drawing.Size(44, 13);
|
---|
84 | this.label1.TabIndex = 5;
|
---|
85 | this.label1.Text = "Minutes";
|
---|
86 | //
|
---|
87 | // label3
|
---|
88 | //
|
---|
89 | this.label3.AutoSize = true;
|
---|
90 | this.label3.Location = new System.Drawing.Point(5, 58);
|
---|
91 | this.label3.Name = "label3";
|
---|
92 | this.label3.Size = new System.Drawing.Size(35, 13);
|
---|
93 | this.label3.TabIndex = 6;
|
---|
94 | this.label3.Text = "Hours";
|
---|
95 | //
|
---|
96 | // label4
|
---|
97 | //
|
---|
98 | this.label4.AutoSize = true;
|
---|
99 | this.label4.Location = new System.Drawing.Point(5, 84);
|
---|
100 | this.label4.Name = "label4";
|
---|
101 | this.label4.Size = new System.Drawing.Size(31, 13);
|
---|
102 | this.label4.TabIndex = 7;
|
---|
103 | this.label4.Text = "Days";
|
---|
104 | //
|
---|
105 | // label5
|
---|
106 | //
|
---|
107 | this.label5.AutoSize = true;
|
---|
108 | this.label5.Location = new System.Drawing.Point(3, 110);
|
---|
109 | this.label5.Name = "label5";
|
---|
110 | this.label5.Size = new System.Drawing.Size(42, 13);
|
---|
111 | this.label5.TabIndex = 8;
|
---|
112 | this.label5.Text = "Months";
|
---|
113 | //
|
---|
114 | // label6
|
---|
115 | //
|
---|
116 | this.label6.AutoSize = true;
|
---|
117 | this.label6.Location = new System.Drawing.Point(5, 136);
|
---|
118 | this.label6.Name = "label6";
|
---|
119 | this.label6.Size = new System.Drawing.Size(34, 13);
|
---|
120 | this.label6.TabIndex = 9;
|
---|
121 | this.label6.Text = "Years";
|
---|
122 | //
|
---|
123 | // txtMinutes
|
---|
124 | //
|
---|
125 | this.txtMinutes.Location = new System.Drawing.Point(93, 29);
|
---|
126 | this.txtMinutes.Name = "txtMinutes";
|
---|
127 | this.txtMinutes.Size = new System.Drawing.Size(61, 20);
|
---|
128 | this.txtMinutes.TabIndex = 1;
|
---|
129 | this.txtMinutes.Validating += new System.ComponentModel.CancelEventHandler(this.txtDateTimePart_Validating);
|
---|
130 | //
|
---|
131 | // txtDays
|
---|
132 | //
|
---|
133 | this.txtDays.Location = new System.Drawing.Point(93, 81);
|
---|
134 | this.txtDays.Name = "txtDays";
|
---|
135 | this.txtDays.Size = new System.Drawing.Size(61, 20);
|
---|
136 | this.txtDays.TabIndex = 3;
|
---|
137 | this.txtDays.Validating += new System.ComponentModel.CancelEventHandler(this.txtDateTimePart_Validating);
|
---|
138 | //
|
---|
139 | // txtMonths
|
---|
140 | //
|
---|
141 | this.txtMonths.Location = new System.Drawing.Point(93, 107);
|
---|
142 | this.txtMonths.Name = "txtMonths";
|
---|
143 | this.txtMonths.Size = new System.Drawing.Size(61, 20);
|
---|
144 | this.txtMonths.TabIndex = 4;
|
---|
145 | this.txtMonths.Validating += new System.ComponentModel.CancelEventHandler(this.txtDateTimePart_Validating);
|
---|
146 | //
|
---|
147 | // txtHours
|
---|
148 | //
|
---|
149 | this.txtHours.Location = new System.Drawing.Point(93, 55);
|
---|
150 | this.txtHours.Name = "txtHours";
|
---|
151 | this.txtHours.Size = new System.Drawing.Size(61, 20);
|
---|
152 | this.txtHours.TabIndex = 2;
|
---|
153 | this.txtHours.Validating += new System.ComponentModel.CancelEventHandler(this.txtDateTimePart_Validating);
|
---|
154 | //
|
---|
155 | // txtYears
|
---|
156 | //
|
---|
157 | this.txtYears.Location = new System.Drawing.Point(93, 133);
|
---|
158 | this.txtYears.Name = "txtYears";
|
---|
159 | this.txtYears.Size = new System.Drawing.Size(61, 20);
|
---|
160 | this.txtYears.TabIndex = 5;
|
---|
161 | this.txtYears.Validating += new System.ComponentModel.CancelEventHandler(this.txtDateTimePart_Validating);
|
---|
162 | //
|
---|
163 | // TimeBasedWithoutOffsetCommandView
|
---|
164 | //
|
---|
165 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
166 | this.Controls.Add(this.txtYears);
|
---|
167 | this.Controls.Add(this.txtHours);
|
---|
168 | this.Controls.Add(this.txtMonths);
|
---|
169 | this.Controls.Add(this.txtDays);
|
---|
170 | this.Controls.Add(this.txtMinutes);
|
---|
171 | this.Controls.Add(this.label6);
|
---|
172 | this.Controls.Add(this.label5);
|
---|
173 | this.Controls.Add(this.label4);
|
---|
174 | this.Controls.Add(this.label3);
|
---|
175 | this.Controls.Add(this.label1);
|
---|
176 | this.Controls.Add(this.label2);
|
---|
177 | this.Controls.Add(this.txtSeconds);
|
---|
178 | this.Name = "TimeBasedWithoutOffsetCommandView";
|
---|
179 | this.Size = new System.Drawing.Size(184, 163);
|
---|
180 | this.ResumeLayout(false);
|
---|
181 | this.PerformLayout();
|
---|
182 |
|
---|
183 | }
|
---|
184 |
|
---|
185 | #endregion
|
---|
186 |
|
---|
187 | private System.Windows.Forms.TextBox txtSeconds;
|
---|
188 | private System.Windows.Forms.Label label2;
|
---|
189 | private System.Windows.Forms.Label label1;
|
---|
190 | private System.Windows.Forms.Label label3;
|
---|
191 | private System.Windows.Forms.Label label4;
|
---|
192 | private System.Windows.Forms.Label label5;
|
---|
193 | private System.Windows.Forms.Label label6;
|
---|
194 | private System.Windows.Forms.TextBox txtMinutes;
|
---|
195 | private System.Windows.Forms.TextBox txtDays;
|
---|
196 | private System.Windows.Forms.TextBox txtMonths;
|
---|
197 | private System.Windows.Forms.TextBox txtHours;
|
---|
198 | private System.Windows.Forms.TextBox txtYears;
|
---|
199 | }
|
---|
200 | }
|
---|