namespace ServerExplorer.UI { partial class FrmBaseDatos { /// /// 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() { this.lblConString = new System.Windows.Forms.Label(); this.btnCopiarConString = new System.Windows.Forms.Button(); this.menuBaseDatos = new System.Windows.Forms.MenuStrip(); this.archivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menuCargar = new System.Windows.Forms.ToolStripMenuItem(); this.menuGuardar = new System.Windows.Forms.ToolStripMenuItem(); this.menuConfiguracion = new System.Windows.Forms.ToolStripMenuItem(); this.btnGenerar = new System.Windows.Forms.Button(); this.btnVerDatos = new System.Windows.Forms.Button(); this.lblTituloTabla = new System.Windows.Forms.Label(); this.lblTituloDB = new System.Windows.Forms.Label(); this.btnDocGen = new System.Windows.Forms.Button(); this.btnProcs = new System.Windows.Forms.Button(); this.btnExec = new System.Windows.Forms.Button(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.btnRefresh = new System.Windows.Forms.Button(); this.lsvTablas = new ServerExplorer.Controls.CustomListView(); this.colEsquema = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.colNombreTabla = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.colTipo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.lsvColumnas = new ServerExplorer.Controls.CustomListView(); this.colNombreColumna = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.colTipoDatos = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.colTamanho = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.colClave = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.colNullable = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.txtConString = new ServerExplorer.Controls.CustomTextBox(); this.menuBaseDatos.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // lblConString // this.lblConString.AutoSize = true; this.lblConString.Location = new System.Drawing.Point(9, 9); this.lblConString.Name = "lblConString"; this.lblConString.Size = new System.Drawing.Size(105, 13); this.lblConString.TabIndex = 1; this.lblConString.Text = "Cadena de conexion"; // // btnCopiarConString // this.btnCopiarConString.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnCopiarConString.Location = new System.Drawing.Point(742, 4); this.btnCopiarConString.Name = "btnCopiarConString"; this.btnCopiarConString.Size = new System.Drawing.Size(52, 23); this.btnCopiarConString.TabIndex = 3; this.btnCopiarConString.Text = "Copiar"; this.btnCopiarConString.UseVisualStyleBackColor = true; this.btnCopiarConString.Click += new System.EventHandler(this.btnCopiarConString_Click); // // menuBaseDatos // this.menuBaseDatos.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.archivoToolStripMenuItem, this.menuConfiguracion}); this.menuBaseDatos.Location = new System.Drawing.Point(0, 0); this.menuBaseDatos.Name = "menuBaseDatos"; this.menuBaseDatos.Size = new System.Drawing.Size(806, 24); this.menuBaseDatos.TabIndex = 9; this.menuBaseDatos.Text = "menuBaseDatos"; this.menuBaseDatos.Visible = false; this.menuBaseDatos.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuBaseDatos_ItemClicked); // // archivoToolStripMenuItem // this.archivoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuCargar, this.menuGuardar}); this.archivoToolStripMenuItem.MergeIndex = 0; this.archivoToolStripMenuItem.Name = "archivoToolStripMenuItem"; this.archivoToolStripMenuItem.Size = new System.Drawing.Size(92, 20); this.archivoToolStripMenuItem.Text = "Base de Datos"; // // menuCargar // this.menuCargar.Name = "menuCargar"; this.menuCargar.Size = new System.Drawing.Size(152, 22); this.menuCargar.Text = "Cargar"; this.menuCargar.Click += new System.EventHandler(this.menuCargar_Click); // // menuGuardar // this.menuGuardar.Name = "menuGuardar"; this.menuGuardar.Size = new System.Drawing.Size(152, 22); this.menuGuardar.Text = "Guardar"; this.menuGuardar.Click += new System.EventHandler(this.menuGuardar_Click); // // menuConfiguracion // this.menuConfiguracion.Name = "menuConfiguracion"; this.menuConfiguracion.Size = new System.Drawing.Size(95, 20); this.menuConfiguracion.Text = "Configuracion"; this.menuConfiguracion.Click += new System.EventHandler(this.menuConfiguracion_Click); // // btnGenerar // this.btnGenerar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnGenerar.Location = new System.Drawing.Point(392, 485); this.btnGenerar.Name = "btnGenerar"; this.btnGenerar.Size = new System.Drawing.Size(75, 23); this.btnGenerar.TabIndex = 10; this.btnGenerar.Text = "Generar"; this.btnGenerar.UseVisualStyleBackColor = true; this.btnGenerar.Click += new System.EventHandler(this.btnGenerar_Click); // // btnVerDatos // this.btnVerDatos.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnVerDatos.Location = new System.Drawing.Point(3, 485); this.btnVerDatos.Name = "btnVerDatos"; this.btnVerDatos.Size = new System.Drawing.Size(75, 23); this.btnVerDatos.TabIndex = 11; this.btnVerDatos.Text = "Ver Datos"; this.btnVerDatos.UseVisualStyleBackColor = true; this.btnVerDatos.Click += new System.EventHandler(this.btnVerDatos_Click); // // lblTituloTabla // this.lblTituloTabla.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblTituloTabla.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.lblTituloTabla.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTituloTabla.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.lblTituloTabla.Location = new System.Drawing.Point(3, 0); this.lblTituloTabla.Name = "lblTituloTabla"; this.lblTituloTabla.Size = new System.Drawing.Size(464, 37); this.lblTituloTabla.TabIndex = 12; this.lblTituloTabla.Text = "lblTituloTabla"; this.lblTituloTabla.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblTituloDB // this.lblTituloDB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblTituloDB.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.lblTituloDB.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTituloDB.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.lblTituloDB.Location = new System.Drawing.Point(3, 0); this.lblTituloDB.Name = "lblTituloDB"; this.lblTituloDB.Size = new System.Drawing.Size(326, 37); this.lblTituloDB.TabIndex = 13; this.lblTituloDB.Text = "lblTituloDB"; this.lblTituloDB.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnDocGen // this.btnDocGen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnDocGen.Location = new System.Drawing.Point(311, 485); this.btnDocGen.Name = "btnDocGen"; this.btnDocGen.Size = new System.Drawing.Size(75, 23); this.btnDocGen.TabIndex = 14; this.btnDocGen.Text = "Doc"; this.btnDocGen.UseVisualStyleBackColor = true; this.btnDocGen.Click += new System.EventHandler(this.btnDocGen_Click); // // btnProcs // this.btnProcs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnProcs.Location = new System.Drawing.Point(84, 485); this.btnProcs.Name = "btnProcs"; this.btnProcs.Size = new System.Drawing.Size(87, 23); this.btnProcs.TabIndex = 15; this.btnProcs.Text = "Procedimientos"; this.btnProcs.UseVisualStyleBackColor = true; this.btnProcs.Click += new System.EventHandler(this.btnProcs_Click); // // btnExec // this.btnExec.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnExec.Location = new System.Drawing.Point(177, 485); this.btnExec.Name = "btnExec"; this.btnExec.Size = new System.Drawing.Size(45, 23); this.btnExec.TabIndex = 16; this.btnExec.Text = "Exec"; this.btnExec.UseVisualStyleBackColor = true; this.btnExec.Click += new System.EventHandler(this.btnExec_Click); // // splitContainer1 // this.splitContainer1.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.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer1.Location = new System.Drawing.Point(1, 32); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.btnRefresh); this.splitContainer1.Panel1.Controls.Add(this.lblTituloDB); this.splitContainer1.Panel1.Controls.Add(this.btnExec); this.splitContainer1.Panel1.Controls.Add(this.lsvTablas); this.splitContainer1.Panel1.Controls.Add(this.btnProcs); this.splitContainer1.Panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer1_Panel1_Paint); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.lblTituloTabla); this.splitContainer1.Panel2.Controls.Add(this.btnDocGen); this.splitContainer1.Panel2.Controls.Add(this.lsvColumnas); this.splitContainer1.Panel2.Controls.Add(this.btnGenerar); this.splitContainer1.Panel2.Controls.Add(this.btnVerDatos); this.splitContainer1.Size = new System.Drawing.Size(806, 511); this.splitContainer1.SplitterDistance = 332; this.splitContainer1.TabIndex = 17; // // btnRefresh // this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnRefresh.Location = new System.Drawing.Point(3, 485); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(75, 23); this.btnRefresh.TabIndex = 14; this.btnRefresh.Text = "Refresh"; this.btnRefresh.UseVisualStyleBackColor = true; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // lsvTablas // this.lsvTablas.AllowSorting = true; this.lsvTablas.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.lsvTablas.CheckBoxes = true; this.lsvTablas.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.colEsquema, this.colNombreTabla, this.colTipo}); this.lsvTablas.FullRowSelect = true; this.lsvTablas.Location = new System.Drawing.Point(3, 40); this.lsvTablas.Name = "lsvTablas"; this.lsvTablas.Size = new System.Drawing.Size(326, 439); this.lsvTablas.Sorting = System.Windows.Forms.SortOrder.Ascending; this.lsvTablas.TabIndex = 4; this.lsvTablas.UseCompatibleStateImageBehavior = false; this.lsvTablas.View = System.Windows.Forms.View.Details; this.lsvTablas.SelectedIndexChanged += new System.EventHandler(this.lsvTablas_SelectedIndexChanged); // // colEsquema // this.colEsquema.Text = "Esquema"; // // colNombreTabla // this.colNombreTabla.Text = "Tabla"; this.colNombreTabla.Width = 169; // // colTipo // this.colTipo.Text = "Tipo"; this.colTipo.Width = 71; // // lsvColumnas // this.lsvColumnas.AllowSorting = false; this.lsvColumnas.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.lsvColumnas.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.colNombreColumna, this.colTipoDatos, this.colTamanho, this.colClave, this.colNullable}); this.lsvColumnas.FullRowSelect = true; this.lsvColumnas.Location = new System.Drawing.Point(3, 40); this.lsvColumnas.Name = "lsvColumnas"; this.lsvColumnas.Size = new System.Drawing.Size(464, 439); this.lsvColumnas.TabIndex = 6; this.lsvColumnas.UseCompatibleStateImageBehavior = false; this.lsvColumnas.View = System.Windows.Forms.View.Details; // // colNombreColumna // this.colNombreColumna.Text = "Columna"; this.colNombreColumna.Width = 122; // // colTipoDatos // this.colTipoDatos.Text = "Tipo de Datos"; this.colTipoDatos.Width = 81; // // colTamanho // this.colTamanho.Text = "Tamaño"; // // colClave // this.colClave.Text = "Clave"; this.colClave.Width = 71; // // colNullable // this.colNullable.Text = "Nullable"; // // txtConString // this.txtConString.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtConString.Location = new System.Drawing.Point(120, 6); this.txtConString.Name = "txtConString"; this.txtConString.ReadOnly = true; this.txtConString.Size = new System.Drawing.Size(616, 20); this.txtConString.TabIndex = 0; this.txtConString.TabWidth = 8; // // FrmBaseDatos // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(806, 543); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.btnCopiarConString); this.Controls.Add(this.lblConString); this.Controls.Add(this.menuBaseDatos); this.Controls.Add(this.txtConString); this.MainMenuStrip = this.menuBaseDatos; this.Name = "FrmBaseDatos"; this.Text = "Base de Datos"; this.Load += new System.EventHandler(this.frmBaseDatos_Load); this.menuBaseDatos.ResumeLayout(false); this.menuBaseDatos.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private ServerExplorer.Controls.CustomTextBox txtConString; private System.Windows.Forms.Label lblConString; private System.Windows.Forms.Button btnCopiarConString; private ServerExplorer.Controls.CustomListView lsvTablas; private System.Windows.Forms.ColumnHeader colNombreTabla; private System.Windows.Forms.ColumnHeader colEsquema; private System.Windows.Forms.ColumnHeader colTipo; private ServerExplorer.Controls.CustomListView lsvColumnas; private System.Windows.Forms.ColumnHeader colNombreColumna; private System.Windows.Forms.ColumnHeader colTipoDatos; private System.Windows.Forms.ColumnHeader colTamanho; private System.Windows.Forms.MenuStrip menuBaseDatos; private System.Windows.Forms.ToolStripMenuItem archivoToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem menuCargar; private System.Windows.Forms.ToolStripMenuItem menuGuardar; private System.Windows.Forms.ToolStripMenuItem menuConfiguracion; private System.Windows.Forms.ColumnHeader colClave; private System.Windows.Forms.Button btnGenerar; private System.Windows.Forms.Button btnVerDatos; private System.Windows.Forms.Label lblTituloTabla; private System.Windows.Forms.Label lblTituloDB; private System.Windows.Forms.Button btnDocGen; private System.Windows.Forms.Button btnProcs; private System.Windows.Forms.Button btnExec; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.ColumnHeader colNullable; private System.Windows.Forms.Button btnRefresh; } }