/* * allnames.cc * * Turbo Vision - Version 2.0 * * Copyright (c) 1994 by Borland International * All Rights Reserved. * * Modified by Sergio Sigala */ #define Uses_TBackground #define Uses_TButton #define Uses_TChDirDialog #define Uses_TCheckBoxes #define Uses_TColorSelector #define Uses_TMonoSelector #define Uses_TColorDisplay #define Uses_TColorGroupList #define Uses_TColorItemList #define Uses_TColorDialog #define Uses_TCluster #define Uses_TCollection #define Uses_TDialog #define Uses_TDirListBox #define Uses_TDirCollection #define Uses_TDeskTop #define Uses_TIndicator #define Uses_TEditor #define Uses_TMemo #define Uses_TFileEditor #define Uses_TEditWindow #define Uses_TFileCollection #define Uses_TFileDialog #define Uses_TFileList #define Uses_TFrame #define Uses_TGroup #define Uses_THistory #define Uses_TInputLine #define Uses_TLabel #define Uses_TListBox #define Uses_TListViewer #define Uses_TMenuBar #define Uses_TMenuBox #define Uses_TMenuPopup #define Uses_TMenuView #define Uses_TMultiCheckBoxes #define Uses_TOutline #define Uses_TParamText #define Uses_TRadioButtons #define Uses_TResourceCollection #define Uses_TSortedCollection #define Uses_TScrollBar #define Uses_TScroller #define Uses_TStaticText #define Uses_TFileInputLine #define Uses_TSortedListBox #define Uses_TFileInfoPane #define Uses_TStatusLine #define Uses_TStringCollection #define Uses_TStringList #define Uses_TValidator #define Uses_TPXPictureValidator #define Uses_TRangeValidator #define Uses_TFilterValidator #define Uses_TLookupValidator #define Uses_TStringLookupValidator #define Uses_TView #define Uses_TWindow #include const char * const TBackground::name = "TBackground"; const char * const TButton::name = "TButton"; const char * const TChDirDialog::name = "TChDirDialog"; const char * const TCheckBoxes::name = "TCheckBoxes"; const char * const TColorSelector::name = "TColorSelector"; const char * const TMonoSelector::name = "TMonoSelector"; const char * const TColorDisplay::name = "TColorDisplay"; const char * const TColorGroupList::name = "TColorGroupList"; const char * const TColorItemList::name = "TColorItemList"; const char * const TColorDialog::name = "TColorDialog"; const char * const TCluster::name = "TCluster"; const char * const TCollection::name = "TCollection"; const char * const TDialog::name = "TDialog"; const char * const TDirListBox::name = "TDirListBox"; const char * const TDirCollection::name = "TDirCollection"; const char * const TDeskTop::name = "TDeskTop"; const char * const TIndicator::name = "TIndicator"; const char * const TEditor::name = "TEditor"; const char * const TMemo::name = "TMemo"; const char * const TFileEditor::name = "TFileEditor"; const char * const TEditWindow::name = "TEditWindow"; const char * const TFileCollection::name = "TFileCollection"; const char * const TFileDialog::name = "TFileDialog"; const char * const TFileList::name = "TFileList"; const char * const TFrame::name = "TFrame"; const char * const TGroup::name = "TGroup"; const char * const THistory::name = "THistory"; const char * const TInputLine::name = "TInputLine"; const char * const TLabel::name = "TLabel"; const char * const TListBox::name = "TListBox"; const char * const TListViewer::name = "TListViewer"; const char * const TMenuBar::name = "TMenuBar"; const char * const TMenuBox::name = "TMenuBox"; const char * const TMenuPopup::name = "TMenuPopup"; const char * const TMenuView::name = "TMenuView"; const char * const TMultiCheckBoxes::name = "TMultiCheckBoxes"; const char * const TOutline::name = "TOutline"; const char * const TParamText::name = "TParamText"; const char * const TRadioButtons::name = "TRadioButtons"; const char * const TResourceCollection::name = "TResourceCollection"; const char * const TSortedCollection::name = "TSortedCollection"; const char * const TScrollBar::name = "TScrollBar"; const char * const TScroller::name = "TScroller"; const char * const TStaticText::name = "TStaticText"; const char * const TFileInputLine::name = "TFileInputLine"; const char * const TSortedListBox::name = "TSortedListBox"; const char * const TFileInfoPane::name = "TFileInfoPane"; const char * const TStatusLine::name = "TStatusLine"; const char * const TStringCollection::name = "TStringCollection"; const char * const TStringList::name = "TStringList"; const char * const TValidator::name = "TValidator"; const char * const TPXPictureValidator::name = "TPXPictureValidator"; const char * const TRangeValidator::name = "TRangeValidator"; const char * const TFilterValidator::name = "TFilterValidator"; const char * const TLookupValidator::name = "TLookupValidator"; const char * const TStringLookupValidator::name = "TStringLookupValidator"; const char * const TView::name = "TView"; const char * const TWindow::name = "TWindow";