m_x_genapp_frame_sp1.srm 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410
  1. $PBExportHeader$m_x_genapp_frame_sp1.srm
  2. forward
  3. global type m_x_genapp_frame_sp1 from menu
  4. end type
  5. type m_exit from menu within m_x_genapp_frame_sp1
  6. end type
  7. type m_重新登录 from menu within m_exit
  8. end type
  9. type m_修改密码 from menu within m_exit
  10. end type
  11. type m_- from menu within m_exit
  12. end type
  13. type m_初始化设置 from menu within m_exit
  14. end type
  15. type m_0 from menu within m_exit
  16. end type
  17. type m_工作提醒 from menu within m_exit
  18. end type
  19. type m_帐套管理 from menu within m_exit
  20. end type
  21. type m_1 from menu within m_exit
  22. end type
  23. type m_退出q from menu within m_exit
  24. end type
  25. type m_exit from menu within m_x_genapp_frame_sp1
  26. m_重新登录 m_重新登录
  27. m_修改密码 m_修改密码
  28. m_- m_-
  29. m_初始化设置 m_初始化设置
  30. m_0 m_0
  31. m_工作提醒 m_工作提醒
  32. m_帐套管理 m_帐套管理
  33. m_1 m_1
  34. m_退出q m_退出q
  35. end type
  36. global type m_x_genapp_frame_sp1 from menu
  37. m_exit m_exit
  38. end type
  39. end forward
  40. global type m_x_genapp_frame_sp1 from menu
  41. m_exit m_exit
  42. end type
  43. global m_x_genapp_frame_sp1 m_x_genapp_frame_sp1
  44. type variables
  45. end variables
  46. on m_x_genapp_frame_sp1.create
  47. m_x_genapp_frame_sp1=this
  48. call super::create
  49. this.menutextcolor = 134217735
  50. this.menubackcolor = 134217732
  51. this.menuhighlightcolor = 134217741
  52. this.textsize = 8
  53. this.weight = 400
  54. this.facename = "Tahoma"
  55. this.titlebackcolor = 134217730
  56. this.bitmapbackcolor = 12632256
  57. this.menubitmaps = true
  58. this.titlegradient = true
  59. this.toolbartextcolor = 134217746
  60. this.toolbarbackcolor = 67108864
  61. this.toolbarhighlightcolor = 134217741
  62. this.toolbargradient = true
  63. this.bitmapgradient = true
  64. this.m_exit=create m_exit
  65. this.Item[UpperBound(this.Item)+1]=this.m_exit
  66. end on
  67. on m_x_genapp_frame_sp1.destroy
  68. call super::destroy
  69. destroy(this.m_exit)
  70. end on
  71. type m_exit from menu within m_x_genapp_frame_sp1
  72. m_重新登录 m_重新登录
  73. m_修改密码 m_修改密码
  74. m_- m_-
  75. m_初始化设置 m_初始化设置
  76. m_0 m_0
  77. m_工作提醒 m_工作提醒
  78. m_帐套管理 m_帐套管理
  79. m_1 m_1
  80. m_退出q m_退出q
  81. end type
  82. on m_exit.create
  83. call super::create
  84. this.text = "文件"
  85. this.menutextcolor = 134217735
  86. this.menubackcolor = 134217732
  87. this.menuhighlightcolor = 134217741
  88. this.textsize = 8
  89. this.weight = 400
  90. this.facename = "Tahoma"
  91. this.titlebackcolor = 134217730
  92. this.bitmapbackcolor = 12632256
  93. this.menubitmaps = true
  94. this.titlegradient = true
  95. this.toolbartextcolor = 134217746
  96. this.toolbarbackcolor = 67108864
  97. this.toolbarhighlightcolor = 134217741
  98. this.toolbargradient = true
  99. this.bitmapgradient = true
  100. this.m_重新登录=create m_重新登录
  101. this.m_修改密码=create m_修改密码
  102. this.m_-=create m_-
  103. this.m_初始化设置=create m_初始化设置
  104. this.m_0=create m_0
  105. this.m_工作提醒=create m_工作提醒
  106. this.m_帐套管理=create m_帐套管理
  107. this.m_1=create m_1
  108. this.m_退出q=create m_退出q
  109. this.Item[UpperBound(this.Item)+1]=this.m_重新登录
  110. this.Item[UpperBound(this.Item)+1]=this.m_修改密码
  111. this.Item[UpperBound(this.Item)+1]=this.m_-
  112. this.Item[UpperBound(this.Item)+1]=this.m_初始化设置
  113. this.Item[UpperBound(this.Item)+1]=this.m_0
  114. this.Item[UpperBound(this.Item)+1]=this.m_工作提醒
  115. this.Item[UpperBound(this.Item)+1]=this.m_帐套管理
  116. this.Item[UpperBound(this.Item)+1]=this.m_1
  117. this.Item[UpperBound(this.Item)+1]=this.m_退出q
  118. end on
  119. on m_exit.destroy
  120. call super::destroy
  121. destroy(this.m_重新登录)
  122. destroy(this.m_修改密码)
  123. destroy(this.m_-)
  124. destroy(this.m_初始化设置)
  125. destroy(this.m_0)
  126. destroy(this.m_工作提醒)
  127. destroy(this.m_帐套管理)
  128. destroy(this.m_1)
  129. destroy(this.m_退出q)
  130. end on
  131. type m_重新登录 from menu within m_exit
  132. end type
  133. on m_重新登录.create
  134. call super::create
  135. this.text = "重新登录"
  136. this.menutextcolor = 134217735
  137. this.menubackcolor = 134217732
  138. this.menuhighlightcolor = 134217741
  139. this.textsize = 8
  140. this.weight = 400
  141. this.facename = "Tahoma"
  142. this.titlebackcolor = 134217730
  143. this.bitmapbackcolor = 12632256
  144. this.menubitmaps = true
  145. this.titlegradient = true
  146. this.toolbartextcolor = 134217746
  147. this.toolbarbackcolor = 67108864
  148. this.toolbarhighlightcolor = 134217741
  149. this.toolbargradient = true
  150. this.bitmapgradient = true
  151. end on
  152. on m_重新登录.destroy
  153. call super::destroy
  154. end on
  155. event clicked;f_open(1)
  156. end event
  157. type m_修改密码 from menu within m_exit
  158. end type
  159. on m_修改密码.create
  160. call super::create
  161. this.text = "修改密码"
  162. this.menutextcolor = 134217735
  163. this.menubackcolor = 134217732
  164. this.menuhighlightcolor = 134217741
  165. this.textsize = 8
  166. this.weight = 400
  167. this.facename = "Tahoma"
  168. this.titlebackcolor = 134217730
  169. this.bitmapbackcolor = 12632256
  170. this.menubitmaps = true
  171. this.titlegradient = true
  172. this.toolbartextcolor = 134217746
  173. this.toolbarbackcolor = 67108864
  174. this.toolbarhighlightcolor = 134217741
  175. this.toolbargradient = true
  176. this.bitmapgradient = true
  177. end on
  178. on m_修改密码.destroy
  179. call super::destroy
  180. end on
  181. event clicked;open(w_sys_xgmm)
  182. end event
  183. type m_- from menu within m_exit
  184. end type
  185. on m_-.create
  186. call super::create
  187. this.text = "-"
  188. this.menutextcolor = 134217735
  189. this.menubackcolor = 134217732
  190. this.menuhighlightcolor = 134217741
  191. this.textsize = 8
  192. this.weight = 400
  193. this.facename = "Tahoma"
  194. this.titlebackcolor = 134217730
  195. this.bitmapbackcolor = 12632256
  196. this.menubitmaps = true
  197. this.titlegradient = true
  198. this.toolbartextcolor = 134217746
  199. this.toolbarbackcolor = 67108864
  200. this.toolbarhighlightcolor = 134217741
  201. this.toolbargradient = true
  202. this.bitmapgradient = true
  203. end on
  204. on m_-.destroy
  205. call super::destroy
  206. end on
  207. type m_初始化设置 from menu within m_exit
  208. end type
  209. event clicked;open(w_sys_init_guide)
  210. end event
  211. on m_初始化设置.create
  212. call super::create
  213. this.text = "初始化向导"
  214. this.menutextcolor = 134217735
  215. this.menubackcolor = 134217732
  216. this.menuhighlightcolor = 134217741
  217. this.textsize = 8
  218. this.weight = 400
  219. this.facename = "Tahoma"
  220. this.titlebackcolor = 134217730
  221. this.bitmapbackcolor = 12632256
  222. this.menubitmaps = true
  223. this.titlegradient = true
  224. this.toolbartextcolor = 134217746
  225. this.toolbarbackcolor = 67108864
  226. this.toolbarhighlightcolor = 134217741
  227. this.toolbargradient = true
  228. this.bitmapgradient = true
  229. end on
  230. on m_初始化设置.destroy
  231. call super::destroy
  232. end on
  233. type m_0 from menu within m_exit
  234. end type
  235. on m_0.create
  236. call super::create
  237. this.text = "-"
  238. this.menutextcolor = 134217735
  239. this.menubackcolor = 134217732
  240. this.menuhighlightcolor = 134217741
  241. this.textsize = 8
  242. this.weight = 400
  243. this.facename = "Tahoma"
  244. this.titlebackcolor = 134217730
  245. this.bitmapbackcolor = 12632256
  246. this.menubitmaps = true
  247. this.titlegradient = true
  248. this.toolbartextcolor = 134217746
  249. this.toolbarbackcolor = 67108864
  250. this.toolbarhighlightcolor = 134217741
  251. this.toolbargradient = true
  252. this.bitmapgradient = true
  253. end on
  254. on m_0.destroy
  255. call super::destroy
  256. end on
  257. type m_工作提醒 from menu within m_exit
  258. end type
  259. event clicked;open(w_oa_workremind)
  260. end event
  261. on m_工作提醒.create
  262. call super::create
  263. this.text = "工作提醒"
  264. this.menutextcolor = 134217735
  265. this.menubackcolor = 134217732
  266. this.menuhighlightcolor = 134217741
  267. this.textsize = 8
  268. this.weight = 400
  269. this.facename = "Tahoma"
  270. this.titlebackcolor = 134217730
  271. this.bitmapbackcolor = 12632256
  272. this.menubitmaps = true
  273. this.titlegradient = true
  274. this.toolbartextcolor = 134217746
  275. this.toolbarbackcolor = 67108864
  276. this.toolbarhighlightcolor = 134217741
  277. this.toolbargradient = true
  278. this.bitmapgradient = true
  279. end on
  280. on m_工作提醒.destroy
  281. call super::destroy
  282. end on
  283. type m_帐套管理 from menu within m_exit
  284. end type
  285. event clicked;f_sys_main(802)
  286. end event
  287. on m_帐套管理.create
  288. call super::create
  289. this.text = "帐套管理"
  290. this.menutextcolor = 134217735
  291. this.menubackcolor = 134217732
  292. this.menuhighlightcolor = 134217741
  293. this.textsize = 8
  294. this.weight = 400
  295. this.facename = "Tahoma"
  296. this.titlebackcolor = 134217730
  297. this.bitmapbackcolor = 12632256
  298. this.menubitmaps = true
  299. this.titlegradient = true
  300. this.toolbartextcolor = 134217746
  301. this.toolbarbackcolor = 67108864
  302. this.toolbarhighlightcolor = 134217741
  303. this.toolbargradient = true
  304. this.bitmapgradient = true
  305. end on
  306. on m_帐套管理.destroy
  307. call super::destroy
  308. end on
  309. type m_1 from menu within m_exit
  310. end type
  311. on m_1.create
  312. call super::create
  313. this.text = "-"
  314. this.menutextcolor = 134217735
  315. this.menubackcolor = 134217732
  316. this.menuhighlightcolor = 134217741
  317. this.textsize = 8
  318. this.weight = 400
  319. this.facename = "Tahoma"
  320. this.titlebackcolor = 134217730
  321. this.bitmapbackcolor = 12632256
  322. this.menubitmaps = true
  323. this.titlegradient = true
  324. this.toolbartextcolor = 134217746
  325. this.toolbarbackcolor = 67108864
  326. this.toolbarhighlightcolor = 134217741
  327. this.toolbargradient = true
  328. this.bitmapgradient = true
  329. end on
  330. on m_1.destroy
  331. call super::destroy
  332. end on
  333. type m_退出q from menu within m_exit
  334. end type
  335. event clicked;
  336. IF IsValid(w_main_scware) THEN
  337. Close(w_main_scware)
  338. //ELSEIF IsValid(w_main_scware_biz) THEN
  339. // Close(w_main_scware_biz)
  340. END IF
  341. end event
  342. on m_退出q.create
  343. call super::create
  344. this.text = "退出[&Q]"
  345. this.menutextcolor = 134217735
  346. this.menubackcolor = 134217732
  347. this.menuhighlightcolor = 134217741
  348. this.textsize = 8
  349. this.weight = 400
  350. this.facename = "Tahoma"
  351. this.titlebackcolor = 134217730
  352. this.bitmapbackcolor = 12632256
  353. this.menubitmaps = true
  354. this.titlegradient = true
  355. this.toolbartextcolor = 134217746
  356. this.toolbarbackcolor = 67108864
  357. this.toolbarhighlightcolor = 134217741
  358. this.toolbargradient = true
  359. this.bitmapgradient = true
  360. end on
  361. on m_退出q.destroy
  362. call super::destroy
  363. end on