PTXConstants.java 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. package com.ruoyi.ptxlib.constant;
  2. /**
  3. * PtnxD11CommDef.h 常量设置
  4. */
  5. public class PTXConstants {
  6. /** 最大纸张宽度 */
  7. public static Integer MaxLabelWidth = 120;
  8. /** 最大打印宽度 */
  9. public static Integer MaxPrintWidth = 4;
  10. public static final Double Pi = 3.14159;
  11. public static final Integer SpeedOfLight = 300000; // 千米每秒
  12. /* PTXA_SetupStatus () 设置状态 */
  13. /* Input Parameter - mode */
  14. /** Disable snooper 关闭侦听器 */
  15. public static final Integer PTXA_SnoopOff = 0;
  16. /** Serial 启用串口侦听器 */
  17. public static final Integer PTXA_SnoopSer = 1;
  18. /** Parallel 启用并口侦听器 */
  19. public static final Integer PTXA_SnoopPar = 2;
  20. /** Ethernet 启用以太网端口的侦听器 */
  21. public static final Integer PTXA_SnoopEth = 3;
  22. /* PTXA_JobSetup() 工件设置 */
  23. /* Input Parameter - mode */
  24. /** There is not Job parameter setting before the form */
  25. public static final Integer PTXA_JobModeReset = 0;
  26. /** Width 宽度 */
  27. public static final Integer PTXA_JobModeWidth = 1;
  28. /** Height 高度 */
  29. public static final Integer PTXA_JobModeLength = 2;
  30. /** Speed IPS 提速IPS */
  31. public static final Integer PTXA_JobModeSpeed = 3;
  32. /** Intensity 强度 */
  33. public static final Integer PTXA_JobModeIntensity = 4;
  34. /** Label Sensor 标签传感器 */
  35. public static final Integer PTXA_JobModeLabel = 5;
  36. /** Media 媒体 */
  37. public static final Integer PTXA_JobModeMedia = 6;
  38. /** Rotation 旋转 */
  39. public static final Integer PTXA_JobModeRotate = 7;
  40. /* Input Parameter - value for PTXA_JobModeLabel 工作模式标签 */
  41. /** No sensor 无传感器 */
  42. public static final Integer PTXA_JobLabelNoSensor = 0;
  43. /** Mark 标记 */
  44. public static final Integer PTXA_JobLabelMark = 1;
  45. /** Gap */
  46. public static final Integer PTXA_JobLabelGap = 2;
  47. /** Advanced gap 高级间隙 */
  48. public static final Integer PTXA_JobLabelAdvGap = 3;
  49. /** Advanced notch 高级凹槽 */
  50. public static final Integer PTXA_JobLabelAdvNotch = 4;
  51. /* Input Prameter - value for PTXA_JobModeMedia 工作模式媒体 */
  52. /** Continuous mode 连续模式 */
  53. public static final Integer PTXA_JobMediaCon = 0;
  54. /** Tear-off script 撕裂脚本 */
  55. public static final Integer PTXA_JobMediaTearoffScrip = 1;
  56. /** Tear-off mode 撕裂模式 */
  57. public static final Integer PTXA_JobMediaTearoff = 2;
  58. /** peer-off */
  59. public static final Integer PTXA_JobMediaPeeroff = 3;
  60. /** Cut */
  61. public static final Integer PTXA_JobMediaCut = 4;
  62. /* Input Parameter - value for PTXA_JobModeRotate 工作模式轮换 */
  63. /** Portrait 肖像 */
  64. public static final Integer PTXA_JobRotatePort = 0;
  65. /** Landscape 景观 */
  66. public static final Integer PTXA_JobRotateLand = 90;
  67. /** Inverted portrait 倒立画像 */
  68. public static final Integer PTXA_JobRotateInvPort = 180;
  69. /** Inverted landscape 倒挂景观 */
  70. public static final Integer PTXA_JobRotateInvLand = 270;
  71. /* PTXA_SetBarcode() */
  72. /* Input Parameter - bcdtype (for both PTXA_SetBarcode() and PTXA_PrintBarcode()) */
  73. /** Code39 */
  74. public static final Integer PTXA_BCD_C39 = 0;
  75. /** CODE128A */
  76. public static final Integer PTXA_BCD_C128A = 1;
  77. /** CODE128B */
  78. public static final Integer PTXA_BCD_C128B = 2;
  79. /** CODE128C */
  80. public static final Integer PTXA_BCD_C128C = 3;
  81. /** EAN13 */
  82. public static final Integer PTXA_BCD_EAN13 = 4;
  83. /** UPCA */
  84. public static final Integer PTXA_BCD_UPCA = 5;
  85. /** MAXICODE */
  86. public static final Integer PTXA_BCD_MAXICODE = 6;
  87. /** QR */
  88. public static final Integer PTXA_BCD_QR = 7;
  89. /** PDF417 */
  90. public static final Integer PTXA_BCD_PDF417 = 8;
  91. /* Input Parameter - mode */
  92. /** No optional parameter attach to barcode 没有可选参数附加到条形码*/
  93. public static final Integer PTXA_BCDOptParam_RESET = 0;
  94. /** Height 高度 */
  95. public static final Integer PTXA_BCDOptParam_HEIGHT = 1;
  96. /** Rotation 旋转 */
  97. public static final Integer PTXA_BCDOptParam_ROTATE = 2;
  98. /** Magnify 放大 */
  99. public static final Integer PTXA_BCDOptParam_MAGNIFY = 3;
  100. /** PDF */
  101. public static final Integer PTXA_BCDOptParam_PDF = 4;
  102. /** Ratio */
  103. public static final Integer PTXA_BCDOptParam_Ratio = 5;
  104. /* Input Parameter - value for PTXA_BCDOptParam_ROTATION */
  105. /** Portrait 画像 */
  106. public static final Integer PTXA_BcdRotatePort = 0;
  107. /** Landscape 景观 */
  108. public static final Integer PTXA_BcdRotateLand = 90;
  109. /** Inverted portrait 倒立画像 */
  110. public static final Integer PTXA_BcdRotateInvPort = 180;
  111. /** Inverted landscape 倒挂景观 */
  112. public static final Integer PTXA_BcdRotateInvLand = 270;
  113. /* Input Parameter - value for PTXA_BCDOptParam_PDF */
  114. /** Barcode PDF disabled 条形码PDF禁用 */
  115. public static final Integer PTXA_BcdPDFOff = 0;
  116. /** Barcode PDF enabled 条形码PDF启用 */
  117. public static final Integer PTXA_BcdPDFOn = 1;
  118. /* PTXA_FormSetup() */
  119. /* Input Parameters - mode */
  120. /** form length set to CREATE form 表单长度设置为创建表单 */
  121. public static final Integer PTXA_FormSetupLength = 1;
  122. /** counter of execute the form 执行形式的计数器 */
  123. public static final Integer PTXA_FormSetupCount = 2;
  124. /* PTXA_FontSetup() */
  125. /** FontName 字体名 */
  126. public static final Integer PTXA_FontName = 0;
  127. /** FontBold 字体加粗 */
  128. public static final Integer PTXA_FontBold = 1;
  129. /** FontSlant 字体倾斜 */
  130. public static final Integer PTXA_FontSlant = 2;
  131. /** FontEncoding 字体编码 */
  132. public static final Integer PTXA_FontEncoding = 3;
  133. /** Bold on 加粗(开) */
  134. public static final String PTXA_BoldOn = "ON";
  135. /** Bold off 加粗(关) */
  136. public static final String PTXA_BoldOff = "OFF";
  137. /** Italic slant 右斜体 */
  138. public static final String PTXA_SlantRight = "R";
  139. /** Backward slant 左倾斜 */
  140. public static final String PTXA_SlantLeft = "L";
  141. /** ASCII encoding ASCII编码 */
  142. public static final String PTXA_CPAscii = "ASCII";
  143. /** GB encoding GB编码 */
  144. public static final String PTXA_CPGB = "GB";
  145. /** Big5 for TaiWan encoding 台湾编码 */
  146. public static final String PTXA_CPBig5 = "BIG5";
  147. /** Korean encoding 韩文编码 */
  148. public static final String PTXA_CPKSC = "KSC";
  149. /** Kanji SJIS for Japan encoding 日本韩式SJIS编码 */
  150. public static final String PTXA_CPSJIS = "SJIS";
  151. /** UTF-8 encoding UTF-8编码 */
  152. public static final String PTXA_CPUTF8 = "UTF8";
  153. /* Return value from APIs API返回值 */
  154. /** good in return 操作成功 */
  155. public static final Integer PTXA_OK = 0;
  156. /** wrong input parameter – mode/value/lForm/barcodetype 操作失败 */
  157. public static final Integer PTXA_INVALID = 1;
  158. }