namespace EFCDesk.Forms
{
partial class FormExpedientes
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormExpedientes));
edt_BuscarExpediente = new TextBox();
label1 = new Label();
dgwExpedientes = new DataGridView();
BTN_Buscar = new Button();
edt_Pagina = new TextBox();
btn_inicio = new Button();
btn_anterior = new Button();
btn_siguiente = new Button();
btn_ultimo = new Button();
lblPaginacion = new Label();
((System.ComponentModel.ISupportInitialize)dgwExpedientes).BeginInit();
SuspendLayout();
//
// edt_BuscarExpediente
//
edt_BuscarExpediente.Location = new Point(65, 6);
edt_BuscarExpediente.Name = "edt_BuscarExpediente";
edt_BuscarExpediente.PlaceholderText = "Buscar Expediente...";
edt_BuscarExpediente.Size = new Size(258, 23);
edt_BuscarExpediente.TabIndex = 0;
edt_BuscarExpediente.TextAlign = HorizontalAlignment.Center;
edt_BuscarExpediente.KeyPress += edt_BuscarExpediente_KeyPress;
//
// label1
//
label1.AutoSize = true;
label1.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
label1.Location = new Point(12, 9);
label1.Name = "label1";
label1.Size = new Size(47, 15);
label1.TabIndex = 1;
label1.Text = "Buscar:";
//
// dgwExpedientes
//
dgwExpedientes.AllowUserToAddRows = false;
dgwExpedientes.AllowUserToDeleteRows = false;
dgwExpedientes.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dgwExpedientes.Location = new Point(12, 35);
dgwExpedientes.Name = "dgwExpedientes";
dgwExpedientes.ReadOnly = true;
dgwExpedientes.RowHeadersVisible = false;
dgwExpedientes.Size = new Size(559, 258);
dgwExpedientes.TabIndex = 2;
//
// BTN_Buscar
//
BTN_Buscar.BackgroundImage = (Image)resources.GetObject("BTN_Buscar.BackgroundImage");
BTN_Buscar.BackgroundImageLayout = ImageLayout.Zoom;
BTN_Buscar.Cursor = Cursors.Hand;
BTN_Buscar.FlatAppearance.BorderSize = 0;
BTN_Buscar.FlatStyle = FlatStyle.Flat;
BTN_Buscar.Location = new Point(326, 6);
BTN_Buscar.Name = "BTN_Buscar";
BTN_Buscar.Size = new Size(30, 23);
BTN_Buscar.TabIndex = 8;
BTN_Buscar.UseVisualStyleBackColor = true;
BTN_Buscar.Click += BTN_Buscar_Click;
//
// edt_Pagina
//
edt_Pagina.Location = new Point(471, 6);
edt_Pagina.Name = "edt_Pagina";
edt_Pagina.ReadOnly = true;
edt_Pagina.Size = new Size(100, 23);
edt_Pagina.TabIndex = 11;
edt_Pagina.TextAlign = HorizontalAlignment.Center;
edt_Pagina.Visible = false;
//
// btn_inicio
//
btn_inicio.Font = new Font("Segoe UI", 12F, FontStyle.Bold);
btn_inicio.Location = new Point(417, 296);
btn_inicio.Name = "btn_inicio";
btn_inicio.Size = new Size(34, 33);
btn_inicio.TabIndex = 12;
btn_inicio.Text = "|<";
btn_inicio.TextAlign = ContentAlignment.MiddleRight;
btn_inicio.UseVisualStyleBackColor = true;
btn_inicio.Click += btn_inicio_Click;
//
// btn_anterior
//
btn_anterior.Font = new Font("Segoe UI", 12F, FontStyle.Bold);
btn_anterior.Location = new Point(457, 296);
btn_anterior.Name = "btn_anterior";
btn_anterior.Size = new Size(34, 33);
btn_anterior.TabIndex = 13;
btn_anterior.Text = "<";
btn_anterior.TextAlign = ContentAlignment.MiddleRight;
btn_anterior.UseVisualStyleBackColor = true;
btn_anterior.Click += btn_anterior_Click;
//
// btn_siguiente
//
btn_siguiente.Font = new Font("Segoe UI", 12F, FontStyle.Bold);
btn_siguiente.Location = new Point(497, 296);
btn_siguiente.Name = "btn_siguiente";
btn_siguiente.Size = new Size(34, 33);
btn_siguiente.TabIndex = 14;
btn_siguiente.Text = ">";
btn_siguiente.TextAlign = ContentAlignment.MiddleRight;
btn_siguiente.UseVisualStyleBackColor = true;
btn_siguiente.Click += btn_siguiente_Click;
//
// btn_ultimo
//
btn_ultimo.Font = new Font("Segoe UI", 12F, FontStyle.Bold);
btn_ultimo.Location = new Point(537, 296);
btn_ultimo.Name = "btn_ultimo";
btn_ultimo.Size = new Size(34, 33);
btn_ultimo.TabIndex = 15;
btn_ultimo.Text = ">|";
btn_ultimo.TextAlign = ContentAlignment.MiddleRight;
btn_ultimo.UseVisualStyleBackColor = true;
btn_ultimo.Click += btn_ultimo_Click;
//
// lblPaginacion
//
lblPaginacion.AutoSize = true;
lblPaginacion.Location = new Point(12, 296);
lblPaginacion.Name = "lblPaginacion";
lblPaginacion.Size = new Size(209, 15);
lblPaginacion.TabIndex = 16;
lblPaginacion.Text = " [Registro 1 de 1000][Página 1 de 1000]";
lblPaginacion.TextAlign = ContentAlignment.MiddleLeft;
//
// FormExpedientes
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(583, 340);
Controls.Add(lblPaginacion);
Controls.Add(btn_ultimo);
Controls.Add(btn_siguiente);
Controls.Add(btn_anterior);
Controls.Add(btn_inicio);
Controls.Add(edt_Pagina);
Controls.Add(BTN_Buscar);
Controls.Add(dgwExpedientes);
Controls.Add(label1);
Controls.Add(edt_BuscarExpediente);
FormBorderStyle = FormBorderStyle.FixedDialog;
MaximizeBox = false;
Name = "FormExpedientes";
StartPosition = FormStartPosition.CenterScreen;
Text = "FormExpedientes";
Shown += FormExpedientes_Shown;
((System.ComponentModel.ISupportInitialize)dgwExpedientes).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private TextBox edt_BuscarExpediente;
private Label label1;
private DataGridView dgwExpedientes;
private Button BTN_Buscar;
private TextBox edt_Pagina;
private Button btn_inicio;
private Button btn_anterior;
private Button btn_siguiente;
private Button btn_ultimo;
private Label lblPaginacion;
}
}