CodeSnip Old Code (SVN)
A repository for source code snippets, designed with Pascal in mind.
                
                Brought to you by:
                
                    delphidabbler
                    
                
            
            
        
        
        
    inherited GenericViewDlg: TGenericViewDlg
  Caption = 'GenericViewDlg'
  PixelsPerInch = 96
  TextHeight = 13
  inherited btnHelp: TButton
    TabOrder = 2
  end
  object btnClose: TButton
    Left = 232
    Top = 304
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Close'
    Default = True
    ModalResult = 1
    TabOrder = 1
  end
end