home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tv20os2.zip / src / allnames.cpp next >
C/C++ Source or Header  |  1998-01-19  |  5KB  |  130 lines

  1. /*
  2.  * allnames.cc
  3.  *
  4.  * Turbo Vision - Version 2.0
  5.  *
  6.  * Copyright (c) 1994 by Borland International
  7.  * All Rights Reserved.
  8.  *
  9.  * Modified by Sergio Sigala <ssigala@globalnet.it>
  10.  */
  11.  
  12. #define Uses_TBackground
  13. #define Uses_TButton
  14. #define Uses_TChDirDialog
  15. #define Uses_TCheckBoxes
  16. #define Uses_TColorSelector
  17. #define Uses_TMonoSelector
  18. #define Uses_TColorDisplay
  19. #define Uses_TColorGroupList
  20. #define Uses_TColorItemList
  21. #define Uses_TColorDialog
  22. #define Uses_TCluster
  23. #define Uses_TCollection
  24. #define Uses_TDialog
  25. #define Uses_TDirListBox
  26. #define Uses_TDirCollection
  27. #define Uses_TDeskTop
  28. #define Uses_TIndicator
  29. #define Uses_TEditor
  30. #define Uses_TMemo
  31. #define Uses_TFileEditor
  32. #define Uses_TEditWindow
  33. #define Uses_TFileCollection
  34. #define Uses_TFileDialog
  35. #define Uses_TFileList
  36. #define Uses_TFrame
  37. #define Uses_TGroup
  38. #define Uses_THistory
  39. #define Uses_TInputLine
  40. #define Uses_TLabel
  41. #define Uses_TListBox
  42. #define Uses_TListViewer
  43. #define Uses_TMenuBar
  44. #define Uses_TMenuBox
  45. #define Uses_TMenuPopup
  46. #define Uses_TMenuView
  47. #define Uses_TMultiCheckBoxes
  48. #define Uses_TOutline
  49. #define Uses_TParamText
  50. #define Uses_TRadioButtons
  51. #define Uses_TResourceCollection
  52. #define Uses_TSortedCollection
  53. #define Uses_TScrollBar
  54. #define Uses_TScroller
  55. #define Uses_TStaticText
  56. #define Uses_TFileInputLine
  57. #define Uses_TSortedListBox
  58. #define Uses_TFileInfoPane
  59. #define Uses_TStatusLine
  60. #define Uses_TStringCollection
  61. #define Uses_TStringList
  62. #define Uses_TValidator
  63. #define Uses_TPXPictureValidator
  64. #define Uses_TRangeValidator
  65. #define Uses_TFilterValidator
  66. #define Uses_TLookupValidator
  67. #define Uses_TStringLookupValidator
  68. #define Uses_TView
  69. #define Uses_TWindow
  70. #include <tvision/tv.h>
  71.  
  72. const char * const TBackground::name = "TBackground";
  73. const char * const TButton::name = "TButton";
  74. const char * const TChDirDialog::name = "TChDirDialog";
  75. const char * const TCheckBoxes::name = "TCheckBoxes";
  76. const char * const TColorSelector::name = "TColorSelector";
  77. const char * const TMonoSelector::name = "TMonoSelector";
  78. const char * const TColorDisplay::name = "TColorDisplay";
  79. const char * const TColorGroupList::name = "TColorGroupList";
  80. const char * const TColorItemList::name = "TColorItemList";
  81. const char * const TColorDialog::name = "TColorDialog";
  82. const char * const TCluster::name = "TCluster";
  83. const char * const TCollection::name = "TCollection";
  84. const char * const TDialog::name = "TDialog";
  85. const char * const TDirListBox::name = "TDirListBox";
  86. const char * const TDirCollection::name = "TDirCollection";
  87. const char * const TDeskTop::name = "TDeskTop";
  88. const char * const TIndicator::name = "TIndicator";
  89. const char * const TEditor::name = "TEditor";
  90. const char * const TMemo::name = "TMemo";
  91. const char * const TFileEditor::name = "TFileEditor";
  92. const char * const TEditWindow::name = "TEditWindow";
  93. const char * const TFileCollection::name = "TFileCollection";
  94. const char * const TFileDialog::name = "TFileDialog";
  95. const char * const TFileList::name = "TFileList";
  96. const char * const TFrame::name = "TFrame";
  97. const char * const TGroup::name = "TGroup";
  98. const char * const THistory::name = "THistory";
  99. const char * const TInputLine::name = "TInputLine";
  100. const char * const TLabel::name = "TLabel";
  101. const char * const TListBox::name = "TListBox";
  102. const char * const TListViewer::name = "TListViewer";
  103. const char * const TMenuBar::name = "TMenuBar";
  104. const char * const TMenuBox::name = "TMenuBox";
  105. const char * const TMenuPopup::name = "TMenuPopup";
  106. const char * const TMenuView::name = "TMenuView";
  107. const char * const TMultiCheckBoxes::name = "TMultiCheckBoxes";
  108. const char * const TOutline::name = "TOutline";
  109. const char * const TParamText::name = "TParamText";
  110. const char * const TRadioButtons::name = "TRadioButtons";
  111. const char * const TResourceCollection::name = "TResourceCollection";
  112. const char * const TSortedCollection::name = "TSortedCollection";
  113. const char * const TScrollBar::name = "TScrollBar";
  114. const char * const TScroller::name = "TScroller";
  115. const char * const TStaticText::name = "TStaticText";
  116. const char * const TFileInputLine::name = "TFileInputLine";
  117. const char * const TSortedListBox::name = "TSortedListBox";
  118. const char * const TFileInfoPane::name = "TFileInfoPane";
  119. const char * const TStatusLine::name = "TStatusLine";
  120. const char * const TStringCollection::name = "TStringCollection";
  121. const char * const TStringList::name = "TStringList";
  122. const char * const TValidator::name = "TValidator";
  123. const char * const TPXPictureValidator::name = "TPXPictureValidator";
  124. const char * const TRangeValidator::name = "TRangeValidator";
  125. const char * const TFilterValidator::name = "TFilterValidator";
  126. const char * const TLookupValidator::name = "TLookupValidator";
  127. const char * const TStringLookupValidator::name = "TStringLookupValidator";
  128. const char * const TView::name = "TView";
  129. const char * const TWindow::name = "TWindow";
  130.