CodeSnip Old Code (SVN)
A repository for source code snippets, designed with Pascal in mind.
                
                Brought to you by:
                
                    delphidabbler
                    
                
            
            
        
        
        
    inherited AddCategoryDlg: TAddCategoryDlg
  Caption = 'Add Category'
  ExplicitWidth = 320
  ExplicitHeight = 240
  PixelsPerInch = 96
  TextHeight = 13
  inherited pnlBody: TPanel
    inline frmDescription: TCategoryDescEditFrame
      Left = 0
      Top = 0
      Width = 320
      Height = 240
      TabOrder = 0
      TabStop = True
      inherited lblError: TLabel
        Width = 108
        ExplicitWidth = 108
      end
    end
  end
  inherited btnOK: TButton
    OnClick = btnOKClick
  end
end