w_aifmb_main.srw 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644
  1. $PBExportHeader$w_aifmb_main.srw
  2. forward
  3. global type w_aifmb_main from window
  4. end type
  5. type st_7 from uo_aifmb_text within w_aifmb_main
  6. end type
  7. type p_1 from picture within w_aifmb_main
  8. end type
  9. type st_6 from statictext within w_aifmb_main
  10. end type
  11. type st_5 from uo_aifmb_text within w_aifmb_main
  12. end type
  13. type st_4 from uo_aifmb_text within w_aifmb_main
  14. end type
  15. type st_3 from uo_aifmb_text within w_aifmb_main
  16. end type
  17. type st_2 from uo_aifmb_text within w_aifmb_main
  18. end type
  19. type st_1 from uo_aifmb_text within w_aifmb_main
  20. end type
  21. type ole_1 from uo_aifmb_webbrowser within w_aifmb_main
  22. end type
  23. type tab_1 from uo_aifmb_tab within w_aifmb_main
  24. end type
  25. type tab_1 from uo_aifmb_tab within w_aifmb_main
  26. end type
  27. type cb_1 from commandbutton within w_aifmb_main
  28. end type
  29. type ln_bar from line within w_aifmb_main
  30. end type
  31. type ln_bar2 from line within w_aifmb_main
  32. end type
  33. type r_bar from rectangle within w_aifmb_main
  34. end type
  35. type ln_1 from line within w_aifmb_main
  36. end type
  37. type ln_2 from line within w_aifmb_main
  38. end type
  39. type ln_3 from line within w_aifmb_main
  40. end type
  41. type ln_4 from line within w_aifmb_main
  42. end type
  43. type ln_5 from line within w_aifmb_main
  44. end type
  45. type ln_6 from line within w_aifmb_main
  46. end type
  47. type s_win from structure within w_aifmb_main
  48. end type
  49. end forward
  50. type s_win from structure
  51. string title
  52. string picture
  53. window win
  54. end type
  55. global type w_aifmb_main from window
  56. integer width = 4608
  57. integer height = 2504
  58. boolean titlebar = true
  59. string title = "亚洲国际供应链电商平台"
  60. boolean controlmenu = true
  61. boolean minbox = true
  62. boolean maxbox = true
  63. boolean resizable = true
  64. windowtype windowtype = popup!
  65. windowstate windowstate = maximized!
  66. long backcolor = 67108864
  67. string icon = "AppIcon!"
  68. boolean center = true
  69. event ue_querycom ( )
  70. event ue_comrequest ( )
  71. event ue_eb_price ( )
  72. event ue_mtrltype_map ( )
  73. event ue_mtrl_map ( )
  74. event ue_closeself ( )
  75. event ue_inquire_fromme ( )
  76. event ue_inquire_tome ( )
  77. event ue_linkmsg_request ( )
  78. st_7 st_7
  79. p_1 p_1
  80. st_6 st_6
  81. st_5 st_5
  82. st_4 st_4
  83. st_3 st_3
  84. st_2 st_2
  85. st_1 st_1
  86. ole_1 ole_1
  87. tab_1 tab_1
  88. cb_1 cb_1
  89. ln_bar ln_bar
  90. ln_bar2 ln_bar2
  91. r_bar r_bar
  92. ln_1 ln_1
  93. ln_2 ln_2
  94. ln_3 ln_3
  95. ln_4 ln_4
  96. ln_5 ln_5
  97. ln_6 ln_6
  98. end type
  99. global w_aifmb_main w_aifmb_main
  100. type prototypes
  101. Function Long SetParent(Long hWndChild,Long hWndNewParent) Library "User32.dll"
  102. end prototypes
  103. type variables
  104. private:
  105. long ins_userid = 0
  106. end variables
  107. forward prototypes
  108. public subroutine wf_tv_buildtree ()
  109. public subroutine wf_face ()
  110. public subroutine wf_reset_tab ()
  111. end prototypes
  112. event ue_querycom();tab_1.wf_opentab('查找合作', 'w_aifmb_querycom')
  113. end event
  114. event ue_comrequest();tab_1.wf_opentab('合作请求', 'w_aifmb_addcuscomm_request')
  115. end event
  116. event ue_eb_price();tab_1.wf_opentab('亚洲国际电商报价', 'w_aifmb_eb_price')
  117. end event
  118. event ue_mtrltype_map();tab_1.wf_opentab('类别映射', 'w_aifmb_class_map')
  119. end event
  120. event ue_mtrl_map();tab_1.wf_opentab('物料映射', 'w_aifmb_mtrl_map')
  121. end event
  122. event ue_closeself();Close(This)
  123. end event
  124. event ue_inquire_fromme();tab_1.wf_opentab('询价记录', 'w_aifmb_inquire_fromme')
  125. end event
  126. event ue_inquire_tome();tab_1.wf_opentab('询价回复', 'w_aifmb_inquire_tome')
  127. end event
  128. event ue_linkmsg_request();tab_1.wf_opentab('互联请求', 'w_aifmb_querycom2')
  129. end event
  130. public subroutine wf_tv_buildtree ();//Long root
  131. //root = wf_insertitemlast(0, '亚洲国际电商网', '', 'graphics\Shell32 005.bmp')
  132. //wf_insertitemlast(root, '物料类别映射', 'w_aifmb_class_map', 'graphics\task.bmp')
  133. //wf_insertitemlast(root, '物料映射', 'w_aifmb_mtrl_map', 'graphics\task.bmp')
  134. //wf_insertitemlast(root, '查找合作', 'w_aifmb_querycom', 'graphics\task.bmp')
  135. //wf_insertitemlast(root, '合作请求', 'w_aifmb_addcuscomm_request', 'graphics\task.bmp')
  136. //wf_insertitemlast(root, '产品浏览', 'w_aifmb_productcode_view', 'graphics\task.bmp')
  137. //wf_insertitemlast(root, '我的产品', 'w_aifmb_myproductcode', 'graphics\task.bmp')
  138. //wf_insertitemlast(root, '促销浏览', 'w_aifmb_promotions_view', 'graphics\task.bmp')
  139. //wf_insertitemlast(root, '我的促销', 'w_aifmb_mypromotions', 'graphics\task.bmp')
  140. //wf_insertitemlast(root, '求购浏览', 'w_aifmb_buyinfo_view', 'graphics\task.bmp')
  141. //wf_insertitemlast(root, '我的求购', 'w_aifmb_mybuyinfo', 'graphics\task.bmp')
  142. //wf_insertitemlast(root, '指数与行情', 'w_aifmb_index_read', 'graphics\task.bmp')
  143. //tv_1.ExpandAll(root)
  144. end subroutine
  145. public subroutine wf_face ();Int rslt = 0
  146. String arg_msg
  147. uo_aifmb lo_aifmb
  148. lo_aifmb = Create uo_aifmb
  149. String ls_localusername
  150. IF lo_aifmb.uf_getlocalusername(ls_localusername, arg_msg) <> 1 THEN
  151. ls_localusername = ''
  152. END IF
  153. String ls_username
  154. ls_username = lo_aifmb.sf_username()
  155. String ls_msg = '尊敬的'
  156. IF ls_username <> '' THEN
  157. ls_msg += '用户' + ls_username
  158. ELSE
  159. ls_msg += '游客'
  160. END IF
  161. IF ls_localusername <> '' THEN
  162. ls_msg += '('+ls_localusername+')'
  163. IF lo_aifmb.sf_auditflag() = 1 THEN
  164. ls_msg += '(已审核)'
  165. ELSE
  166. ls_msg += '(未审核)'
  167. END IF
  168. END IF
  169. ls_msg += ',你好!'
  170. st_7.Text = ls_msg
  171. IF ins_userid <> lo_aifmb.sf_userid() THEN
  172. ins_userid = lo_aifmb.sf_userid()
  173. wf_reset_tab()
  174. END IF
  175. Destroy lo_aifmb
  176. end subroutine
  177. public subroutine wf_reset_tab ();datastore ds
  178. ds = Create datastore
  179. uo_aifmb lo_aifmb
  180. lo_aifmb = Create uo_aifmb
  181. ds.DataObject = 'dw_aifmb_main'
  182. Long ll_row
  183. IF Not sys_power_issuper THEN
  184. ll_row = ds.Find("chname = '用户管理'", 1, ds.RowCount())
  185. IF ll_row > 0 THEN
  186. ds.Object.ifshow[ll_row] = 0
  187. END IF
  188. END IF
  189. IF Not lo_aifmb.sf_islogin() THEN
  190. FOR ll_row = 1 To ds.RowCount()
  191. IF ds.Object.winname[ll_row] = 'w_aifmb_productcode_view' &
  192. Or ds.Object.winname[ll_row] = 'w_aifmb_buyinfo_view' &
  193. Or ds.Object.winname[ll_row] = 'w_aifmb_promotions_view' THEN
  194. ds.Object.ifshow[ll_row] = 1
  195. ELSE
  196. ds.Object.ifshow[ll_row] = 0
  197. END IF
  198. NEXT
  199. END IF
  200. tab_1.wf_setdatasource(ds)
  201. Destroy ds
  202. Destroy lo_aifmb
  203. end subroutine
  204. on w_aifmb_main.create
  205. this.st_7=create st_7
  206. this.p_1=create p_1
  207. this.st_6=create st_6
  208. this.st_5=create st_5
  209. this.st_4=create st_4
  210. this.st_3=create st_3
  211. this.st_2=create st_2
  212. this.st_1=create st_1
  213. this.ole_1=create ole_1
  214. this.tab_1=create tab_1
  215. this.cb_1=create cb_1
  216. this.ln_bar=create ln_bar
  217. this.ln_bar2=create ln_bar2
  218. this.r_bar=create r_bar
  219. this.ln_1=create ln_1
  220. this.ln_2=create ln_2
  221. this.ln_3=create ln_3
  222. this.ln_4=create ln_4
  223. this.ln_5=create ln_5
  224. this.ln_6=create ln_6
  225. this.Control[]={this.st_7,&
  226. this.p_1,&
  227. this.st_6,&
  228. this.st_5,&
  229. this.st_4,&
  230. this.st_3,&
  231. this.st_2,&
  232. this.st_1,&
  233. this.ole_1,&
  234. this.tab_1,&
  235. this.cb_1,&
  236. this.ln_bar,&
  237. this.ln_bar2,&
  238. this.r_bar,&
  239. this.ln_1,&
  240. this.ln_2,&
  241. this.ln_3,&
  242. this.ln_4,&
  243. this.ln_5,&
  244. this.ln_6}
  245. end on
  246. on w_aifmb_main.destroy
  247. destroy(this.st_7)
  248. destroy(this.p_1)
  249. destroy(this.st_6)
  250. destroy(this.st_5)
  251. destroy(this.st_4)
  252. destroy(this.st_3)
  253. destroy(this.st_2)
  254. destroy(this.st_1)
  255. destroy(this.ole_1)
  256. destroy(this.tab_1)
  257. destroy(this.cb_1)
  258. destroy(this.ln_bar)
  259. destroy(this.ln_bar2)
  260. destroy(this.r_bar)
  261. destroy(this.ln_1)
  262. destroy(this.ln_2)
  263. destroy(this.ln_3)
  264. destroy(this.ln_4)
  265. destroy(this.ln_5)
  266. destroy(this.ln_6)
  267. end on
  268. event resize;ln_bar.EndX = This.Width
  269. ln_bar2.EndX = This.Width
  270. r_bar.Width = This.Width
  271. //tv_1.Height = This.WorkSpaceHeight() - tv_1.Y
  272. tab_1.Width = This.WorkSpaceWidth() - tab_1.X
  273. tab_1.Height = This.WorkSpaceHeight() - tab_1.Y
  274. ole_1.X = This.WorkSpaceWidth() - ole_1.Width
  275. st_7.Width = ole_1.X - st_7.X
  276. //st_1.X = ole_1.X - st_1.Width
  277. //st_2.X = st_1.X - st_2.Width
  278. end event
  279. event open;uo_aifmb lo_aifmb
  280. lo_aifmb = Create uo_aifmb
  281. Int rslt = 1
  282. String arg_msg = ''
  283. IF lo_aifmb.uf_tryautologin(arg_msg) <> 1 THEN
  284. END IF
  285. wf_face()
  286. ole_1.Object.Navigate("http://www.fib2b.cn/ad/adforerp.htm?positionid=26")
  287. IF ins_userid = 0 THEN
  288. wf_reset_tab()
  289. END IF
  290. Destroy lo_aifmb
  291. IF arg_msg <> '' THEN
  292. MessageBox('ERROR', arg_msg)
  293. // This.PostEvent('ue_closeself')
  294. END IF
  295. end event
  296. event activate;wf_face()
  297. end event
  298. type st_7 from uo_aifmb_text within w_aifmb_main
  299. integer x = 864
  300. integer y = 36
  301. integer width = 809
  302. integer height = 64
  303. integer textsize = -9
  304. string text = "尊敬的用户,你好!"
  305. end type
  306. event clicked;call super::clicked;uo_aifmb lo_aifmb
  307. lo_aifmb = Create uo_aifmb
  308. String arg_msg
  309. IF lo_aifmb.sf_userid() > 0 THEN
  310. open(w_aifmb_cominfo_view)
  311. wf_face()
  312. ELSE
  313. IF lo_aifmb.uf_tryautologin(arg_msg) <> 1 THEN
  314. END IF
  315. wf_face()
  316. END IF
  317. Destroy lo_aifmb
  318. end event
  319. type p_1 from picture within w_aifmb_main
  320. integer width = 850
  321. integer height = 284
  322. boolean originalsize = true
  323. string picturename = "AIFMB_LOGO.png"
  324. boolean focusrectangle = false
  325. end type
  326. type st_6 from statictext within w_aifmb_main
  327. integer x = 2199
  328. integer y = 232
  329. integer width = 82
  330. integer height = 48
  331. integer textsize = -9
  332. integer weight = 400
  333. fontcharset fontcharset = gb2312charset!
  334. fontpitch fontpitch = variable!
  335. string facename = "宋体"
  336. boolean underline = true
  337. long textcolor = 33554432
  338. long backcolor = 16777215
  339. boolean focusrectangle = false
  340. end type
  341. type st_5 from uo_aifmb_text within w_aifmb_main
  342. integer x = 1952
  343. integer y = 232
  344. integer width = 233
  345. integer height = 56
  346. integer textsize = -9
  347. boolean underline = true
  348. string text = "打开副本"
  349. end type
  350. event clicked;call super::clicked;window lw_win
  351. Open(lw_win,PARENT.ClassName())
  352. lw_win.WindowState = Normal!
  353. end event
  354. type st_4 from uo_aifmb_text within w_aifmb_main
  355. integer x = 1819
  356. integer y = 232
  357. integer width = 119
  358. integer height = 56
  359. integer textsize = -9
  360. boolean underline = true
  361. string text = "其它"
  362. end type
  363. event clicked;call super::clicked;m_Dfc_Control_PopupMenu dmPopupMenu
  364. String menustr
  365. menustr = menustr + "|" + "Text=类别映射~tEvent=ue_mtrltype_map"
  366. menustr = menustr + "|" + "Text=物料映射~tEvent=ue_mtrl_map"
  367. menustr = menustr + "|" + "Text=询价记录~tEvent=ue_inquire_fromme"
  368. menustr = menustr + "|" + "Text=询价回复~tEvent=ue_inquire_tome"
  369. menustr = menustr + "|" + "Text=互联请求~tEvent=ue_linkmsg_request"
  370. IF Len(Trim(menustr)) <> 0 THEN
  371. dmPopupMenu = Create m_Dfc_Control_PopupMenu
  372. dmPopupMenu.mf_BuildMenu(This, menustr)
  373. dmPopupMenu.mf_PopMenu()
  374. Destroy dmPopupMenu
  375. END IF
  376. end event
  377. type st_3 from uo_aifmb_text within w_aifmb_main
  378. integer x = 1353
  379. integer y = 232
  380. integer width = 453
  381. integer height = 56
  382. integer textsize = -9
  383. boolean underline = true
  384. string text = "亚洲国际电商报价"
  385. end type
  386. event clicked;call super::clicked;parent.triggerevent('ue_eb_price')
  387. end event
  388. type st_2 from uo_aifmb_text within w_aifmb_main
  389. integer x = 1106
  390. integer y = 232
  391. integer width = 233
  392. integer height = 56
  393. integer textsize = -9
  394. boolean underline = true
  395. string text = "合作请求"
  396. end type
  397. event clicked;call super::clicked;parent.triggerevent('ue_comrequest')
  398. end event
  399. type st_1 from uo_aifmb_text within w_aifmb_main
  400. integer x = 864
  401. integer y = 232
  402. integer width = 229
  403. integer height = 56
  404. integer textsize = -9
  405. boolean underline = true
  406. string text = "查找合作"
  407. boolean ib_mousein = true
  408. end type
  409. event clicked;call super::clicked;parent.triggerevent('ue_querycom')
  410. end event
  411. type ole_1 from uo_aifmb_webbrowser within w_aifmb_main
  412. integer x = 2683
  413. integer width = 1829
  414. integer height = 284
  415. integer taborder = 30
  416. string binarykey = "w_aifmb_main.win"
  417. end type
  418. type tab_1 from uo_aifmb_tab within w_aifmb_main
  419. integer y = 312
  420. integer width = 2299
  421. integer height = 764
  422. integer taborder = 30
  423. end type
  424. type cb_1 from commandbutton within w_aifmb_main
  425. boolean visible = false
  426. integer x = 393
  427. integer y = 36
  428. integer width = 402
  429. integer height = 84
  430. integer taborder = 20
  431. integer textsize = -9
  432. integer weight = 400
  433. fontcharset fontcharset = gb2312charset!
  434. fontpitch fontpitch = variable!
  435. string facename = "宋体"
  436. string text = "none"
  437. end type
  438. event clicked;Long arr[]
  439. arr[1] = 4
  440. arr[2] = 6
  441. arr[3] = 2
  442. arr[4] = 5
  443. arr[5] = 1
  444. arr[6] = 3
  445. arr[7] = 7
  446. Long org[]
  447. Long i, j, cnt, k, t
  448. cnt = UpperBound(tab_1.Control)
  449. FOR i = 1 To cnt
  450. org[i] = i
  451. NEXT
  452. FOR i = 1 To cnt
  453. FOR j = i To cnt
  454. IF org[j] = arr[i] THEN EXIT
  455. NEXT
  456. tab_1.MoveTab(j, i)
  457. t = org[j]
  458. FOR k = j To i + 1 Step -1
  459. org[k] = org[k - 1]
  460. NEXT
  461. org[i] = t
  462. NEXT
  463. end event
  464. type ln_bar from line within w_aifmb_main
  465. long linecolor = 268435456
  466. integer linethickness = 4
  467. integer beginy = 308
  468. integer endx = 2007
  469. integer endy = 308
  470. end type
  471. type ln_bar2 from line within w_aifmb_main
  472. long linecolor = 16777215
  473. integer linethickness = 4
  474. integer beginy = 312
  475. integer endx = 2039
  476. integer endy = 312
  477. end type
  478. type r_bar from rectangle within w_aifmb_main
  479. long linecolor = 16777215
  480. integer linethickness = 4
  481. long fillcolor = 16777215
  482. integer x = 2139
  483. integer width = 146
  484. integer height = 68
  485. end type
  486. event constructor;//this.fillcolor = 14215660
  487. //this.linecolor = 14215660
  488. this.x = -1
  489. this.y = -1
  490. this.height = ln_bar.beginy - 5
  491. end event
  492. type ln_1 from line within w_aifmb_main
  493. integer linethickness = 4
  494. integer beginx = 855
  495. integer beginy = 232
  496. integer endx = 855
  497. integer endy = 288
  498. end type
  499. type ln_2 from line within w_aifmb_main
  500. integer linethickness = 4
  501. integer beginx = 1097
  502. integer beginy = 232
  503. integer endx = 1097
  504. integer endy = 288
  505. end type
  506. type ln_3 from line within w_aifmb_main
  507. integer linethickness = 4
  508. integer beginx = 1344
  509. integer beginy = 232
  510. integer endx = 1344
  511. integer endy = 288
  512. end type
  513. type ln_4 from line within w_aifmb_main
  514. integer linethickness = 4
  515. integer beginx = 1810
  516. integer beginy = 232
  517. integer endx = 1810
  518. integer endy = 288
  519. end type
  520. type ln_5 from line within w_aifmb_main
  521. integer linethickness = 4
  522. integer beginx = 1943
  523. integer beginy = 232
  524. integer endx = 1943
  525. integer endy = 288
  526. end type
  527. type ln_6 from line within w_aifmb_main
  528. integer linethickness = 4
  529. integer beginx = 2190
  530. integer beginy = 232
  531. integer endx = 2190
  532. integer endy = 288
  533. end type
  534. Start of PowerBuilder Binary Data Section : Do NOT Edit
  535. 00w_aifmb_main.bin
  536. 2200000a00e011cfd0e11ab1a1000000000000000000000000000000000003003e0009fffe000000060000000000000000000000010000000100000000000010000000000200000001fffffffe0000000000000000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffdfffffffefffffffefffffffeffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff006f00520074006f004500200074006e00790072000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000050016ffffffffffffffff0000000100000000000000000000000000000000000000000000000000000000df4408f001cf0eae00000003000001800000000000500003004f0042005800430054005300450052004d0041000000000000000000000000000000000000000000000000000000000000000000000000000000000102001affffffff00000002ffffffff000000000000000000000000000000000000000000000000000000000000000000000000000000000000009c00000000004200500043004f00530058004f00540041005200450047000000000000000000000000000000000000000000000000000000000000000000000000000000000001001affffffffffffffff000000038856f96111d0340ac0006ba9a205d74f00000000df4408f001cf0eaedf4408f001cf0eae000000000000000000000000004f00430054004e004e00450053005400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001020012ffffffffffffffffffffffff000000000000000000000000000000000000000000000000000000000000000000000000000000030000009c000000000000000100000002fffffffe0000000400000005fffffffeffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
  537. 24ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000004c00002957000007570000000000000000000000000000000000000000000000000000004c0000000000000000000000010057d0e011cf3573000869ae62122e2b00000008000000000000004c0002140100000000000000c0460000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004c00002957000007570000000000000000000000000000000000000000000000000000004c0000000000000000000000010057d0e011cf3573000869ae62122e2b00000008000000000000004c0002140100000000000000c0460000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  538. 10w_aifmb_main.bin
  539. End of PowerBuilder Binary Data Section : No Source Expected After This Point