PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class frmTDU

    Inheritance
    System.Object
    frmBaseToKeyboard
    frmStdBaseForm
    frmTDU
    Implements
    System.IDisposable
    Inherited Members
    frmStdBaseForm.OpenAttachments
    frmStdBaseForm.Show()
    frmStdBaseForm.WndProc(Message)
    frmStdBaseForm.Finalize()
    frmStdBaseForm.PostProcessForm(Form)
    frmStdBaseForm.PostProcessForm(Form, Boolean)
    frmStdBaseForm.InitVirtualKeyboard(Form)
    frmStdBaseForm.CreateFormBorderPainter()
    frmStdBaseForm.RestoreDefaultLayout(Form)
    frmStdBaseForm.SetLayoutControlCustomTabsVars(TabbedControlGroup, StdBSSDUEditor)
    frmStdBaseForm.ResetCustomFormLayout()
    frmStdBaseForm.PostProcessLoadFormCustomization(Form)
    frmStdBaseForm.GetContextPage()
    frmStdBaseForm.SetRibbonPageCategories(RibbonPageCategoryCollection)
    frmStdBaseForm.ClickItemContextPage(String, String)
    frmStdBaseForm._ribbonPageCategoryCollection
    frmStdBaseForm.ExtensibilityController
    frmStdBaseForm.ExtensibilityDetailController
    frmStdBaseForm.CustomTabsService
    frmStdBaseForm.TabbedControlGroup
    frmStdBaseForm.ExtensibilityControllerType
    frmStdBaseForm.ExtensibilityDetailControllerType
    frmStdBaseForm.CustomTabObjects
    frmStdBaseForm.EntityLogKey
    frmStdBaseForm.BusinessEntity
    frmStdBaseForm.LoadedFirstTime
    frmStdBaseForm.ShowHiddenUserFieldsMessage
    frmStdBaseForm.LayoutChangedByUserCustomization
    frmStdBaseForm.UsePlatformResizer
    frmStdBaseForm.CustomizationController
    frmStdBaseForm.NotificouLock
    frmStdBaseForm.ActiveBar
    frmStdBaseForm.Platform
    frmStdBaseForm.Menus
    frmStdBaseForm.BarManagers
    frmStdBaseForm.TabControls
    frmStdBaseForm.F4ControlTag
    frmStdBaseForm.IsModalForm
    frmStdBaseForm.SuportsHistory
    frmStdBaseForm.MainBarName
    frmStdBaseForm.InternalLoading
    frmBaseToKeyboard.InitVirtualKeyboard(Form, Boolean, String)
    frmBaseToKeyboard.AfterSendKeyEnterByVirtualKeyboard()
    frmBaseToKeyboard.ShowingKeyboard
    frmBaseToKeyboard.ViewCharPassword
    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public class frmTDU : frmStdBaseForm, IDisposable

    Constructors

    frmTDU()

    Declaration
    public frmTDU()

    Fields

    AvisoSemDados

    Declaration
    public PictureBox AvisoSemDados
    Field Value
    Type Description
    System.Windows.Forms.PictureBox

    AvisoSemDadosLbl

    Declaration
    public Label AvisoSemDadosLbl
    Field Value
    Type Description
    System.Windows.Forms.Label

    Properties

    DefInstance

    Declaration
    public static frmTDU DefInstance { get; set; }
    Property Value
    Type Description
    frmTDU

    Tabela

    Declaration
    public string Tabela { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    CreateInstance(StdPlatBS)

    Declaration
    public static frmTDU CreateInstance(StdPlatBS m_objBSO)
    Parameters
    Type Name Description
    StdPlatBS m_objBSO
    Returns
    Type Description
    frmTDU

    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
    frmBaseToKeyboard.Dispose(Boolean)

    Implements

    System.IDisposable