CustomTextBox: Añadir parámetro para especificar anchura del tabulador.

This commit is contained in:
2013-11-24 03:50:48 +01:00
parent 114db3ae7f
commit 26384b9975
6 changed files with 55 additions and 12 deletions

View File

@@ -28,7 +28,7 @@
/// </summary>
private void InitializeComponent()
{
this.txtConString = new System.Windows.Forms.TextBox();
this.txtConString = new ServerExplorer.Controls.CustomTextBox();
this.lblConString = new System.Windows.Forms.Label();
this.btnCopiarConString = new System.Windows.Forms.Button();
this.menuBaseDatos = new System.Windows.Forms.MenuStrip();
@@ -350,7 +350,7 @@
#endregion
private System.Windows.Forms.TextBox txtConString;
private ServerExplorer.Controls.CustomTextBox txtConString;
private System.Windows.Forms.Label lblConString;
private System.Windows.Forms.Button btnCopiarConString;
private ServerExplorer.Controls.CustomListView lsvTablas;