QuickOrderPanel
Panel para transacciones de pedidos rápidos.
Hereda de: UserControl
Implementa: IPersistable, IComponentConnector
Constructores
public QuickOrderPanel()
quickOrderPanel = QuickOrderPanel()
Inicia una nueva instancia de la QuickOrderPanel.
Propiedades
public Brush BuyBackground { get; set; }
value = quickOrderPanel.BuyBackground
quickOrderPanel.BuyBackground = value
Comprar fondo de botón.
public Security Security { get; set; }
value = quickOrderPanel.Security
quickOrderPanel.Security = value
instrumento financiero.
public Brush SellBackground { get; set; }
value = quickOrderPanel.SellBackground
quickOrderPanel.SellBackground = value
Vende fondo de botón.
Métodos
public void InitializeComponent()
quickOrderPanel.InitializeComponent()
InitializeComponent
public void Load(SettingsStorage storage)
quickOrderPanel.Load(storage)
Ajustes de carga.
- storage
- Configuración de almacenamiento.
public void Save(SettingsStorage storage)
quickOrderPanel.Save(storage)
Guardar configuración.
- storage
- Configuración de almacenamiento.
Eventos
public event Action<Order> RegisterOrder
quickOrderPanel.RegisterOrder += handler
El evento del registro de pedidos.
public event Action SettingsChanged
quickOrderPanel.SettingsChanged += handler
La configuración del panel cambia el evento.
Campos
public static readonly DependencyProperty BuyBackgroundProperty
value = QuickOrderPanel.BuyBackgroundProperty
Comprar fondo de botón.
public static readonly DependencyProperty BuyText1Property
value = QuickOrderPanel.BuyText1Property
Parte gris del precio en el botón de compra.
public static readonly DependencyProperty BuyText2ColorProperty
value = QuickOrderPanel.BuyText2ColorProperty
Color del texto de compra de colores (verde/rojo).
public static readonly DependencyProperty BuyText2Property
value = QuickOrderPanel.BuyText2Property
Parte de color del precio en el botón de compra.
public static readonly DependencyProperty SecurityProperty
value = QuickOrderPanel.SecurityProperty
instrumento financiero.
public static readonly DependencyProperty SellBackgroundProperty
value = QuickOrderPanel.SellBackgroundProperty
Vende fondo de botón.
public static readonly DependencyProperty SellText1Property
value = QuickOrderPanel.SellText1Property
Parte gris del precio en el botón de venta.
public static readonly DependencyProperty SellText2ColorProperty
value = QuickOrderPanel.SellText2ColorProperty
Color del texto de venta de colores (verde/rojo).
public static readonly DependencyProperty SellText2Property
value = QuickOrderPanel.SellText2Property
Parte de color del precio en el botón de venta.
public static readonly DependencyProperty SpreadTextProperty
value = QuickOrderPanel.SpreadTextProperty
Texto de la panificación.
public static readonly DependencyProperty VolumeProperty
value = QuickOrderPanel.VolumeProperty
Valor de volumen seleccionado.