CustomTextBox: Añadir parámetro para especificar anchura del tabulador.
This commit is contained in:
5
ServerExplorer/UI/FrmProcedimientos.Designer.cs
generated
5
ServerExplorer/UI/FrmProcedimientos.Designer.cs
generated
@@ -33,7 +33,7 @@
|
||||
this.colSchema = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.colFecha = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.colTipo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.txtProc = new System.Windows.Forms.TextBox();
|
||||
this.txtProc = new ServerExplorer.Controls.CustomTextBox();
|
||||
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
||||
this.splitContainer1.Panel1.SuspendLayout();
|
||||
this.splitContainer1.Panel2.SuspendLayout();
|
||||
@@ -94,6 +94,7 @@
|
||||
this.txtProc.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
||||
this.txtProc.Size = new System.Drawing.Size(352, 475);
|
||||
this.txtProc.TabIndex = 1;
|
||||
this.txtProc.TabWidth = 4;
|
||||
//
|
||||
// splitContainer1
|
||||
//
|
||||
@@ -137,7 +138,7 @@
|
||||
private ServerExplorer.Controls.CustomListView lsvProcs;
|
||||
private System.Windows.Forms.ColumnHeader colNombre;
|
||||
private System.Windows.Forms.ColumnHeader colFecha;
|
||||
private System.Windows.Forms.TextBox txtProc;
|
||||
private ServerExplorer.Controls.CustomTextBox txtProc;
|
||||
private System.Windows.Forms.SplitContainer splitContainer1;
|
||||
private System.Windows.Forms.ColumnHeader colTipo;
|
||||
private System.Windows.Forms.ColumnHeader colSchema;
|
||||
|
||||
Reference in New Issue
Block a user