Class frmTDU
  
  
  
  
    Inheritance
    System.Object
    
    
    frmTDU
   
  
    Implements
    System.IDisposable
   
  
  
  Assembly: StdPlatBS100.dll
  Syntax
  
    public class frmTDU : frmStdBaseForm, IDisposable
   
  Constructors
  
  
  frmTDU()
  
  
  Declaration
  
  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
  
  
  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
  
  Returns
  
  
  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
  
  Implements
  
      System.IDisposable