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

@@ -29,7 +29,7 @@
private void InitializeComponent()
{
this.btnExec = new System.Windows.Forms.Button();
this.txtCommand = new System.Windows.Forms.TextBox();
this.txtCommand = new ServerExplorer.Controls.CustomTextBox();
this.dgvDatos = new System.Windows.Forms.DataGridView();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.btnGenInserts = new System.Windows.Forms.Button();
@@ -129,7 +129,7 @@
#endregion
private System.Windows.Forms.Button btnExec;
private System.Windows.Forms.TextBox txtCommand;
private ServerExplorer.Controls.CustomTextBox txtCommand;
private System.Windows.Forms.DataGridView dgvDatos;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Button btnGenInserts;