OliviaAddIn/OliviaAddIn/SensCampos.Designer.cs

160 lines
7.0 KiB
C#

namespace OliviaAddIn
{
partial class SensCampos
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SensCampos));
this.btn_acept = new System.Windows.Forms.Button();
this.dateTimePicker_ini = new System.Windows.Forms.DateTimePicker();
this.label1 = new System.Windows.Forms.Label();
this.textBox_id = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.comboBox_media = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.dateTimePicker_fin = new System.Windows.Forms.DateTimePicker();
this.SuspendLayout();
//
// btn_acept
//
this.btn_acept.Location = new System.Drawing.Point(63, 227);
this.btn_acept.Name = "btn_acept";
this.btn_acept.Size = new System.Drawing.Size(75, 23);
this.btn_acept.TabIndex = 2;
this.btn_acept.Text = "Aceptar";
this.btn_acept.UseVisualStyleBackColor = true;
this.btn_acept.Click += new System.EventHandler(this.btn_acept_Click);
//
// dateTimePicker_ini
//
this.dateTimePicker_ini.CustomFormat = "dd/MM/yyyy - HH:mm:ss";
this.dateTimePicker_ini.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker_ini.Location = new System.Drawing.Point(21, 132);
this.dateTimePicker_ini.Name = "dateTimePicker_ini";
this.dateTimePicker_ini.Size = new System.Drawing.Size(156, 20);
this.dateTimePicker_ini.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 34);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(54, 13);
this.label1.TabIndex = 4;
this.label1.Text = "Campo ID";
//
// textBox_id
//
this.textBox_id.Location = new System.Drawing.Point(79, 31);
this.textBox_id.Name = "textBox_id";
this.textBox_id.Size = new System.Drawing.Size(100, 20);
this.textBox_id.TabIndex = 5;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(16, 75);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(36, 13);
this.label2.TabIndex = 6;
this.label2.Text = "Media";
//
// comboBox_media
//
this.comboBox_media.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_media.Location = new System.Drawing.Point(79, 72);
this.comboBox_media.Name = "comboBox_media";
this.comboBox_media.Size = new System.Drawing.Size(100, 21);
this.comboBox_media.TabIndex = 7;
this.comboBox_media.SelectedIndexChanged += new System.EventHandler(this.comboBox_media_SelectedIndexChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(16, 113);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(68, 13);
this.label3.TabIndex = 8;
this.label3.Text = "Fecha Inicio:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(16, 159);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 13);
this.label4.TabIndex = 9;
this.label4.Text = "Fecha Final:";
//
// dateTimePicker_fin
//
this.dateTimePicker_fin.CustomFormat = "dd/MM/yyyy - HH:mm:ss";
this.dateTimePicker_fin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker_fin.Location = new System.Drawing.Point(21, 176);
this.dateTimePicker_fin.Name = "dateTimePicker_fin";
this.dateTimePicker_fin.Size = new System.Drawing.Size(156, 20);
this.dateTimePicker_fin.TabIndex = 10;
//
// SensCampos
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(199, 262);
this.Controls.Add(this.dateTimePicker_fin);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.comboBox_media);
this.Controls.Add(this.label2);
this.Controls.Add(this.textBox_id);
this.Controls.Add(this.label1);
this.Controls.Add(this.dateTimePicker_ini);
this.Controls.Add(this.btn_acept);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "SensCampos";
this.Text = "Sensor";
this.TopMost = true;
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SensCampos_FormClosed);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btn_acept;
private System.Windows.Forms.DateTimePicker dateTimePicker_ini;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox_id;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox comboBox_media;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.DateTimePicker dateTimePicker_fin;
}
}