w_outware_pos_help.srw 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  1. $PBExportHeader$w_outware_pos_help.srw
  2. forward
  3. global type w_outware_pos_help from w_publ_base
  4. end type
  5. type st_1 from statictext within w_outware_pos_help
  6. end type
  7. type st_2 from statictext within w_outware_pos_help
  8. end type
  9. type st_4 from statictext within w_outware_pos_help
  10. end type
  11. type st_7 from statictext within w_outware_pos_help
  12. end type
  13. type st_6 from statictext within w_outware_pos_help
  14. end type
  15. type st_10 from statictext within w_outware_pos_help
  16. end type
  17. type st_12 from statictext within w_outware_pos_help
  18. end type
  19. type st_14 from statictext within w_outware_pos_help
  20. end type
  21. type st_16 from statictext within w_outware_pos_help
  22. end type
  23. type st_18 from statictext within w_outware_pos_help
  24. end type
  25. type st_20 from statictext within w_outware_pos_help
  26. end type
  27. type st_22 from statictext within w_outware_pos_help
  28. end type
  29. type st_24 from statictext within w_outware_pos_help
  30. end type
  31. type st_26 from statictext within w_outware_pos_help
  32. end type
  33. type st_3 from statictext within w_outware_pos_help
  34. end type
  35. type gb_1 from groupbox within w_outware_pos_help
  36. end type
  37. end forward
  38. global type w_outware_pos_help from w_publ_base
  39. integer width = 2377
  40. integer height = 892
  41. boolean titlebar = false
  42. string title = ""
  43. boolean controlmenu = false
  44. boolean minbox = false
  45. windowtype windowtype = response!
  46. event keydown pbm_keydown
  47. st_1 st_1
  48. st_2 st_2
  49. st_4 st_4
  50. st_7 st_7
  51. st_6 st_6
  52. st_10 st_10
  53. st_12 st_12
  54. st_14 st_14
  55. st_16 st_16
  56. st_18 st_18
  57. st_20 st_20
  58. st_22 st_22
  59. st_24 st_24
  60. st_26 st_26
  61. st_3 st_3
  62. gb_1 gb_1
  63. end type
  64. global w_outware_pos_help w_outware_pos_help
  65. event keydown;if keydown(KeyF1!) then
  66. close(this)
  67. return
  68. end if
  69. end event
  70. on w_outware_pos_help.create
  71. int iCurrent
  72. call super::create
  73. this.st_1=create st_1
  74. this.st_2=create st_2
  75. this.st_4=create st_4
  76. this.st_7=create st_7
  77. this.st_6=create st_6
  78. this.st_10=create st_10
  79. this.st_12=create st_12
  80. this.st_14=create st_14
  81. this.st_16=create st_16
  82. this.st_18=create st_18
  83. this.st_20=create st_20
  84. this.st_22=create st_22
  85. this.st_24=create st_24
  86. this.st_26=create st_26
  87. this.st_3=create st_3
  88. this.gb_1=create gb_1
  89. iCurrent=UpperBound(this.Control)
  90. this.Control[iCurrent+1]=this.st_1
  91. this.Control[iCurrent+2]=this.st_2
  92. this.Control[iCurrent+3]=this.st_4
  93. this.Control[iCurrent+4]=this.st_7
  94. this.Control[iCurrent+5]=this.st_6
  95. this.Control[iCurrent+6]=this.st_10
  96. this.Control[iCurrent+7]=this.st_12
  97. this.Control[iCurrent+8]=this.st_14
  98. this.Control[iCurrent+9]=this.st_16
  99. this.Control[iCurrent+10]=this.st_18
  100. this.Control[iCurrent+11]=this.st_20
  101. this.Control[iCurrent+12]=this.st_22
  102. this.Control[iCurrent+13]=this.st_24
  103. this.Control[iCurrent+14]=this.st_26
  104. this.Control[iCurrent+15]=this.st_3
  105. this.Control[iCurrent+16]=this.gb_1
  106. end on
  107. on w_outware_pos_help.destroy
  108. call super::destroy
  109. destroy(this.st_1)
  110. destroy(this.st_2)
  111. destroy(this.st_4)
  112. destroy(this.st_7)
  113. destroy(this.st_6)
  114. destroy(this.st_10)
  115. destroy(this.st_12)
  116. destroy(this.st_14)
  117. destroy(this.st_16)
  118. destroy(this.st_18)
  119. destroy(this.st_20)
  120. destroy(this.st_22)
  121. destroy(this.st_24)
  122. destroy(this.st_26)
  123. destroy(this.st_3)
  124. destroy(this.gb_1)
  125. end on
  126. type cb_func from w_publ_base`cb_func within w_outware_pos_help
  127. boolean visible = false
  128. end type
  129. type cb_exit from w_publ_base`cb_exit within w_outware_pos_help
  130. integer x = 1070
  131. integer y = 1428
  132. boolean default = true
  133. end type
  134. type st_1 from statictext within w_outware_pos_help
  135. integer x = 960
  136. integer y = 20
  137. integer width = 489
  138. integer height = 48
  139. boolean bringtotop = true
  140. integer textsize = -9
  141. integer weight = 400
  142. fontcharset fontcharset = gb2312charset!
  143. fontpitch fontpitch = variable!
  144. string facename = "宋体"
  145. long textcolor = 16711680
  146. long backcolor = 134217739
  147. string text = "操作键说明"
  148. alignment alignment = center!
  149. boolean focusrectangle = false
  150. end type
  151. type st_2 from statictext within w_outware_pos_help
  152. integer x = 142
  153. integer y = 168
  154. integer width = 206
  155. integer height = 92
  156. boolean bringtotop = true
  157. integer textsize = -9
  158. integer weight = 400
  159. fontcharset fontcharset = gb2312charset!
  160. fontpitch fontpitch = variable!
  161. string facename = "宋体"
  162. long textcolor = 33554432
  163. long backcolor = 134217739
  164. string text = "帮助:F1"
  165. boolean focusrectangle = false
  166. end type
  167. type st_4 from statictext within w_outware_pos_help
  168. integer x = 919
  169. integer y = 168
  170. integer width = 389
  171. integer height = 92
  172. boolean bringtotop = true
  173. integer textsize = -9
  174. integer weight = 400
  175. fontcharset fontcharset = gb2312charset!
  176. fontpitch fontpitch = variable!
  177. string facename = "宋体"
  178. long textcolor = 33554432
  179. long backcolor = 134217739
  180. string text = "商品查询:F8"
  181. boolean focusrectangle = false
  182. end type
  183. type st_7 from statictext within w_outware_pos_help
  184. integer x = 1792
  185. integer y = 168
  186. integer width = 315
  187. integer height = 92
  188. boolean bringtotop = true
  189. integer textsize = -9
  190. integer weight = 400
  191. fontcharset fontcharset = gb2312charset!
  192. fontpitch fontpitch = variable!
  193. string facename = "宋体"
  194. long textcolor = 33554432
  195. long backcolor = 134217739
  196. string text = "备注:CTRL+M"
  197. boolean focusrectangle = false
  198. end type
  199. type st_6 from statictext within w_outware_pos_help
  200. integer x = 142
  201. integer y = 296
  202. integer width = 206
  203. integer height = 92
  204. boolean bringtotop = true
  205. integer textsize = -9
  206. integer weight = 400
  207. fontcharset fontcharset = gb2312charset!
  208. fontpitch fontpitch = variable!
  209. string facename = "宋体"
  210. long textcolor = 33554432
  211. long backcolor = 134217739
  212. string text = "打印:F5"
  213. boolean focusrectangle = false
  214. end type
  215. type st_10 from statictext within w_outware_pos_help
  216. integer x = 919
  217. integer y = 292
  218. integer width = 389
  219. integer height = 92
  220. boolean bringtotop = true
  221. integer textsize = -9
  222. integer weight = 400
  223. fontcharset fontcharset = gb2312charset!
  224. fontpitch fontpitch = variable!
  225. string facename = "宋体"
  226. long textcolor = 33554432
  227. long backcolor = 134217739
  228. string text = "修改数量:→"
  229. boolean focusrectangle = false
  230. end type
  231. type st_12 from statictext within w_outware_pos_help
  232. integer x = 1797
  233. integer y = 292
  234. integer width = 389
  235. integer height = 92
  236. boolean bringtotop = true
  237. integer textsize = -9
  238. integer weight = 400
  239. fontcharset fontcharset = gb2312charset!
  240. fontpitch fontpitch = variable!
  241. string facename = "宋体"
  242. long textcolor = 33554432
  243. long backcolor = 134217739
  244. string text = "修改价格:←"
  245. boolean focusrectangle = false
  246. end type
  247. type st_14 from statictext within w_outware_pos_help
  248. integer x = 142
  249. integer y = 420
  250. integer width = 389
  251. integer height = 92
  252. boolean bringtotop = true
  253. integer textsize = -9
  254. integer weight = 400
  255. fontcharset fontcharset = gb2312charset!
  256. fontpitch fontpitch = variable!
  257. string facename = "宋体"
  258. long textcolor = 33554432
  259. long backcolor = 134217739
  260. string text = "修改折扣:/"
  261. boolean focusrectangle = false
  262. end type
  263. type st_16 from statictext within w_outware_pos_help
  264. integer x = 919
  265. integer y = 420
  266. integer width = 389
  267. integer height = 92
  268. boolean bringtotop = true
  269. integer textsize = -9
  270. integer weight = 400
  271. fontcharset fontcharset = gb2312charset!
  272. fontpitch fontpitch = variable!
  273. string facename = "宋体"
  274. long textcolor = 33554432
  275. long backcolor = 134217739
  276. string text = "下一行:↓"
  277. boolean focusrectangle = false
  278. end type
  279. type st_18 from statictext within w_outware_pos_help
  280. integer x = 1797
  281. integer y = 424
  282. integer width = 389
  283. integer height = 92
  284. boolean bringtotop = true
  285. integer textsize = -9
  286. integer weight = 400
  287. fontcharset fontcharset = gb2312charset!
  288. fontpitch fontpitch = variable!
  289. string facename = "宋体"
  290. long textcolor = 33554432
  291. long backcolor = 134217739
  292. string text = "上一行:↑"
  293. boolean focusrectangle = false
  294. end type
  295. type st_20 from statictext within w_outware_pos_help
  296. integer x = 142
  297. integer y = 564
  298. integer width = 389
  299. integer height = 92
  300. boolean bringtotop = true
  301. integer textsize = -9
  302. integer weight = 400
  303. fontcharset fontcharset = gb2312charset!
  304. fontpitch fontpitch = variable!
  305. string facename = "宋体"
  306. long textcolor = 33554432
  307. long backcolor = 134217739
  308. string text = "删除行:DEL"
  309. boolean focusrectangle = false
  310. end type
  311. type st_22 from statictext within w_outware_pos_help
  312. integer x = 919
  313. integer y = 564
  314. integer width = 389
  315. integer height = 92
  316. boolean bringtotop = true
  317. integer textsize = -9
  318. integer weight = 400
  319. fontcharset fontcharset = gb2312charset!
  320. fontpitch fontpitch = variable!
  321. string facename = "宋体"
  322. long textcolor = 33554432
  323. long backcolor = 134217739
  324. string text = "开新单:Ins"
  325. boolean focusrectangle = false
  326. end type
  327. type st_24 from statictext within w_outware_pos_help
  328. integer x = 1797
  329. integer y = 564
  330. integer width = 389
  331. integer height = 92
  332. boolean bringtotop = true
  333. integer textsize = -9
  334. integer weight = 400
  335. fontcharset fontcharset = gb2312charset!
  336. fontpitch fontpitch = variable!
  337. string facename = "宋体"
  338. long textcolor = 33554432
  339. long backcolor = 134217739
  340. string text = "取单:PageUp"
  341. boolean focusrectangle = false
  342. end type
  343. type st_26 from statictext within w_outware_pos_help
  344. integer x = 133
  345. integer y = 708
  346. integer width = 571
  347. integer height = 92
  348. boolean bringtotop = true
  349. integer textsize = -9
  350. integer weight = 400
  351. fontcharset fontcharset = gb2312charset!
  352. fontpitch fontpitch = variable!
  353. string facename = "宋体"
  354. long textcolor = 33554432
  355. long backcolor = 134217739
  356. string text = "高级商品查询:F9"
  357. boolean focusrectangle = false
  358. end type
  359. type st_3 from statictext within w_outware_pos_help
  360. integer x = 919
  361. integer y = 708
  362. integer width = 571
  363. integer height = 92
  364. boolean bringtotop = true
  365. integer textsize = -9
  366. integer weight = 400
  367. fontcharset fontcharset = gb2312charset!
  368. fontpitch fontpitch = variable!
  369. string facename = "宋体"
  370. long textcolor = 33554432
  371. long backcolor = 134217739
  372. string text = "客户查询:F10"
  373. boolean focusrectangle = false
  374. end type
  375. type gb_1 from groupbox within w_outware_pos_help
  376. integer x = 78
  377. integer y = 88
  378. integer width = 2249
  379. integer height = 756
  380. integer taborder = 30
  381. integer textsize = -9
  382. integer weight = 400
  383. fontcharset fontcharset = gb2312charset!
  384. fontpitch fontpitch = variable!
  385. string facename = "宋体"
  386. long textcolor = 33554432
  387. long backcolor = 134217739
  388. end type