strings.c
上传用户:kellyonhid
上传日期:2013-10-12
资源大小:932k
文件大小:7k
源码类别:

3D图形编程

开发平台:

Visual C++

  1. /* module: strings.c */
  2. #ifdef __cplusplus
  3. this is weird; but MSVC likes it; and wont link from the IDE without it;
  4. #endif
  5. /* define message strings, no particular order besides numeric */
  6. char *STRXXX="Undefined Error String #@&*!";
  7. char *STR001="Problem accessing digitizer";
  8. char *STR002="Digitizer not at home position";
  9. char *STR003="Digitizer data input error";
  10. char *STR004="Problem controlling digitizer";
  11. char *STR005="Problem accessing DNC link";
  12. char *STR006="DNC link error";
  13. char *STR007="Mill does not support QUILLUP command";
  14. char *STR008="Memory problem, try switching off power and restarting";
  15. char *STR009="Parameter data problem, cannot continue";
  16. char *STR010="Command failed";
  17. char *STR011="Unrecognized command";
  18. char *STR012="Unimplemented command";
  19. char *STR013="No current image";
  20. char *STR014="Image must be filled first";
  21. char *STR015="Warning: VOID longitude";
  22. char *STR016="Number out of range";
  23. char *STR017="Latitude range is too small";
  24. char *STR018="Longitude range is too small";
  25. char *STR019="Invalid latitude period";
  26. char *STR020="Invalid longitude period";
  27. char *STR021="Current image must be saved or cleared";
  28. char *STR022="Cannot open file";
  29. char *STR023="Digitizer sync error (missing)";
  30. char *STR024="Digitizer sync error (misplaced)";
  31. char *STR025="Image has VOID zone, check settings, retry";
  32. char *STR026="Image file error on seek";
  33. char *STR027="Image file error on read";
  34. char *STR028="Image file error on write";
  35. char *STR029="Tabulation of radii (mm/10) in longitude";
  36. char *STR030="Raster refresh error PEBLKWR";
  37. char *STR031="Window manager error";
  38. char *STR032="Error accessing printer";
  39. char *STR033="Warning: voids in image, command gives unexpected results";
  40. char *STR034="Latitude or longitude range of one makes a null surface";
  41. char *STR035="Image data exceeds tool Z range";
  42. char *STR036="Tool diameter out of range";
  43. char *STR037="Already clear";
  44. char *STR038="UNNAMED";
  45. char *STR039="Is Echo Startup Disc inserted?";
  46. char *STR040="Cannot find or create file";
  47. char *STR041="Is Echo Startup Disc inserted and writeable?";
  48. char *STR042="Undefined option";
  49. char *STR043="nR Lookup Table:";
  50. char *STR044="nZ Lookup Table:";
  51. char *STR045="Serial           ";
  52. char *STR046="Data Format Type ";
  53. char *STR047="Vertical Range   ";
  54. char *STR048="Horizontal Range ";
  55. char *STR049="Horizontal Offset";
  56. char *STR050="Horizontal Center";
  57. char *STR051="Gauge Height     ";
  58. char *STR052="Gauge Width      ";
  59. char *STR053="Basic Angle      ";
  60. char *STR054="Samples per Frame";
  61. char *STR055="Frames per Image ";
  62. char *STR056="Radius Steps     ";
  63. char *STR057="nCorrection Lookup Table, samples across, frames down:n";
  64. char *STR058="You may want to make a new Correction Table";
  65. char *STR059="Standby...Computing new geometry lookup tables";
  66. char *STR060="Error occured while reading file";
  67. char *STR061="Error occured while writing file";
  68. char *STR062="Error in format or length of file";
  69. char *STR063="Enter image name: ";
  70. char *STR064="Ready ? (y/n): ";
  71. char *STR065="Warning HALFSPEED MODE selected";
  72. char *STR066="Geometry initialization error, cannot image";
  73. char *STR067="Digitizing failed, no image made";
  74. char *STR068="Use fscale command for this scale factor";
  75. char *STR069="Warning: negative scale, effect is untested";
  76. char *STR070="Warning: Scaling in sub-range, results may be unexpected";
  77. char *STR071="Warning: Rshift has been altered";
  78. char *STR072="Option specification required";
  79. char *STR073="Warning: Entirely VOID longitude cannot be filled";
  80. char *STR074="Warning: Entirely VOID latitude cannot be filled";
  81. char *STR075="Error during open";
  82. char *STR076="File protection error";
  83. char *STR077="File not found";
  84. char *STR078="Disc is Write-Protected";
  85. char *STR079="Device is not accessible";
  86. char *STR080="Error during file close";
  87. char *STR081="Error with device or window";
  88. char *STR082="Cannot allocate enough memory";
  89. char *STR083="Type CONTROL_C key to stop";
  90. char *STR084="'PASS COMPLETED'r"; /* for the bridgeport */
  91. char *STR085="Echo> "; /* command line prompt */
  92. char *STR086="Longitude increment";
  93. char *STR087="Latitude increment";
  94. char *STR088="Repeat terminated by error condition";
  95. char *STR089="Horizontal Horizon Plot";
  96. char *STR090="Horizontal Hemi-Cyl Plot";
  97. char *STR091="Axial View of a Slice";
  98. char *STR092="Cartesian Latitudes";
  99. char *STR093="Cartesian Longitudes";
  100. char *STR094="No options allowed, use 'display -s' command";
  101. char *STR095="Move Mouse, left button to stop";
  102. char *STR096="For menu press and hold right button";
  103. char *STR097="Hold button, select item, release button";
  104. char *STR098="Type a command, 'help' or 'exit'";
  105. char *STR099="Move mouse, middle picks, left stops";
  106. char *STR100="Use fscale command to scale cartesian data sets";
  107. char *STR101="Error reading text string";
  108. char *STR102="Cartesian/Cylindrical and data/command states do not match";
  109. char *STR103="Machining parameters:";
  110. char *STR104="Demo version, command not implemented";
  111. char *STR105="Usage: echodemo image-pathname";
  112. char *STR106="Undefined file header type";
  113. char *STR107="Problem with file header";
  114. char *STR108="Header seek error";
  115. char *STR109="Header read error";
  116. char *STR110="Header value not terminated properly";
  117. char *STR111="Required value not in header";
  118. char *STR112="Header value undefined";
  119. char *STR113="Unexpected VOID";
  120. char *STR114="Improper combination of options";
  121. char *STR115="Step Offset      ";
  122. char *STR116="Resolution Bits  ";
  123. char *STR117="Sample Low Margin";
  124. char *STR118="Sample Hi Margin ";
  125. char *STR119="Server Name      ";
  126. char *STR120="Set-up Date      ";
  127. char *STR121="Unable to read optical configuration file";
  128. char *STR122="Unable to read optical table file";
  129. char *STR123="Optical parameter file seek error";
  130. char *STR124="Optical parameter file read error";
  131. char *STR125="Missing required optical parameter:";
  132. char *STR126="Missing optical data table";
  133. char *STR127="Please Standby - %d%% Completer";
  134. char *STR128="                                r";
  135. char *STR129="Missing required mill parameter: %sn";
  136. char *STR130="Mill parameter file error";
  137. char *STR131="Environment variable %s not definedn";
  138. char *STR132="Configuration file not found";
  139. char *STR133="Cannot execute mill interface filter";
  140. char *STR134="Cannot fork mill interface filter";
  141. char *STR135="ECHO_MILL_TYPE incompatible with this command";
  142. char *STR136="Unknown user";
  143. char *STR137="File name must be given";
  144. char *STR138="Environment variable has bad value: %sn";
  145. char *STR139="Command usage error, see manual";
  146. char *STR140="Sorry, cannot find any information on "%s"n";
  147. char *STR141="References to "%s" found, try the manual page for:n";
  148. char *STR142="Server problem, frame receive";
  149. char *STR143="Optical table format error";
  150. char *STR144="Problem with SunView window system (Not a Sun terminal?)";
  151. char *STR145="Image processing failed, no image made";
  152. char *STR146="Longitude outside of current range window";
  153. char *STR147="Latitude outside of current range window";
  154. char *STR148="Tabulation of radii (mm/10) in latitude";
  155. char *STR149="You must meter a point before clipping";
  156. char *STR150="User Configuration file not found";