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