PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class frmStdBaseMainWindow

    Inheritance
    System.Object
    frmStdBaseRibbonForm
    frmStdBaseMainWindow
    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public class frmStdBaseMainWindow : frmStdBaseRibbonForm

    Constructors

    frmStdBaseMainWindow()

    Initializes a new instance of the frmStdBaseMainWindow class.

    Declaration
    public frmStdBaseMainWindow()

    Fields

    DefaultLookAndFeel

    Declaration
    public DefaultLookAndFeel DefaultLookAndFeel
    Field Value
    Type Description
    DevExpress.LookAndFeel.DefaultLookAndFeel

    dockManager

    Declaration
    protected DockManager dockManager
    Field Value
    Type Description
    DevExpress.XtraBars.Docking.DockManager

    mainBackstageMenu

    Declaration
    protected BackstageViewControl mainBackstageMenu
    Field Value
    Type Description
    DevExpress.XtraBars.Ribbon.BackstageViewControl

    mainRibbon

    Declaration
    protected StdBSCustomRibbon mainRibbon
    Field Value
    Type Description
    StdBSCustomRibbon

    toastManager

    Declaration
    public ToastNotificationsManager toastManager
    Field Value
    Type Description
    DevExpress.XtraBars.ToastNotifications.ToastNotificationsManager

    workspaceManager

    Declaration
    protected WorkspaceManager workspaceManager
    Field Value
    Type Description
    DevExpress.Utils.WorkspaceManager

    Properties

    BackstageMenu

    Declaration
    public BackstageViewControl BackstageMenu { get; }
    Property Value
    Type Description
    DevExpress.XtraBars.Ribbon.BackstageViewControl

    CompanyButton

    Declaration
    public override BarButtonItem CompanyButton { get; set; }
    Property Value
    Type Description
    DevExpress.XtraBars.BarButtonItem
    Overrides
    StdPlatBS100.Base.frmStdBaseRibbonForm.CompanyButton

    CreateParams

    Declaration
    protected override CreateParams CreateParams { get; }
    Property Value
    Type Description
    System.Windows.Forms.CreateParams

    CurrencyButton

    Declaration
    public override BarButtonItem CurrencyButton { get; }
    Property Value
    Type Description
    DevExpress.XtraBars.BarButtonItem
    Overrides
    frmStdBaseRibbonForm.CurrencyButton

    EnableAntiFlickering

    Enable anti flickering.

    Declaration
    public bool EnableAntiFlickering { set; }
    Property Value
    Type Description
    System.Boolean

    ExchangeDirection

    Declaration
    public override BarButtonItem ExchangeDirection { get; }
    Property Value
    Type Description
    DevExpress.XtraBars.BarButtonItem
    Overrides
    frmStdBaseRibbonForm.ExchangeDirection

    InformacaoRelacionadaActiva

    Informação relacionada activa?

    Declaration
    public override bool InformacaoRelacionadaActiva { get; set; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    frmStdBaseRibbonForm.InformacaoRelacionadaActiva

    InformacaoRelacionadaDisponivel

    Informação relacionada disponível?

    Declaration
    public override bool InformacaoRelacionadaDisponivel { get; set; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    frmStdBaseRibbonForm.InformacaoRelacionadaDisponivel

    LicenseText

    Declaration
    public override string LicenseText { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    StdPlatBS100.Base.frmStdBaseRibbonForm.LicenseText

    Menus

    ERP menus.

    Declaration
    public override Dictionary<string, PopupMenu> Menus { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, DevExpress.XtraBars.PopupMenu>
    Overrides
    StdPlatBS100.Base.frmStdBaseRibbonForm.Menus

    NavigationBar

    Declaration
    public override OfficeNavigationBar NavigationBar { get; set; }
    Property Value
    Type Description
    DevExpress.XtraBars.Navigation.OfficeNavigationBar
    Overrides
    frmStdBaseRibbonForm.NavigationBar

    Plataforma

    ERP platform services.

    Declaration
    protected StdPlatBS Plataforma { get; set; }
    Property Value
    Type Description
    StdPlatBS

    Resources

    Gets the resources.

    Declaration
    public ComponentResourceManager Resources { get; }
    Property Value
    Type Description
    System.ComponentModel.ComponentResourceManager

    SearchArea

    Área de pesquisa da ribbon do ERP.

    Declaration
    public BarEditItem SearchArea { get; }
    Property Value
    Type Description
    DevExpress.XtraBars.BarEditItem

    Tema

    Esquema de cores do ERP (tema).

    Declaration
    protected string Tema { set; }
    Property Value
    Type Description
    System.String

    UserArea

    Área de utilizador da ribbon do ERP.

    Declaration
    public override ctlUserInfo UserArea { get; }
    Property Value
    Type Description
    StdControls100.ctlUserInfo
    Overrides
    StdPlatBS100.Base.frmStdBaseRibbonForm.UserArea

    UserAreaButton

    Botão de utilizador da ribbon do ERP.

    Declaration
    public override BarButtonItem UserAreaButton { get; }
    Property Value
    Type Description
    DevExpress.XtraBars.BarButtonItem
    Overrides
    StdPlatBS100.Base.frmStdBaseRibbonForm.UserAreaButton

    Methods

    DesligaEventoNavigationBar()

    Declaration
    public override void DesligaEventoNavigationBar()
    Overrides
    StdPlatBS100.Base.frmStdBaseRibbonForm.DesligaEventoNavigationBar()

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    Overrides
    frmStdBaseRibbonForm.Dispose(Boolean)

    FechaJanelas()

    Declaration
    public bool FechaJanelas()
    Returns
    Type Description
    System.Boolean

    Finalize()

    Finalizes an instance of the frmStdBaseMainWindow class.

    Declaration
    protected override void Finalize()

    Inicializa()

    Inicializa o área de basckstage do ERP

    Declaration
    public override void Inicializa()
    Overrides
    StdPlatBS100.Base.frmStdBaseRibbonForm.Inicializa()

    LigaEventoNavigationBar()

    Declaration
    public override void LigaEventoNavigationBar()
    Overrides
    StdPlatBS100.Base.frmStdBaseRibbonForm.LigaEventoNavigationBar()

    OpenSearchPanel()

    Opens the search panel.

    Declaration
    public override void OpenSearchPanel()
    Overrides
    StdPlatBS100.Base.frmStdBaseRibbonForm.OpenSearchPanel()

    ProcessCmdKey(ref Message, Keys)

    Processes a command key.

    Declaration
    protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
    Parameters
    Type Name Description
    System.Windows.Forms.Message msg

    A System.Windows.Forms.Message, passed by reference, that represents the Win32 message to process.

    System.Windows.Forms.Keys keyData

    One of the System.Windows.Forms.Keys values that represents the key to process.

    Returns
    Type Description
    System.Boolean

    true if the keystroke was processed and consumed by the control; otherwise, false to allow further processing.

    SetUserPhoto()

    Declaration
    [Obsolete("Method 'SetUserPhoto' is deprecated")]
    public void SetUserPhoto()