Commit inicial
This commit is contained in:
370
ServerExplorer/frmBaseDatos.Designer.cs
generated
Normal file
370
ServerExplorer/frmBaseDatos.Designer.cs
generated
Normal file
@@ -0,0 +1,370 @@
|
||||
namespace ServerExplorer
|
||||
{
|
||||
partial class frmBaseDatos
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</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.txtConString = new System.Windows.Forms.TextBox();
|
||||
this.lblConString = new System.Windows.Forms.Label();
|
||||
this.btnCopiarConString = new System.Windows.Forms.Button();
|
||||
this.lsvTablas = new System.Windows.Forms.ListView();
|
||||
this.colNombreTabla = new System.Windows.Forms.ColumnHeader();
|
||||
this.colEsquema = new System.Windows.Forms.ColumnHeader();
|
||||
this.colTipo = new System.Windows.Forms.ColumnHeader();
|
||||
this.lsvColumnas = new System.Windows.Forms.ListView();
|
||||
this.colNombreColumna = new System.Windows.Forms.ColumnHeader();
|
||||
this.colTipoDatos = new System.Windows.Forms.ColumnHeader();
|
||||
this.colTamanho = new System.Windows.Forms.ColumnHeader();
|
||||
this.colClave = new System.Windows.Forms.ColumnHeader();
|
||||
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.menuBaseDatos.SuspendLayout();
|
||||
this.splitContainer1.Panel1.SuspendLayout();
|
||||
this.splitContainer1.Panel2.SuspendLayout();
|
||||
this.splitContainer1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// 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;
|
||||
//
|
||||
// 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);
|
||||
//
|
||||
// lsvTablas
|
||||
//
|
||||
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.colNombreTabla,
|
||||
this.colEsquema,
|
||||
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(332, 468);
|
||||
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);
|
||||
//
|
||||
// colNombreTabla
|
||||
//
|
||||
this.colNombreTabla.Text = "Tabla";
|
||||
this.colNombreTabla.Width = 169;
|
||||
//
|
||||
// colEsquema
|
||||
//
|
||||
this.colEsquema.Text = "Esquema";
|
||||
//
|
||||
// colTipo
|
||||
//
|
||||
this.colTipo.Text = "Tipo";
|
||||
this.colTipo.Width = 71;
|
||||
//
|
||||
// lsvColumnas
|
||||
//
|
||||
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.lsvColumnas.FullRowSelect = true;
|
||||
this.lsvColumnas.Location = new System.Drawing.Point(3, 40);
|
||||
this.lsvColumnas.Name = "lsvColumnas";
|
||||
this.lsvColumnas.Size = new System.Drawing.Size(458, 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;
|
||||
//
|
||||
// menuBaseDatos
|
||||
//
|
||||
this.menuBaseDatos.Dock = System.Windows.Forms.DockStyle.None;
|
||||
this.menuBaseDatos.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.archivoToolStripMenuItem,
|
||||
this.menuConfiguracion});
|
||||
this.menuBaseDatos.Location = new System.Drawing.Point(7, 195);
|
||||
this.menuBaseDatos.Name = "menuBaseDatos";
|
||||
this.menuBaseDatos.Size = new System.Drawing.Size(181, 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.Name = "archivoToolStripMenuItem";
|
||||
this.archivoToolStripMenuItem.Size = new System.Drawing.Size(88, 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(85, 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(386, 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(458, 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(332, 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(305, 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.Location = new System.Drawing.Point(1, 32);
|
||||
this.splitContainer1.Name = "splitContainer1";
|
||||
//
|
||||
// splitContainer1.Panel1
|
||||
//
|
||||
this.splitContainer1.Panel1.Controls.Add(this.lblTituloDB);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.lsvTablas);
|
||||
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.btnExec);
|
||||
this.splitContainer1.Panel2.Controls.Add(this.lsvColumnas);
|
||||
this.splitContainer1.Panel2.Controls.Add(this.menuBaseDatos);
|
||||
this.splitContainer1.Panel2.Controls.Add(this.btnGenerar);
|
||||
this.splitContainer1.Panel2.Controls.Add(this.btnProcs);
|
||||
this.splitContainer1.Panel2.Controls.Add(this.btnVerDatos);
|
||||
this.splitContainer1.Size = new System.Drawing.Size(806, 511);
|
||||
this.splitContainer1.SplitterDistance = 338;
|
||||
this.splitContainer1.TabIndex = 17;
|
||||
//
|
||||
// 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.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.Panel2.PerformLayout();
|
||||
this.splitContainer1.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.TextBox txtConString;
|
||||
private System.Windows.Forms.Label lblConString;
|
||||
private System.Windows.Forms.Button btnCopiarConString;
|
||||
private System.Windows.Forms.ListView lsvTablas;
|
||||
private System.Windows.Forms.ColumnHeader colNombreTabla;
|
||||
private System.Windows.Forms.ColumnHeader colEsquema;
|
||||
private System.Windows.Forms.ColumnHeader colTipo;
|
||||
private System.Windows.Forms.ListView 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user