Exferia/Exferia_Contabilidad/Test/Form1.Designer.cs

356 lines
17 KiB
C#

namespace Test
{
partial class Form1
{
/// <summary>
/// Variable del diseñador necesaria.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Limpiar los recursos que se estén usando.
/// </summary>
/// <param name="disposing">true si los recursos administrados se deben desechar; false en caso contrario.</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_msp_Menu = new Exferia_Controles.Exferia_MenuSuperior();
this.btn_CodigoPrueba = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.txt_Mantenimiento_Libreria = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txt_Listado_Libreria = new System.Windows.Forms.TextBox();
this.btn_Abrir_Mantenimiento = new System.Windows.Forms.Button();
this.btn_Abrir_Listado = new System.Windows.Forms.Button();
this.cbo_Mantenimiento_Libreria = new System.Windows.Forms.ComboBox();
this.cbo_Listado_Libreria = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.lbl_Perfil = new System.Windows.Forms.Label();
this.lbl_BaseDatos = new System.Windows.Forms.Label();
this.lbl_Servidor = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.btn_CambiarConexion = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.spl_Principal = new System.Windows.Forms.SplitContainer();
((System.ComponentModel.ISupportInitialize)(this.spl_Principal)).BeginInit();
this.spl_Principal.SuspendLayout();
this.SuspendLayout();
//
// ex_msp_Menu
//
this.ex_msp_Menu.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ex_msp_Menu.BackColor = System.Drawing.Color.Maroon;
this.ex_msp_Menu.Exferia_MenuSuperior_Total_NumeroProcesosAbiertos = "0";
this.ex_msp_Menu.Location = new System.Drawing.Point(25, 12);
this.ex_msp_Menu.Name = "ex_msp_Menu";
this.ex_msp_Menu.Size = new System.Drawing.Size(1227, 35);
this.ex_msp_Menu.TabIndex = 1;
//
// btn_CodigoPrueba
//
this.btn_CodigoPrueba.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.btn_CodigoPrueba.Location = new System.Drawing.Point(838, 52);
this.btn_CodigoPrueba.Name = "btn_CodigoPrueba";
this.btn_CodigoPrueba.Size = new System.Drawing.Size(81, 45);
this.btn_CodigoPrueba.TabIndex = 22;
this.btn_CodigoPrueba.Text = "CODIGO PRUEBA";
this.btn_CodigoPrueba.UseVisualStyleBackColor = false;
this.btn_CodigoPrueba.Click += new System.EventHandler(this.btn_CodigoPrueba_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(442, 56);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 13);
this.label4.TabIndex = 21;
this.label4.Text = "Libreria";
//
// txt_Mantenimiento_Libreria
//
this.txt_Mantenimiento_Libreria.Location = new System.Drawing.Point(489, 52);
this.txt_Mantenimiento_Libreria.Name = "txt_Mantenimiento_Libreria";
this.txt_Mantenimiento_Libreria.Size = new System.Drawing.Size(217, 20);
this.txt_Mantenimiento_Libreria.TabIndex = 19;
this.txt_Mantenimiento_Libreria.Text = "Exferia_Contabilidad";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(22, 57);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 13);
this.label1.TabIndex = 18;
this.label1.Text = "Libreria";
//
// txt_Listado_Libreria
//
this.txt_Listado_Libreria.Location = new System.Drawing.Point(69, 53);
this.txt_Listado_Libreria.Name = "txt_Listado_Libreria";
this.txt_Listado_Libreria.Size = new System.Drawing.Size(250, 20);
this.txt_Listado_Libreria.TabIndex = 16;
this.txt_Listado_Libreria.Text = "Exferia_Contabilidad";
//
// btn_Abrir_Mantenimiento
//
this.btn_Abrir_Mantenimiento.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.btn_Abrir_Mantenimiento.Location = new System.Drawing.Point(712, 51);
this.btn_Abrir_Mantenimiento.Name = "btn_Abrir_Mantenimiento";
this.btn_Abrir_Mantenimiento.Size = new System.Drawing.Size(120, 47);
this.btn_Abrir_Mantenimiento.TabIndex = 15;
this.btn_Abrir_Mantenimiento.Text = "ABRIR MANTENIMIENTO";
this.btn_Abrir_Mantenimiento.UseVisualStyleBackColor = false;
this.btn_Abrir_Mantenimiento.Click += new System.EventHandler(this.btn_Abrir_Mantenimiento_Click);
//
// btn_Abrir_Listado
//
this.btn_Abrir_Listado.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.btn_Abrir_Listado.Location = new System.Drawing.Point(325, 52);
this.btn_Abrir_Listado.Name = "btn_Abrir_Listado";
this.btn_Abrir_Listado.Size = new System.Drawing.Size(111, 47);
this.btn_Abrir_Listado.TabIndex = 14;
this.btn_Abrir_Listado.Text = "ABRIR LISTADO";
this.btn_Abrir_Listado.UseVisualStyleBackColor = false;
this.btn_Abrir_Listado.Click += new System.EventHandler(this.btn_Abrir_Listado_Click);
//
// cbo_Mantenimiento_Libreria
//
this.cbo_Mantenimiento_Libreria.FormattingEnabled = true;
this.cbo_Mantenimiento_Libreria.Items.AddRange(new object[] {
"CTA_DIARIOCABECERA",
"CTA_GRUPO_1",
"CTA_GRUPO_2",
"CTA_GRUPO_3",
"CTA_GRUPO_4",
"CTA_INFORMESOFICIALES",
"CTA_MAYOR",
"CTA_MAYORAUXILIAR",
"CTA_PREDEFINIDOAUXILIAR",
"CTA_PREDEFINIDOCUENTA",
"CTA_PREDEFINIDOCONCEPTO",
"CTA_PREDEFINIDOENTIDAD",
"CTA_PREDEFINIDOIMPORTE",
"CTA_PREDEFINIDOCABECERA",
"CTA_PREDEFINIDOFECHA",
"CTA_PREDEFINIDOFICHERO",
"CTA_PREDEFINIDOLINEA_PREDEFINIDOCABECERA",
"CTA_UTILIDADESCONTABLES"});
this.cbo_Mantenimiento_Libreria.Location = new System.Drawing.Point(489, 77);
this.cbo_Mantenimiento_Libreria.Name = "cbo_Mantenimiento_Libreria";
this.cbo_Mantenimiento_Libreria.Size = new System.Drawing.Size(217, 21);
this.cbo_Mantenimiento_Libreria.TabIndex = 23;
this.cbo_Mantenimiento_Libreria.Text = "CTA_UTILIDADESCONTABLES";
//
// cbo_Listado_Libreria
//
this.cbo_Listado_Libreria.FormattingEnabled = true;
this.cbo_Listado_Libreria.Items.AddRange(new object[] {
"CTA_AMORTIZACIONESCABECERA",
"CTA_CLAVEANALITICA",
"CTA_CONCEPTO",
"CTA_DEPARTAMENTO",
"CTA_INFORMESCONTABLESCABECERA",
"CTA_INMOVILIZADOS",
"CTA_INMOVILIZADOSMOTIVOSBAJA",
"CTA_MAYOR",
"CTA_MAYORAUXILIAR",
"CTA_PLANGENERALCONTABLE",
"CTA_PREDEFINIDOAUXILIAR",
"CTA_PREDEFINIDOCUENTA",
"CTA_PREDEFINIDOCONCEPTO",
"CTA_PREDEFINIDOENTIDAD",
"CTA_PREDEFINIDOIMPORTE",
"CTA_PREDEFINIDOCABECERA",
"CTA_PREDEFINIDOFECHA",
"CTA_PREDEFINIDOFICHERO",
"CTA_PREDEFINIDOLINEA_PREDEFINIDOCABECERA",
"CTA_VOLCADOCABECERA",
"CTA_VOLCADOLINEA"});
this.cbo_Listado_Libreria.Location = new System.Drawing.Point(69, 79);
this.cbo_Listado_Libreria.Name = "cbo_Listado_Libreria";
this.cbo_Listado_Libreria.Size = new System.Drawing.Size(250, 21);
this.cbo_Listado_Libreria.TabIndex = 24;
this.cbo_Listado_Libreria.Text = "CTA_INFORMESCONTABLESCABECERA";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(442, 82);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 13);
this.label3.TabIndex = 25;
this.label3.Text = "Opcion";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(22, 82);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 13);
this.label2.TabIndex = 26;
this.label2.Text = "Opcion";
//
// lbl_Perfil
//
this.lbl_Perfil.AutoSize = true;
this.lbl_Perfil.Location = new System.Drawing.Point(1018, 84);
this.lbl_Perfil.Name = "lbl_Perfil";
this.lbl_Perfil.Size = new System.Drawing.Size(41, 13);
this.lbl_Perfil.TabIndex = 44;
this.lbl_Perfil.Text = "label11";
//
// lbl_BaseDatos
//
this.lbl_BaseDatos.AutoSize = true;
this.lbl_BaseDatos.Location = new System.Drawing.Point(1046, 67);
this.lbl_BaseDatos.Name = "lbl_BaseDatos";
this.lbl_BaseDatos.Size = new System.Drawing.Size(41, 13);
this.lbl_BaseDatos.TabIndex = 43;
this.lbl_BaseDatos.Text = "label10";
//
// lbl_Servidor
//
this.lbl_Servidor.AutoSize = true;
this.lbl_Servidor.Location = new System.Drawing.Point(1011, 50);
this.lbl_Servidor.Name = "lbl_Servidor";
this.lbl_Servidor.Size = new System.Drawing.Size(35, 13);
this.lbl_Servidor.TabIndex = 42;
this.lbl_Servidor.Text = "label9";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.Location = new System.Drawing.Point(947, 84);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 13);
this.label8.TabIndex = 41;
this.label8.Text = "IdUsuario:";
//
// btn_CambiarConexion
//
this.btn_CambiarConexion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_CambiarConexion.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.btn_CambiarConexion.Location = new System.Drawing.Point(1148, 50);
this.btn_CambiarConexion.Name = "btn_CambiarConexion";
this.btn_CambiarConexion.Size = new System.Drawing.Size(104, 45);
this.btn_CambiarConexion.TabIndex = 40;
this.btn_CambiarConexion.Text = "CAMBIAR CONEXION";
this.btn_CambiarConexion.UseVisualStyleBackColor = false;
this.btn_CambiarConexion.Click += new System.EventHandler(this.btn_CambiarConexion_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(947, 67);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(93, 13);
this.label7.TabIndex = 39;
this.label7.Text = "Dase de datos:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(947, 50);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(58, 13);
this.label6.TabIndex = 38;
this.label6.Text = "Servidor:";
//
// spl_Principal
//
this.spl_Principal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.spl_Principal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.spl_Principal.Location = new System.Drawing.Point(12, 106);
this.spl_Principal.Name = "spl_Principal";
//
// spl_Principal.Panel1
//
this.spl_Principal.Panel1.BackColor = System.Drawing.Color.Transparent;
//
// spl_Principal.Panel2
//
this.spl_Principal.Panel2.BackColor = System.Drawing.Color.Transparent;
this.spl_Principal.Size = new System.Drawing.Size(1230, 619);
this.spl_Principal.SplitterDistance = 613;
this.spl_Principal.TabIndex = 49;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1264, 733);
this.Controls.Add(this.spl_Principal);
this.Controls.Add(this.lbl_Perfil);
this.Controls.Add(this.lbl_BaseDatos);
this.Controls.Add(this.lbl_Servidor);
this.Controls.Add(this.label8);
this.Controls.Add(this.btn_CambiarConexion);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label2);
this.Controls.Add(this.label3);
this.Controls.Add(this.cbo_Listado_Libreria);
this.Controls.Add(this.cbo_Mantenimiento_Libreria);
this.Controls.Add(this.btn_CodigoPrueba);
this.Controls.Add(this.label4);
this.Controls.Add(this.txt_Mantenimiento_Libreria);
this.Controls.Add(this.label1);
this.Controls.Add(this.txt_Listado_Libreria);
this.Controls.Add(this.btn_Abrir_Mantenimiento);
this.Controls.Add(this.btn_Abrir_Listado);
this.Controls.Add(this.ex_msp_Menu);
this.Name = "Form1";
this.Text = "Form1";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
((System.ComponentModel.ISupportInitialize)(this.spl_Principal)).EndInit();
this.spl_Principal.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Exferia_Controles.Exferia_MenuSuperior ex_msp_Menu;
private System.Windows.Forms.Button btn_CodigoPrueba;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txt_Mantenimiento_Libreria;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txt_Listado_Libreria;
private System.Windows.Forms.Button btn_Abrir_Mantenimiento;
private System.Windows.Forms.Button btn_Abrir_Listado;
private System.Windows.Forms.ComboBox cbo_Mantenimiento_Libreria;
private System.Windows.Forms.ComboBox cbo_Listado_Libreria;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lbl_Perfil;
private System.Windows.Forms.Label lbl_BaseDatos;
private System.Windows.Forms.Label lbl_Servidor;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button btn_CambiarConexion;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.SplitContainer spl_Principal;
}
}