CodeSnip Old Code (SVN)
A repository for source code snippets, designed with Pascal in mind.
                
                Brought to you by:
                
                    delphidabbler
                    
                
            
            
        
        
        
    inherited ProgramUpdatesDlg: TProgramUpdatesDlg
  Caption = 'Check For Program Updates'
  ExplicitWidth = 474
  ExplicitHeight = 374
  PixelsPerInch = 96
  TextHeight = 13
  inherited pnlBody: TPanel
    object lblProgram: TLabel
      Left = 0
      Top = 0
      Width = 54
      Height = 13
      Caption = 'Please wait'
    end
    object lblPreReleaseMsg: TLabel
      Left = 0
      Top = 50
      Width = 345
      Height = 33
      AutoSize = False
      Caption = 
        'New preview and beta releases are not reported here - they are a' +
        'nnounced in the CodeSnip news feed.'
      Visible = False
      WordWrap = True
    end
    object btnProgUpdate: TButton
      Left = 0
      Top = 19
      Width = 129
      Height = 25
      Caption = '&Download Now'
      TabOrder = 0
      Visible = False
      OnClick = btnProgUpdateClick
    end
  end
end