CodeSnip Old Code (SVN)
A repository for source code snippets, designed with Pascal in mind.
Brought to you by:
delphidabbler
changed | /branches/v4-dev/Src/FmDeleteCategoryDlg.dfm |
changed | /branches/v4-dev/Src/FmDeleteCategoryDlg.pas |
--- a/branches/v4-dev/Src/FmDeleteCategoryDlg.dfm +++ b/branches/v4-dev/Src/FmDeleteCategoryDlg.dfm @@ -1,17 +1,23 @@ inherited DeleteCategoryDlg: TDeleteCategoryDlg Caption = 'Delete Category' - ExplicitWidth = 320 - ExplicitHeight = 240 PixelsPerInch = 96 TextHeight = 13 inherited pnlBody: TPanel + object lblErrorMsg: TLabel + Left = 0 + Top = 144 + Width = 156 + Height = 13 + Caption = 'Non-empty category: can'#39't delete' + end inline frmCategories: TCategoryListFrame Left = 0 Top = 0 Width = 320 - Height = 240 + Height = 138 TabOrder = 0 TabStop = True + ExplicitHeight = 138 inherited lblCategories: TLabel Width = 60 ExplicitWidth = 60