CustomTextBox: Añadir parámetro para especificar anchura del tabulador.
This commit is contained in:
4
ServerExplorer/UI/FrmBaseDatos.Designer.cs
generated
4
ServerExplorer/UI/FrmBaseDatos.Designer.cs
generated
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user