219 lines
14 KiB
C#
219 lines
14 KiB
C#
namespace Exferia_KairosPRO._4_Vistas
|
|
{
|
|
partial class P_Emails
|
|
{
|
|
/// <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()
|
|
{
|
|
this.ex_Paginador = new Exferia_Controles.Exferia_Paginador();
|
|
this.ex_btn_P_Emails_Borrar = new Exferia_Controles.Exferia_Button();
|
|
this.ex_btn_P_Emails_Grabar = new Exferia_Controles.Exferia_Button();
|
|
this.ex_chklst_P_Emails_Informes = new Exferia_Controles.Exferia_CheckListBox();
|
|
this.ex_lbl_P_Emails_Informes = new Exferia_Controles.Exferia_Label();
|
|
this.ex_usc_P_Emails_Email = new Exferia_Controles.Exferia_TextBox_Email();
|
|
this.ex_pnl_P_Emails_Parametros = new Exferia_Controles.Exferia_Panel_Degradado();
|
|
this.ex_lbl_P_Emails_Parametros = new Exferia_Controles.Exferia_Label();
|
|
this.ex_btn_P_Emails_Parametros_Add = new Exferia_Controles.Exferia_Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// ex_Paginador
|
|
//
|
|
this.ex_Paginador.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.ex_Paginador.Location = new System.Drawing.Point(8, 621);
|
|
this.ex_Paginador.Name = "ex_Paginador";
|
|
this.ex_Paginador.PaginaActual = 1;
|
|
this.ex_Paginador.PaginasTotales = 1;
|
|
this.ex_Paginador.Size = new System.Drawing.Size(364, 39);
|
|
this.ex_Paginador.TabIndex = 92;
|
|
this.ex_Paginador.TabStop = false;
|
|
this.ex_Paginador.txt_ValorPaginaActual = 999999999;
|
|
this.ex_Paginador.Exferia_Paginador_Evento_Primera_Click += new System.EventHandler(this.ctu_Paginacion_Primera_Click);
|
|
this.ex_Paginador.Exferia_Paginador_Evento_Anterior_Click += new System.EventHandler(this.ctu_Paginacion_Anterior_Click);
|
|
this.ex_Paginador.Exferia_Paginador_Evento_Siguiente_Click += new System.EventHandler(this.ctu_Paginacion_Siguiente_Click);
|
|
this.ex_Paginador.Exferia_Paginador_Evento_Ultima_Click += new System.EventHandler(this.ctu_Paginacion_Ultima_Click);
|
|
this.ex_Paginador.Exferia_Paginador_Evento_PaginaActual_KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_PaginaActual_KeyPress);
|
|
//
|
|
// ex_btn_P_Emails_Borrar
|
|
//
|
|
this.ex_btn_P_Emails_Borrar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ex_btn_P_Emails_Borrar.BackColor = System.Drawing.Color.Maroon;
|
|
this.ex_btn_P_Emails_Borrar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.ex_btn_P_Emails_Borrar.Exferia_Button_Bloqueable = true;
|
|
this.ex_btn_P_Emails_Borrar.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_BORRAR;
|
|
this.ex_btn_P_Emails_Borrar.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
|
|
this.ex_btn_P_Emails_Borrar.Exferia_Button_ReadOnly = false;
|
|
this.ex_btn_P_Emails_Borrar.Exferia_Button_TabStop = false;
|
|
this.ex_btn_P_Emails_Borrar.Exferia_Button_ToolTip = "Borrar (F5)";
|
|
this.ex_btn_P_Emails_Borrar.FlatAppearance.BorderSize = 0;
|
|
this.ex_btn_P_Emails_Borrar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.ex_btn_P_Emails_Borrar.Location = new System.Drawing.Point(757, 90);
|
|
this.ex_btn_P_Emails_Borrar.Name = "ex_btn_P_Emails_Borrar";
|
|
this.ex_btn_P_Emails_Borrar.Size = new System.Drawing.Size(31, 36);
|
|
this.ex_btn_P_Emails_Borrar.TabIndex = 91;
|
|
this.ex_btn_P_Emails_Borrar.TabStop = false;
|
|
this.ex_btn_P_Emails_Borrar.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.ex_btn_P_Emails_Borrar.UseVisualStyleBackColor = false;
|
|
this.ex_btn_P_Emails_Borrar.Click += new System.EventHandler(this.ex_btn_P_Emails_Borrar_Click);
|
|
//
|
|
// ex_btn_P_Emails_Grabar
|
|
//
|
|
this.ex_btn_P_Emails_Grabar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ex_btn_P_Emails_Grabar.BackColor = System.Drawing.Color.Maroon;
|
|
this.ex_btn_P_Emails_Grabar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.ex_btn_P_Emails_Grabar.Exferia_Button_Bloqueable = true;
|
|
this.ex_btn_P_Emails_Grabar.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_GUARDAR;
|
|
this.ex_btn_P_Emails_Grabar.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
|
|
this.ex_btn_P_Emails_Grabar.Exferia_Button_ReadOnly = false;
|
|
this.ex_btn_P_Emails_Grabar.Exferia_Button_TabStop = false;
|
|
this.ex_btn_P_Emails_Grabar.Exferia_Button_ToolTip = "Grabar (F2)";
|
|
this.ex_btn_P_Emails_Grabar.FlatAppearance.BorderSize = 0;
|
|
this.ex_btn_P_Emails_Grabar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.ex_btn_P_Emails_Grabar.Location = new System.Drawing.Point(757, 48);
|
|
this.ex_btn_P_Emails_Grabar.Name = "ex_btn_P_Emails_Grabar";
|
|
this.ex_btn_P_Emails_Grabar.Size = new System.Drawing.Size(31, 36);
|
|
this.ex_btn_P_Emails_Grabar.TabIndex = 90;
|
|
this.ex_btn_P_Emails_Grabar.TabStop = false;
|
|
this.ex_btn_P_Emails_Grabar.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.ex_btn_P_Emails_Grabar.UseVisualStyleBackColor = false;
|
|
this.ex_btn_P_Emails_Grabar.Click += new System.EventHandler(this.ex_btn_P_Emails_Grabar_Click);
|
|
//
|
|
// ex_chklst_P_Emails_Informes
|
|
//
|
|
this.ex_chklst_P_Emails_Informes.FormattingEnabled = true;
|
|
this.ex_chklst_P_Emails_Informes.Location = new System.Drawing.Point(130, 302);
|
|
this.ex_chklst_P_Emails_Informes.Name = "ex_chklst_P_Emails_Informes";
|
|
this.ex_chklst_P_Emails_Informes.Size = new System.Drawing.Size(476, 319);
|
|
this.ex_chklst_P_Emails_Informes.TabIndex = 94;
|
|
//
|
|
// ex_lbl_P_Emails_Informes
|
|
//
|
|
this.ex_lbl_P_Emails_Informes.AutoSize = true;
|
|
this.ex_lbl_P_Emails_Informes.BackColor = System.Drawing.Color.Transparent;
|
|
this.ex_lbl_P_Emails_Informes.Location = new System.Drawing.Point(22, 302);
|
|
this.ex_lbl_P_Emails_Informes.Name = "ex_lbl_P_Emails_Informes";
|
|
this.ex_lbl_P_Emails_Informes.Size = new System.Drawing.Size(47, 13);
|
|
this.ex_lbl_P_Emails_Informes.TabIndex = 96;
|
|
this.ex_lbl_P_Emails_Informes.Text = "Informes";
|
|
//
|
|
// ex_usc_P_Emails_Email
|
|
//
|
|
this.ex_usc_P_Emails_Email.Exferia_TextBox_Email_MaxLength = 100;
|
|
this.ex_usc_P_Emails_Email.Exferia_TextBox_Email_Obligatorio = true;
|
|
this.ex_usc_P_Emails_Email.Exferia_TextBox_Email_Titulo = "Email";
|
|
this.ex_usc_P_Emails_Email.Exferia_TextBox_Email_Valor = "";
|
|
this.ex_usc_P_Emails_Email.Location = new System.Drawing.Point(25, 90);
|
|
this.ex_usc_P_Emails_Email.Name = "ex_usc_P_Emails_Email";
|
|
this.ex_usc_P_Emails_Email.Size = new System.Drawing.Size(581, 20);
|
|
this.ex_usc_P_Emails_Email.TabIndex = 97;
|
|
//
|
|
// ex_pnl_P_Emails_Parametros
|
|
//
|
|
this.ex_pnl_P_Emails_Parametros.AutoScroll = true;
|
|
this.ex_pnl_P_Emails_Parametros.Exferia_Panel_Degradado_Color_Borde = System.Drawing.SystemColors.Control;
|
|
this.ex_pnl_P_Emails_Parametros.Exferia_Panel_Degradado_Color_Desde = System.Drawing.SystemColors.Control;
|
|
this.ex_pnl_P_Emails_Parametros.Exferia_Panel_Degradado_Color_Hasta = System.Drawing.SystemColors.Control;
|
|
this.ex_pnl_P_Emails_Parametros.Exferia_Panel_Degradado_TipoDegradado = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
|
|
this.ex_pnl_P_Emails_Parametros.Location = new System.Drawing.Point(130, 125);
|
|
this.ex_pnl_P_Emails_Parametros.Name = "ex_pnl_P_Emails_Parametros";
|
|
this.ex_pnl_P_Emails_Parametros.Size = new System.Drawing.Size(476, 160);
|
|
this.ex_pnl_P_Emails_Parametros.TabIndex = 98;
|
|
//
|
|
// ex_lbl_P_Emails_Parametros
|
|
//
|
|
this.ex_lbl_P_Emails_Parametros.AutoSize = true;
|
|
this.ex_lbl_P_Emails_Parametros.BackColor = System.Drawing.Color.Transparent;
|
|
this.ex_lbl_P_Emails_Parametros.Location = new System.Drawing.Point(22, 125);
|
|
this.ex_lbl_P_Emails_Parametros.Name = "ex_lbl_P_Emails_Parametros";
|
|
this.ex_lbl_P_Emails_Parametros.Size = new System.Drawing.Size(60, 13);
|
|
this.ex_lbl_P_Emails_Parametros.TabIndex = 99;
|
|
this.ex_lbl_P_Emails_Parametros.Text = "Parámetros";
|
|
//
|
|
// ex_btn_P_Emails_Parametros_Add
|
|
//
|
|
this.ex_btn_P_Emails_Parametros_Add.BackColor = System.Drawing.Color.Maroon;
|
|
this.ex_btn_P_Emails_Parametros_Add.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.ex_btn_P_Emails_Parametros_Add.Exferia_Button_Bloqueable = true;
|
|
this.ex_btn_P_Emails_Parametros_Add.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_ADD;
|
|
this.ex_btn_P_Emails_Parametros_Add.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
|
|
this.ex_btn_P_Emails_Parametros_Add.Exferia_Button_ReadOnly = false;
|
|
this.ex_btn_P_Emails_Parametros_Add.Exferia_Button_TabStop = false;
|
|
this.ex_btn_P_Emails_Parametros_Add.Exferia_Button_ToolTip = "";
|
|
this.ex_btn_P_Emails_Parametros_Add.FlatAppearance.BorderSize = 0;
|
|
this.ex_btn_P_Emails_Parametros_Add.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.ex_btn_P_Emails_Parametros_Add.Location = new System.Drawing.Point(612, 125);
|
|
this.ex_btn_P_Emails_Parametros_Add.Name = "ex_btn_P_Emails_Parametros_Add";
|
|
this.ex_btn_P_Emails_Parametros_Add.Size = new System.Drawing.Size(31, 36);
|
|
this.ex_btn_P_Emails_Parametros_Add.TabIndex = 100;
|
|
this.ex_btn_P_Emails_Parametros_Add.TabStop = false;
|
|
this.ex_btn_P_Emails_Parametros_Add.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.ex_btn_P_Emails_Parametros_Add.UseVisualStyleBackColor = false;
|
|
this.ex_btn_P_Emails_Parametros_Add.Click += new System.EventHandler(this.ex_btn_P_Emails_Parametros_Add_Click);
|
|
//
|
|
// P_Emails
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(797, 670);
|
|
this.Controls.Add(this.ex_btn_P_Emails_Parametros_Add);
|
|
this.Controls.Add(this.ex_lbl_P_Emails_Parametros);
|
|
this.Controls.Add(this.ex_pnl_P_Emails_Parametros);
|
|
this.Controls.Add(this.ex_usc_P_Emails_Email);
|
|
this.Controls.Add(this.ex_lbl_P_Emails_Informes);
|
|
this.Controls.Add(this.ex_chklst_P_Emails_Informes);
|
|
this.Controls.Add(this.ex_Paginador);
|
|
this.Controls.Add(this.ex_btn_P_Emails_Borrar);
|
|
this.Controls.Add(this.ex_btn_P_Emails_Grabar);
|
|
this.Name = "P_Emails";
|
|
this.Text = "P_Emails";
|
|
this.Load += new System.EventHandler(this.P_Emails_Load);
|
|
this.Shown += new System.EventHandler(this.P_Emails_Shown);
|
|
this.Controls.SetChildIndex(this.ex_btn_P_Emails_Grabar, 0);
|
|
this.Controls.SetChildIndex(this.ex_btn_P_Emails_Borrar, 0);
|
|
this.Controls.SetChildIndex(this.ex_Paginador, 0);
|
|
this.Controls.SetChildIndex(this.ex_chklst_P_Emails_Informes, 0);
|
|
this.Controls.SetChildIndex(this.ex_lbl_P_Emails_Informes, 0);
|
|
this.Controls.SetChildIndex(this.ex_usc_P_Emails_Email, 0);
|
|
this.Controls.SetChildIndex(this.ex_pnl_P_Emails_Parametros, 0);
|
|
this.Controls.SetChildIndex(this.ex_lbl_P_Emails_Parametros, 0);
|
|
this.Controls.SetChildIndex(this.ex_btn_P_Emails_Parametros_Add, 0);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Exferia_Controles.Exferia_Paginador ex_Paginador;
|
|
private Exferia_Controles.Exferia_Button ex_btn_P_Emails_Borrar;
|
|
private Exferia_Controles.Exferia_Button ex_btn_P_Emails_Grabar;
|
|
private Exferia_Controles.Exferia_CheckListBox ex_chklst_P_Emails_Informes;
|
|
private Exferia_Controles.Exferia_Label ex_lbl_P_Emails_Informes;
|
|
private Exferia_Controles.Exferia_TextBox_Email ex_usc_P_Emails_Email;
|
|
private Exferia_Controles.Exferia_Panel_Degradado ex_pnl_P_Emails_Parametros;
|
|
private Exferia_Controles.Exferia_Label ex_lbl_P_Emails_Parametros;
|
|
private Exferia_Controles.Exferia_Button ex_btn_P_Emails_Parametros_Add;
|
|
}
|
|
} |