#region License Information /* HeuristicLab * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) * * This file is part of HeuristicLab. * * HeuristicLab is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * HeuristicLab is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with HeuristicLab. If not, see . */ #endregion namespace HeuristicLab.DataImporter.Command.View { partial class TimeBasedWithoutOffsetCommandView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.txtSeconds = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.txtMinutes = new System.Windows.Forms.TextBox(); this.txtDays = new System.Windows.Forms.TextBox(); this.txtMonths = new System.Windows.Forms.TextBox(); this.txtHours = new System.Windows.Forms.TextBox(); this.txtYears = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // txtSeconds // this.txtSeconds.Location = new System.Drawing.Point(93, 3); this.txtSeconds.Name = "txtSeconds"; this.txtSeconds.Size = new System.Drawing.Size(61, 20); this.txtSeconds.TabIndex = 0; this.txtSeconds.Validating += new System.ComponentModel.CancelEventHandler(this.txtDateTimePart_Validating); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(5, 6); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(49, 13); this.label2.TabIndex = 4; this.label2.Text = "Seconds"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(5, 32); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(44, 13); this.label1.TabIndex = 5; this.label1.Text = "Minutes"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(5, 58); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(35, 13); this.label3.TabIndex = 6; this.label3.Text = "Hours"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(5, 84); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(31, 13); this.label4.TabIndex = 7; this.label4.Text = "Days"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(3, 110); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(42, 13); this.label5.TabIndex = 8; this.label5.Text = "Months"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(5, 136); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(34, 13); this.label6.TabIndex = 9; this.label6.Text = "Years"; // // txtMinutes // this.txtMinutes.Location = new System.Drawing.Point(93, 29); this.txtMinutes.Name = "txtMinutes"; this.txtMinutes.Size = new System.Drawing.Size(61, 20); this.txtMinutes.TabIndex = 1; this.txtMinutes.Validating += new System.ComponentModel.CancelEventHandler(this.txtDateTimePart_Validating); // // txtDays // this.txtDays.Location = new System.Drawing.Point(93, 81); this.txtDays.Name = "txtDays"; this.txtDays.Size = new System.Drawing.Size(61, 20); this.txtDays.TabIndex = 3; this.txtDays.Validating += new System.ComponentModel.CancelEventHandler(this.txtDateTimePart_Validating); // // txtMonths // this.txtMonths.Location = new System.Drawing.Point(93, 107); this.txtMonths.Name = "txtMonths"; this.txtMonths.Size = new System.Drawing.Size(61, 20); this.txtMonths.TabIndex = 4; this.txtMonths.Validating += new System.ComponentModel.CancelEventHandler(this.txtDateTimePart_Validating); // // txtHours // this.txtHours.Location = new System.Drawing.Point(93, 55); this.txtHours.Name = "txtHours"; this.txtHours.Size = new System.Drawing.Size(61, 20); this.txtHours.TabIndex = 2; this.txtHours.Validating += new System.ComponentModel.CancelEventHandler(this.txtDateTimePart_Validating); // // txtYears // this.txtYears.Location = new System.Drawing.Point(93, 133); this.txtYears.Name = "txtYears"; this.txtYears.Size = new System.Drawing.Size(61, 20); this.txtYears.TabIndex = 5; this.txtYears.Validating += new System.ComponentModel.CancelEventHandler(this.txtDateTimePart_Validating); // // TimeBasedWithoutOffsetCommandView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.Controls.Add(this.txtYears); this.Controls.Add(this.txtHours); this.Controls.Add(this.txtMonths); this.Controls.Add(this.txtDays); this.Controls.Add(this.txtMinutes); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.label2); this.Controls.Add(this.txtSeconds); this.Name = "TimeBasedWithoutOffsetCommandView"; this.Size = new System.Drawing.Size(184, 163); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtSeconds; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtMinutes; private System.Windows.Forms.TextBox txtDays; private System.Windows.Forms.TextBox txtMonths; private System.Windows.Forms.TextBox txtHours; private System.Windows.Forms.TextBox txtYears; } }