home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / delphi_msg.tcl < prev    next >
Text File  |  1997-08-15  |  6KB  |  177 lines

  1. # !@#$%&*()_+| generated by 'genmdb' !@#$%&*()_+|
  2.  
  3. # Generating for '%1'...
  4. global M_GEN_FOR;    set M_GEN_FOR    "374001"
  5.  
  6. # Creating %1.
  7. global M_CREATINGSPEC;    set M_CREATINGSPEC    "374002"
  8.  
  9. # %1 has not changed: file not written.
  10. global M_NOCHANGESPEC;    set M_NOCHANGESPEC    "374003"
  11.  
  12. # Not generating special files because of previous errors.
  13. global E_NOSPECFILES;    set E_NOSPECFILES    "374004"
  14.  
  15. # Illegal project file contents. No project file generated.
  16. global E_PRJCONTENTS;    set E_PRJCONTENTS    "374005"
  17.  
  18. # Syntax error: expected '%1' instead of '%2'.
  19. global E_SYNTAX;    set E_SYNTAX    "374006"
  20.  
  21. # '%1' still contains an obsolete code section.
  22. global E_OBSOLETESECT;    set E_OBSOLETESECT    "374007"
  23.  
  24. # '%1' still contains an OLDCODE code section.
  25. global E_OLDCODESECT;    set E_OLDCODESECT    "374008"
  26.  
  27. # Generated obsolete code for method '%1'.
  28. global W_OBSOLMETHOD;    set W_OBSOLMETHOD    "374009"
  29.  
  30. # Generated OLDCODE code for method '%1'.
  31. global W_OLDCODEMETHOD;    set W_OLDCODEMETHOD    "374010"
  32.  
  33. # Obsolete component '%1' removed.
  34. global W_OBSOLCOMP;    set W_OBSOLCOMP    "374011"
  35.  
  36. # Class without name skipped.
  37. global W_NONAMECLASS;    set W_NONAMECLASS    "374012"
  38.  
  39. # Component loop detected at component '%1'.
  40. global E_COMPLOOP;    set E_COMPLOOP    "374013"
  41.  
  42. # Class '%1' can not contain enums (%2).      
  43. global E_NOENUM;    set E_NOENUM    "374014"
  44.  
  45. # Class '%1' can not contain events (%2).
  46. global E_CANTCONTEVENT;    set E_CANTCONTEVENT    "374015"
  47.  
  48. # Class '%1' can not contain typedefs.
  49. global E_CANTCONTTDEF;    set E_CANTCONTTDEF    "374016"
  50.  
  51. # Component '%1' can not contain attributes.
  52. global E_CANTCONTATTR;    set E_CANTCONTATTR    "374017"
  53.  
  54. # Component '%1' can not contain methods.
  55. global E_CANTCONTMETH;    set E_CANTCONTMETH    "374018"
  56.  
  57. # Component '%1' can not have associations with classes other than components
  58. global E_CANTCONTASSOC;    set E_CANTCONTASSOC    "374019"
  59.  
  60. # Class '%1' can not contain GUI objects (%2).
  61. global E_CANTCONTGUI;    set E_CANTCONTGUI    "374020"
  62.  
  63. # Data module '%1' can not contain controls (%2).
  64. global E_CANTCONTCTRL;    set E_CANTCONTCTRL    "374021"
  65.  
  66. # Control class '%1' can not contain components (%2).
  67. global E_CANTCONTCOMP;    set E_CANTCONTCOMP    "374022"
  68.  
  69. # Class feature '%1' of Class '%2' can not be a key attribute.
  70. global W_NOKEYFEAT;    set W_NOKEYFEAT    "374023"
  71.  
  72. # Enum in class '%1' cannot have an initial value, ignored.
  73. global W_ENUMDEFAULT;    set W_ENUMDEFAULT    "374024"
  74.  
  75. # Event '%1' of component '%2' is not allowed because it is not declared Published.
  76. global E_EVTNOTPUBL;    set E_EVTNOTPUBL    "374025"
  77.  
  78. # Event '%1' of component '%2' cannot be abstract or class feature, type ignored.
  79. global W_EVTILLTYPE;    set W_EVTILLTYPE    "374026"
  80.  
  81. # Event '%1' of component '%2' does not exist. 
  82. global E_EVTNOTEXIST;    set E_EVTNOTEXIST    "374027"
  83.  
  84. # Event '%1' of Class '%2' is defined twice.
  85. global E_EVTDBDEF;    set E_EVTDBDEF    "374028"
  86.  
  87. # Method '%1' of Class '%2' is defined twice.
  88. global E_METHDBDEF;    set E_METHDBDEF    "374029"
  89.  
  90. # Attribute '%1' of Class '%2' is defined twice.
  91. global E_ATTRDBDEF;    set E_ATTRDBDEF    "374030"
  92.  
  93. # Delphi does not support multiple inheritance for classes ('%1').
  94. global E_MULTINH;    set E_MULTINH    "374031"
  95.  
  96. # Class '%1' cannot have subclasses.
  97. global E_ILLSUPER;    set E_ILLSUPER    "374032"
  98.  
  99. # Class '%1' needs a class to inherit from.
  100. global E_INHNOCLASS;    set E_INHNOCLASS    "374033"
  101.  
  102. # Interface class '%1' can only inherit from an interface class.
  103. global E_INTFACEINH;    set E_INTFACEINH    "374034"
  104.  
  105. # No set method generated for '%1' of class '%2'.
  106. global W_NOSET;    set W_NOSET    "374035"
  107.  
  108. # No add method generated for '%1' of class '%2'.
  109. global W_NOADD;    set W_NOADD    "374036"
  110.  
  111. # No get method generated for '%1' of class '%2'.
  112. global W_NOGET;    set W_NOGET    "374037"
  113.  
  114. # No destructor method generated for '%1' of class '%2'.
  115. global W_NODTOR;    set W_NODTOR    "374038"
  116.  
  117. # No constructor code generated for '%1' and relationship with class '%2'
  118. global W_NOCTORCODE;    set W_NOCTORCODE    "374039"
  119.  
  120. # No remove method generated for '%1'of class '%2'.
  121. global W_NOREMOVE;    set W_NOREMOVE    "374040"
  122.  
  123. # Changed remove access for '%1' from None to Private of class '%2'.
  124. global W_CHANGEDREM;    set W_CHANGEDREM    "374041"
  125.  
  126. # Both sides of relationship between '%1' and '%2' are mandatory. Cannot generate code.
  127. global E_MTORYMTORY;    set E_MTORYMTORY    "374042"
  128.  
  129. # Invalid qualifier type for qualifier '%1" of association with role end '%2'
  130. global E_QUALTYPEWRONG;    set E_QUALTYPEWRONG    "374043"
  131.  
  132. # Association '%1' with standard type '%2' ignored.
  133. global W_ASSOCTYPEERR;    set W_ASSOCTYPEERR    "374044"
  134.  
  135. # Form classes must have name lengths of at least 2 characters ('%1').
  136. global E_FORMMINTWO;    set E_FORMMINTWO    "374045"
  137.  
  138. # Form '%1' and form '%2' both set as Main Form.
  139. global E_DOUBLESTARTUP;    set E_DOUBLESTARTUP    "374046"
  140.  
  141. # Class '%1' cannot be a Main Form.
  142. global W_CANTBESTARTUP;    set W_CANTBESTARTUP    "374047"
  143.  
  144. # No Main Form specified: '%1' set as Main Form.
  145. global W_NOSTARTUP;    set W_NOSTARTUP    "374048"
  146.  
  147. # Not saving '%1' because multiple Main Forms are specified.
  148. global M_ERSTARTUP;    set M_ERSTARTUP    "374049"
  149.  
  150. # Attribute type modifier not allowed for attribute '%1' of class '%2'.
  151. global E_ATTRTYPEMOD;    set E_ATTRTYPEMOD    "374050"
  152.  
  153. # Class '%1' has an illegal Class Type.
  154. global E_ILLCLASSTYPE;    set E_ILLCLASSTYPE    "374051"
  155.  
  156. # Class '%1' cannot contain methods.
  157. global E_NOMETHODS;    set E_NOMETHODS    "374052"
  158.  
  159. # Class '%1' cannot contain properties.
  160. global E_NOPROPS;    set E_NOPROPS    "374053"
  161.  
  162. # Class '%1' cannot contain associations.
  163. global E_NOASSOC;    set E_NOASSOC    "374054"
  164.  
  165. # Class '%1' can only contain properties (%2).
  166. global E_ONLYPROPS;    set E_ONLYPROPS    "374055"
  167.  
  168. # Association with class '%1' not allowed.
  169. global E_NOCLASSASSOC;    set E_NOCLASSASSOC    "374056"
  170.  
  171. # It is not possible to determine the type of class generic typedef '%1'.
  172. global E_GENTDEFTYPE;    set E_GENTDEFTYPE    "374057"
  173.  
  174. # Association implementation with object reference on both sides of association with role '%1'.
  175. global E_OBJREFASSIMP;    set E_OBJREFASSIMP    "374058"
  176.  
  177.