CodeSnip Old Code (SVN)
A repository for source code snippets, designed with Pascal in mind.
                
                Brought to you by:
                
                    delphidabbler
                    
                
            
            
        
        
        
    inherited GenericNonModalDlg: TGenericNonModalDlg
  BorderStyle = bsToolWindow
  Caption = 'GenericNonModalDlg'
  ClientHeight = 350
  ClientWidth = 468
  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
    OnClick = btnCloseClick
  end
end