using Exferia_Aplicacion.General; 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.btn_Abrir_Mantenimiento = new System.Windows.Forms.Button(); this.btn_Abrir_Listado = new System.Windows.Forms.Button(); 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.cbo_Mantenimiento_Listado = new System.Windows.Forms.ComboBox(); this.cbo_Listado_Libreria = new System.Windows.Forms.ComboBox(); 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.ex_msp_Menu = new Exferia_Controles.Exferia_MenuSuperior(); this.spl_Principal = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(this.spl_Principal)).BeginInit(); this.spl_Principal.SuspendLayout(); this.SuspendLayout(); // // btn_Abrir_Mantenimiento // this.btn_Abrir_Mantenimiento.BackColor = System.Drawing.SystemColors.ActiveCaption; this.btn_Abrir_Mantenimiento.Location = new System.Drawing.Point(704, 53); this.btn_Abrir_Mantenimiento.Name = "btn_Abrir_Mantenimiento"; this.btn_Abrir_Mantenimiento.Size = new System.Drawing.Size(109, 46); this.btn_Abrir_Mantenimiento.TabIndex = 0; 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(308, 52); this.btn_Abrir_Listado.Name = "btn_Abrir_Listado"; this.btn_Abrir_Listado.Size = new System.Drawing.Size(100, 49); this.btn_Abrir_Listado.TabIndex = 3; 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); // // btn_CodigoPrueba // this.btn_CodigoPrueba.BackColor = System.Drawing.SystemColors.ActiveCaption; this.btn_CodigoPrueba.Location = new System.Drawing.Point(819, 52); this.btn_CodigoPrueba.Name = "btn_CodigoPrueba"; this.btn_CodigoPrueba.Size = new System.Drawing.Size(81, 46); 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); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(416, 85); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 13); this.label3.TabIndex = 21; this.label3.Text = "Opcion"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(416, 56); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 13); this.label4.TabIndex = 20; this.label4.Text = "Libreria"; // // txt_Mantenimiento_Libreria // this.txt_Mantenimiento_Libreria.Location = new System.Drawing.Point(463, 52); this.txt_Mantenimiento_Libreria.Name = "txt_Mantenimiento_Libreria"; this.txt_Mantenimiento_Libreria.Size = new System.Drawing.Size(235, 20); this.txt_Mantenimiento_Libreria.TabIndex = 18; this.txt_Mantenimiento_Libreria.Text = "Exferia_Ventas"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(19, 86); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 13); this.label2.TabIndex = 17; this.label2.Text = "Opcion"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(19, 57); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 13); this.label1.TabIndex = 16; this.label1.Text = "Libreria"; // // txt_Listado_Libreria // this.txt_Listado_Libreria.Location = new System.Drawing.Point(66, 53); this.txt_Listado_Libreria.Name = "txt_Listado_Libreria"; this.txt_Listado_Libreria.Size = new System.Drawing.Size(236, 20); this.txt_Listado_Libreria.TabIndex = 14; this.txt_Listado_Libreria.Text = "Exferia_Ventas"; // // cbo_Mantenimiento_Listado // this.cbo_Mantenimiento_Listado.FormattingEnabled = true; this.cbo_Mantenimiento_Listado.Items.AddRange(new object[] { "VTA_PROCESOS_RECEPCIONCUADERNO60", "VTA_PROCESOS_RECEPCIONCUADERNO19"}); this.cbo_Mantenimiento_Listado.Location = new System.Drawing.Point(463, 78); this.cbo_Mantenimiento_Listado.Name = "cbo_Mantenimiento_Listado"; this.cbo_Mantenimiento_Listado.Size = new System.Drawing.Size(235, 21); this.cbo_Mantenimiento_Listado.TabIndex = 23; // // cbo_Listado_Libreria // this.cbo_Listado_Libreria.FormattingEnabled = true; this.cbo_Listado_Libreria.Items.AddRange(new object[] { "VTA_ALBARANESCABECERA", "VTA_ALBARANESCABECERA_AUX_1", "VTA_COBRO", "VTA_COBRO_AUX_1", "VTA_COBROALBARAN", "VTA_DEVOLUCIONCOBRO", "VTA_DEVOLUCIONCOBRO_AUX_1", "VTA_FACTURACABECERA", "VTA_FACTURACABECERA_AUX_1", "VTA_PEDIDOCABECERA", "VTA_PRESUPUESTOCABECERA", "VTA_REMESASCABECERA", "VTA_REMESASCABECERA_AUX_1", "VTA_PROCESOS_RECEPCIONCUADERNO60", "VTA_PROCESOS_RECEPCIONCUADERNO19", "VTA_VENCIMIENTO", "VTA_VENCIMIENTO_AUX_1"}); this.cbo_Listado_Libreria.Location = new System.Drawing.Point(66, 78); this.cbo_Listado_Libreria.Name = "cbo_Listado_Libreria"; this.cbo_Listado_Libreria.Size = new System.Drawing.Size(236, 21); this.cbo_Listado_Libreria.TabIndex = 24; this.cbo_Listado_Libreria.Text = "VTA_ALBARANESCABECERA_AUX_1"; // // lbl_Perfil // this.lbl_Perfil.AutoSize = true; this.lbl_Perfil.Location = new System.Drawing.Point(977, 86); 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(1005, 69); 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(970, 52); 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(906, 86); 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, 52); 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(906, 69); 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(906, 52); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(58, 13); this.label6.TabIndex = 38; this.label6.Text = "Servidor:"; // // 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(19, 12); this.ex_msp_Menu.Name = "ex_msp_Menu"; this.ex_msp_Menu.Size = new System.Drawing.Size(1233, 35); this.ex_msp_Menu.TabIndex = 1; // // 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(22, 102); 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 = 47; // // 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_Listado); this.Controls.Add(this.ex_msp_Menu); this.Controls.Add(this.btn_Abrir_Mantenimiento); 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 System.Windows.Forms.Button btn_Abrir_Mantenimiento; private Exferia_Controles.Exferia_MenuSuperior ex_msp_Menu; private System.Windows.Forms.Button btn_Abrir_Listado; 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.ComboBox cbo_Mantenimiento_Listado; private System.Windows.Forms.ComboBox cbo_Listado_Libreria; 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; } }