namespace Test { partial class Form1 { /// /// Variable del diseñador necesaria. /// private System.ComponentModel.IContainer components = null; /// /// Limpiar los recursos que se estén usando. /// /// true si los recursos administrados se deben desechar; false en caso contrario. 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.ex_msp_Menu = new Exferia_Controles.Exferia_MenuSuperior(); this.btn_CodigoPrueba = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.txt_Mantenimiento_Libreria = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); 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_Listado = new System.Windows.Forms.ComboBox(); this.cbo_Listado_Libreria = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.btn_CambiarConexion = new System.Windows.Forms.Button(); this.label8 = new System.Windows.Forms.Label(); this.lbl_Servidor = new System.Windows.Forms.Label(); this.lbl_BaseDatos = new System.Windows.Forms.Label(); this.lbl_Perfil = 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(12, 12); this.ex_msp_Menu.Name = "ex_msp_Menu"; this.ex_msp_Menu.Size = new System.Drawing.Size(1240, 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(846, 53); this.btn_CodigoPrueba.Name = "btn_CodigoPrueba"; this.btn_CodigoPrueba.Size = new System.Drawing.Size(81, 45); this.btn_CodigoPrueba.TabIndex = 24; this.btn_CodigoPrueba.Text = "CODIGO PRUEBA"; this.btn_CodigoPrueba.UseVisualStyleBackColor = false; this.btn_CodigoPrueba.Click += new System.EventHandler(this.btn_CodigoPrueba_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(449, 84); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 13); this.label3.TabIndex = 23; this.label3.Text = "Opcion"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(449, 56); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 13); this.label4.TabIndex = 22; this.label4.Text = "Libreria"; // // txt_Mantenimiento_Libreria // this.txt_Mantenimiento_Libreria.Location = new System.Drawing.Point(496, 54); this.txt_Mantenimiento_Libreria.Name = "txt_Mantenimiento_Libreria"; this.txt_Mantenimiento_Libreria.Size = new System.Drawing.Size(218, 20); this.txt_Mantenimiento_Libreria.TabIndex = 20; this.txt_Mantenimiento_Libreria.Text = "Exferia_General"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(13, 86); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 13); this.label2.TabIndex = 19; this.label2.Text = "Opcion"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 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(60, 53); this.txt_Listado_Libreria.Name = "txt_Listado_Libreria"; this.txt_Listado_Libreria.Size = new System.Drawing.Size(256, 20); this.txt_Listado_Libreria.TabIndex = 16; this.txt_Listado_Libreria.Text = "Exferia_General"; // // btn_Abrir_Mantenimiento // this.btn_Abrir_Mantenimiento.BackColor = System.Drawing.SystemColors.ActiveCaption; this.btn_Abrir_Mantenimiento.Location = new System.Drawing.Point(720, 52); 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(322, 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_Listado // this.cbo_Mantenimiento_Listado.FormattingEnabled = true; this.cbo_Mantenimiento_Listado.Items.AddRange(new object[] { "ERP_CONFIGURACION", "GEN_ACTUALIZACIONES_MENU", "GEN_ADMINISTRACIONES", "GEN_CONFIGURACION_CAMPOCODIGO", "GEN_CONFIGURACION_SW_SIGMA", "GEN_CONFIGURACIONESQUEMA_MENU", "GEN_CONFIGURACIONGENERAL", "GEN_EMPRESA_COMPARTIRDATO", "GEN_EMPRESASELECCION", "GEN_PERMISOS", "GEN_RETENCION", "SNC_SINCRONIZACIONSEGUIMIENTO", "GEN_LICENCIASPRODUCTOS"}); this.cbo_Mantenimiento_Listado.Location = new System.Drawing.Point(496, 78); this.cbo_Mantenimiento_Listado.Name = "cbo_Mantenimiento_Listado"; this.cbo_Mantenimiento_Listado.Size = new System.Drawing.Size(218, 21); this.cbo_Mantenimiento_Listado.TabIndex = 25; // // cbo_Listado_Libreria // this.cbo_Listado_Libreria.FormattingEnabled = true; this.cbo_Listado_Libreria.Items.AddRange(new object[] { "GEN_ADMINISTRACIONES", "GEN_ALMACEN", "GEN_CONFIGURACIONEMAIL", "GEN_DELEGACION", "GEN_EJERCICIOACTIVO", "GEN_EMPRESA", "GEN_ENTIDADBANCARIA", "GEN_FIRMAS_ELECTRONICAS", "GEN_IMPUESTOCABECERA", "GEN_IMPUESTOLINEA", "GEN_IMPUESTOTIPO", "GEN_MONEDA", "GEN_MUNICIPIO", "GEN_PAIS", "GEN_PERFIL", "GEN_PERFILESFUNCIONALIDAD", "GEN_POBLACION", "GEN_PROVINCIA", "GEN_RETENCIONTIPO", "GEN_TERMINALES", "GEN_TIPOCOMPRAVENTA", "GEN_TIPOVIA", "GEN_USUARIO"}); this.cbo_Listado_Libreria.Location = new System.Drawing.Point(60, 78); this.cbo_Listado_Libreria.Name = "cbo_Listado_Libreria"; this.cbo_Listado_Libreria.Size = new System.Drawing.Size(256, 21); this.cbo_Listado_Libreria.TabIndex = 26; this.cbo_Listado_Libreria.Text = "GEN_PERFILESFUNCIONALIDAD"; // // 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, 52); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(58, 13); this.label6.TabIndex = 30; this.label6.Text = "Servidor:"; // // 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, 69); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(92, 13); this.label7.TabIndex = 31; this.label7.Text = "Base de datos:"; // // 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, 52); this.btn_CambiarConexion.Name = "btn_CambiarConexion"; this.btn_CambiarConexion.Size = new System.Drawing.Size(104, 45); this.btn_CambiarConexion.TabIndex = 32; this.btn_CambiarConexion.Text = "CAMBIAR CONEXION"; this.btn_CambiarConexion.UseVisualStyleBackColor = false; this.btn_CambiarConexion.Click += new System.EventHandler(this.btn_CambiarConexion_Click); // // 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, 86); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(65, 13); this.label8.TabIndex = 33; this.label8.Text = "IdUsuario:"; // // lbl_Servidor // this.lbl_Servidor.AutoSize = true; this.lbl_Servidor.Location = new System.Drawing.Point(1011, 52); this.lbl_Servidor.Name = "lbl_Servidor"; this.lbl_Servidor.Size = new System.Drawing.Size(35, 13); this.lbl_Servidor.TabIndex = 34; this.lbl_Servidor.Text = "label9"; // // lbl_BaseDatos // this.lbl_BaseDatos.AutoSize = true; this.lbl_BaseDatos.Location = new System.Drawing.Point(1046, 69); this.lbl_BaseDatos.Name = "lbl_BaseDatos"; this.lbl_BaseDatos.Size = new System.Drawing.Size(41, 13); this.lbl_BaseDatos.TabIndex = 35; this.lbl_BaseDatos.Text = "label10"; // // lbl_Perfil // this.lbl_Perfil.AutoSize = true; this.lbl_Perfil.Location = new System.Drawing.Point(1018, 86); this.lbl_Perfil.Name = "lbl_Perfil"; this.lbl_Perfil.Size = new System.Drawing.Size(41, 13); this.lbl_Perfil.TabIndex = 37; this.lbl_Perfil.Text = "label11"; // // 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, 105); 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 = 48; // // 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.cbo_Listado_Libreria); this.Controls.Add(this.cbo_Mantenimiento_Listado); this.Controls.Add(this.btn_CodigoPrueba); this.Controls.Add(this.label3); this.Controls.Add(this.label4); this.Controls.Add(this.txt_Mantenimiento_Libreria); this.Controls.Add(this.label2); 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 label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txt_Mantenimiento_Libreria; private System.Windows.Forms.Label label2; 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_Listado; private System.Windows.Forms.ComboBox cbo_Listado_Libreria; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Button btn_CambiarConexion; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label lbl_Servidor; private System.Windows.Forms.Label lbl_BaseDatos; private System.Windows.Forms.Label lbl_Perfil; private System.Windows.Forms.SplitContainer spl_Principal; } }