m_publ_preview_func.srm 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. $PBExportHeader$m_publ_preview_func.srm
  2. forward
  3. global type m_publ_preview_func from menu
  4. end type
  5. type m_0 from menu within m_publ_preview_func
  6. end type
  7. type m_数据发送 from menu within m_0
  8. end type
  9. type m_筛选 from menu within m_0
  10. end type
  11. type m_页面设置 from menu within m_0
  12. end type
  13. type m_- from menu within m_0
  14. end type
  15. type m_上一页 from menu within m_0
  16. end type
  17. type m_下一页 from menu within m_0
  18. end type
  19. type m_0 from menu within m_publ_preview_func
  20. m_数据发送 m_数据发送
  21. m_筛选 m_筛选
  22. m_页面设置 m_页面设置
  23. m_- m_-
  24. m_上一页 m_上一页
  25. m_下一页 m_下一页
  26. end type
  27. global type m_publ_preview_func from menu
  28. m_0 m_0
  29. end type
  30. end forward
  31. global type m_publ_preview_func from menu
  32. m_0 m_0
  33. end type
  34. global m_publ_preview_func m_publ_preview_func
  35. on m_publ_preview_func.create
  36. m_publ_preview_func=this
  37. call super::create
  38. this.menutextcolor = 134217735
  39. this.menubackcolor = 134217732
  40. this.menuhighlightcolor = 134217741
  41. this.textsize = 8
  42. this.weight = 400
  43. this.facename = "Tahoma"
  44. this.titlebackcolor = 134217730
  45. this.bitmapbackcolor = 12632256
  46. this.menubitmaps = true
  47. this.titlegradient = true
  48. this.toolbartextcolor = 134217746
  49. this.toolbarbackcolor = 67108864
  50. this.toolbarhighlightcolor = 134217741
  51. this.toolbargradient = true
  52. this.bitmapgradient = true
  53. this.m_0=create m_0
  54. this.Item[UpperBound(this.Item)+1]=this.m_0
  55. end on
  56. on m_publ_preview_func.destroy
  57. call super::destroy
  58. destroy(this.m_0)
  59. end on
  60. type m_0 from menu within m_publ_preview_func
  61. m_数据发送 m_数据发送
  62. m_筛选 m_筛选
  63. m_页面设置 m_页面设置
  64. m_- m_-
  65. m_上一页 m_上一页
  66. m_下一页 m_下一页
  67. end type
  68. on m_0.create
  69. call super::create
  70. this.text = " "
  71. this.menutextcolor = 134217735
  72. this.menubackcolor = 134217732
  73. this.menuhighlightcolor = 134217741
  74. this.textsize = 8
  75. this.weight = 400
  76. this.facename = "Tahoma"
  77. this.titlebackcolor = 134217730
  78. this.bitmapbackcolor = 12632256
  79. this.menubitmaps = true
  80. this.titlegradient = true
  81. this.toolbartextcolor = 134217746
  82. this.toolbarbackcolor = 67108864
  83. this.toolbarhighlightcolor = 134217741
  84. this.toolbargradient = true
  85. this.bitmapgradient = true
  86. this.m_数据发送=create m_数据发送
  87. this.m_筛选=create m_筛选
  88. this.m_页面设置=create m_页面设置
  89. this.m_-=create m_-
  90. this.m_上一页=create m_上一页
  91. this.m_下一页=create m_下一页
  92. this.Item[UpperBound(this.Item)+1]=this.m_数据发送
  93. this.Item[UpperBound(this.Item)+1]=this.m_筛选
  94. this.Item[UpperBound(this.Item)+1]=this.m_页面设置
  95. this.Item[UpperBound(this.Item)+1]=this.m_-
  96. this.Item[UpperBound(this.Item)+1]=this.m_上一页
  97. this.Item[UpperBound(this.Item)+1]=this.m_下一页
  98. end on
  99. on m_0.destroy
  100. call super::destroy
  101. destroy(this.m_数据发送)
  102. destroy(this.m_筛选)
  103. destroy(this.m_页面设置)
  104. destroy(this.m_-)
  105. destroy(this.m_上一页)
  106. destroy(this.m_下一页)
  107. end on
  108. type m_数据发送 from menu within m_0
  109. end type
  110. on m_数据发送.create
  111. call super::create
  112. this.text = "数据发送"
  113. this.menutextcolor = 134217735
  114. this.menubackcolor = 134217732
  115. this.menuhighlightcolor = 134217741
  116. this.textsize = 8
  117. this.weight = 400
  118. this.facename = "Tahoma"
  119. this.titlebackcolor = 134217730
  120. this.bitmapbackcolor = 12632256
  121. this.menubitmaps = true
  122. this.titlegradient = true
  123. this.toolbartextcolor = 134217746
  124. this.toolbarbackcolor = 67108864
  125. this.toolbarhighlightcolor = 134217741
  126. this.toolbargradient = true
  127. this.bitmapgradient = true
  128. end on
  129. on m_数据发送.destroy
  130. call super::destroy
  131. end on
  132. event clicked;if isvalid(w_publ_preview) then w_publ_preview.triggerevent("ue_sentdataout")
  133. end event
  134. type m_筛选 from menu within m_0
  135. end type
  136. on m_筛选.create
  137. call super::create
  138. this.text = "筛选"
  139. this.menutextcolor = 134217735
  140. this.menubackcolor = 134217732
  141. this.menuhighlightcolor = 134217741
  142. this.textsize = 8
  143. this.weight = 400
  144. this.facename = "Tahoma"
  145. this.titlebackcolor = 134217730
  146. this.bitmapbackcolor = 12632256
  147. this.menubitmaps = true
  148. this.titlegradient = true
  149. this.toolbartextcolor = 134217746
  150. this.toolbarbackcolor = 67108864
  151. this.toolbarhighlightcolor = 134217741
  152. this.toolbargradient = true
  153. this.bitmapgradient = true
  154. end on
  155. on m_筛选.destroy
  156. call super::destroy
  157. end on
  158. event clicked;if isvalid(w_publ_preview) then w_publ_preview.triggerevent("ue_filter")
  159. end event
  160. type m_页面设置 from menu within m_0
  161. end type
  162. on m_页面设置.create
  163. call super::create
  164. this.text = "页面设置"
  165. this.menutextcolor = 134217735
  166. this.menubackcolor = 134217732
  167. this.menuhighlightcolor = 134217741
  168. this.textsize = 8
  169. this.weight = 400
  170. this.facename = "Tahoma"
  171. this.titlebackcolor = 134217730
  172. this.bitmapbackcolor = 12632256
  173. this.menubitmaps = true
  174. this.titlegradient = true
  175. this.toolbartextcolor = 134217746
  176. this.toolbarbackcolor = 67108864
  177. this.toolbarhighlightcolor = 134217741
  178. this.toolbargradient = true
  179. this.bitmapgradient = true
  180. end on
  181. on m_页面设置.destroy
  182. call super::destroy
  183. end on
  184. event clicked;if isvalid(w_publ_preview) then w_publ_preview.triggerevent("ue_setprintpage_value")
  185. end event
  186. type m_- from menu within m_0
  187. end type
  188. on m_-.create
  189. call super::create
  190. this.text = "-"
  191. this.menutextcolor = 134217735
  192. this.menubackcolor = 134217732
  193. this.menuhighlightcolor = 134217741
  194. this.textsize = 8
  195. this.weight = 400
  196. this.facename = "Tahoma"
  197. this.titlebackcolor = 134217730
  198. this.bitmapbackcolor = 12632256
  199. this.menubitmaps = true
  200. this.titlegradient = true
  201. this.toolbartextcolor = 134217746
  202. this.toolbarbackcolor = 67108864
  203. this.toolbarhighlightcolor = 134217741
  204. this.toolbargradient = true
  205. this.bitmapgradient = true
  206. end on
  207. on m_-.destroy
  208. call super::destroy
  209. end on
  210. type m_上一页 from menu within m_0
  211. end type
  212. on m_上一页.create
  213. call super::create
  214. this.text = "上一页"
  215. this.menutextcolor = 134217735
  216. this.menubackcolor = 134217732
  217. this.menuhighlightcolor = 134217741
  218. this.textsize = 8
  219. this.weight = 400
  220. this.facename = "Tahoma"
  221. this.titlebackcolor = 134217730
  222. this.bitmapbackcolor = 12632256
  223. this.menubitmaps = true
  224. this.titlegradient = true
  225. this.toolbartextcolor = 134217746
  226. this.toolbarbackcolor = 67108864
  227. this.toolbarhighlightcolor = 134217741
  228. this.toolbargradient = true
  229. this.bitmapgradient = true
  230. end on
  231. on m_上一页.destroy
  232. call super::destroy
  233. end on
  234. event clicked;if isvalid(w_publ_preview) then w_publ_preview.triggerevent("ue_spp")
  235. end event
  236. type m_下一页 from menu within m_0
  237. end type
  238. on m_下一页.create
  239. call super::create
  240. this.text = "下一页"
  241. this.menutextcolor = 134217735
  242. this.menubackcolor = 134217732
  243. this.menuhighlightcolor = 134217741
  244. this.textsize = 8
  245. this.weight = 400
  246. this.facename = "Tahoma"
  247. this.titlebackcolor = 134217730
  248. this.bitmapbackcolor = 12632256
  249. this.menubitmaps = true
  250. this.titlegradient = true
  251. this.toolbartextcolor = 134217746
  252. this.toolbarbackcolor = 67108864
  253. this.toolbarhighlightcolor = 134217741
  254. this.toolbargradient = true
  255. this.bitmapgradient = true
  256. end on
  257. on m_下一页.destroy
  258. call super::destroy
  259. end on
  260. event clicked;if isvalid(w_publ_preview) then w_publ_preview.triggerevent("ue_snp")
  261. end event