Components, Printers: fixed 'Select printer' dialog by replacing TNotebook component type with (correct) TPageControl one

git-svn-id: trunk@29593 -
This commit is contained in:
maxim 2011-02-17 20:53:24 +00:00
parent 615db58c74
commit b35100dab3

View File

@ -83,7 +83,7 @@ type
labLocation: TLABEL;
labState: TLABEL;
edTimeTask: TEDIT;
NbOpts: TNOTEBOOK;
NbOpts: TPageControl;
pgAdvance: TTabSheet;
pgCopies: TTabSheet;
BtnPanel: TPanel;