txtCuentaBancaria.Designer.cs
1 namespace sage.ew.txtbox.UserControls
2 {
3  partial class txtCuentaBancaria_Base
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing && (components != null))
17  {
18  components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
22 
23  #region Código generado por el Diseñador de componentes
24 
29  private void InitializeComponent()
30  {
31  this.txtCuenta = new sage.ew.objetos.ewtextbox();
32  this.btIban = new sage.ew.objetos.ewbutton();
33  this.SuspendLayout();
34  //
35  // txtCuenta
36  //
37  this.txtCuenta._CanChangeStyle = false;
38  this.txtCuenta._NoMostrarTecladoTactil = false;
39  this.txtCuenta._PasswordChar = '\0';
40  this.txtCuenta._SoloNumeros = false;
41  this.txtCuenta._Tactil_Teclat_Numeric = false;
42  this.txtCuenta.Font = new System.Drawing.Font("Segoe UI", 9.5F);
43  this.txtCuenta.Location = new System.Drawing.Point(0, 0);
44  this.txtCuenta.Name = "txtCuenta";
45  this.txtCuenta.ReadOnly = true;
46  this.txtCuenta.Size = new System.Drawing.Size(256, 22);
47  this.txtCuenta.TabIndex = 0;
48  //
49  // btIban
50  //
51  this.btIban._Tooltip = "Información adicional IBAN";
52  this.btIban.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
53  this.btIban.Location = new System.Drawing.Point(258, 0);
54  this.btIban.Name = "btIban";
55  this.btIban.Size = new System.Drawing.Size(24, 24);
56  this.btIban.TabIndex = 2;
57  this.btIban.Text = "...";
58  this.btIban.UseVisualStyleBackColor = true;
59  this.btIban.Click += new System.EventHandler(this.btIban_Click);
60  //
61  // txtCuentaBancaria_Base
62  //
63  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
64  this.Controls.Add(this.btIban);
65  this.Controls.Add(this.txtCuenta);
66  this.Name = "txtCuentaBancaria_Base";
67  this.Size = new System.Drawing.Size(286, 24);
68  this.Resize += new System.EventHandler(this.txtCuentaBancaria_Resize);
69  this.ResumeLayout(false);
70  this.PerformLayout();
71 
72  }
73 
74  #endregion
75 
76  private objetos.ewtextbox txtCuenta;
77  private objetos.ewbutton btIban;
78  }
79 }
override Font Font
Override de la propiedad Font
Definición del txtcodlabel para cuentas contables
Clase sage.ew.objetos.ewtextbox
Base para los botones de Eurowin
override void Dispose(bool disposing)
Limpiar los recursos que se estén utilizando.