w_aifmb_cominfo_view.srw 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785
  1. $PBExportHeader$w_aifmb_cominfo_view.srw
  2. forward
  3. global type w_aifmb_cominfo_view from window
  4. end type
  5. type cb_2 from commandbutton within w_aifmb_cominfo_view
  6. end type
  7. type st_auditflag from statictext within w_aifmb_cominfo_view
  8. end type
  9. type cb_1 from commandbutton within w_aifmb_cominfo_view
  10. end type
  11. type st_3 from statictext within w_aifmb_cominfo_view
  12. end type
  13. type sle_usercode from singlelineedit within w_aifmb_cominfo_view
  14. end type
  15. type sle_address from multilineedit within w_aifmb_cominfo_view
  16. end type
  17. type st_14 from statictext within w_aifmb_cominfo_view
  18. end type
  19. type sle_dscrp from multilineedit within w_aifmb_cominfo_view
  20. end type
  21. type cb_exit from commandbutton within w_aifmb_cominfo_view
  22. end type
  23. type cb_edit from commandbutton within w_aifmb_cominfo_view
  24. end type
  25. type sle_comcode from singlelineedit within w_aifmb_cominfo_view
  26. end type
  27. type st_9 from statictext within w_aifmb_cominfo_view
  28. end type
  29. type sle_email from singlelineedit within w_aifmb_cominfo_view
  30. end type
  31. type st_7 from statictext within w_aifmb_cominfo_view
  32. end type
  33. type st_6 from statictext within w_aifmb_cominfo_view
  34. end type
  35. type sle_phone from singlelineedit within w_aifmb_cominfo_view
  36. end type
  37. type st_5 from statictext within w_aifmb_cominfo_view
  38. end type
  39. type sle_tele from singlelineedit within w_aifmb_cominfo_view
  40. end type
  41. type st_4 from statictext within w_aifmb_cominfo_view
  42. end type
  43. type st_2 from statictext within w_aifmb_cominfo_view
  44. end type
  45. type st_1 from statictext within w_aifmb_cominfo_view
  46. end type
  47. type sle_username from singlelineedit within w_aifmb_cominfo_view
  48. end type
  49. end forward
  50. global type w_aifmb_cominfo_view from window
  51. integer width = 2245
  52. integer height = 1792
  53. boolean titlebar = true
  54. string title = "电商注册信息"
  55. boolean controlmenu = true
  56. boolean minbox = true
  57. windowtype windowtype = popup!
  58. long backcolor = 16777215
  59. string icon = "AppIcon!"
  60. boolean center = true
  61. cb_2 cb_2
  62. st_auditflag st_auditflag
  63. cb_1 cb_1
  64. st_3 st_3
  65. sle_usercode sle_usercode
  66. sle_address sle_address
  67. st_14 st_14
  68. sle_dscrp sle_dscrp
  69. cb_exit cb_exit
  70. cb_edit cb_edit
  71. sle_comcode sle_comcode
  72. st_9 st_9
  73. sle_email sle_email
  74. st_7 st_7
  75. st_6 st_6
  76. sle_phone sle_phone
  77. st_5 st_5
  78. sle_tele sle_tele
  79. st_4 st_4
  80. st_2 st_2
  81. st_1 st_1
  82. sle_username sle_username
  83. end type
  84. global w_aifmb_cominfo_view w_aifmb_cominfo_view
  85. type variables
  86. boolean dw_edit_mode = false
  87. long ins_userid
  88. string ins_psw
  89. end variables
  90. forward prototypes
  91. public subroutine wf_face ()
  92. public function integer wf_save (ref string arg_msg)
  93. end prototypes
  94. public subroutine wf_face ();cb_1.Enabled = Not dw_edit_mode
  95. sle_tele.Enabled = dw_edit_mode
  96. sle_phone.Enabled = dw_edit_mode
  97. sle_email.Enabled = dw_edit_mode
  98. sle_address.Enabled = dw_edit_mode
  99. sle_dscrp.Enabled = dw_edit_mode
  100. IF dw_edit_mode THEN
  101. cb_edit.Text = '保存'
  102. ELSE
  103. cb_edit.Text = '修改'
  104. END IF
  105. end subroutine
  106. public function integer wf_save (ref string arg_msg);Int rslt = 1
  107. String ls_CusID
  108. uo_aifmbproxy ll_proxyfactory
  109. ll_proxyfactory = Create uo_aifmbproxy
  110. IF sys_email_sqlca.DBHandle() <= 0 THEN
  111. rslt = 0
  112. arg_msg = '未设置邮件数据库'
  113. GOTO ext
  114. END IF
  115. oleobject lo_proxy
  116. IF ll_proxyfactory.getproxy(lo_proxy, arg_msg) <> 1 THEN
  117. rslt = 0
  118. GOTO ext
  119. END IF
  120. oleobject request
  121. request = lo_proxy.NewModComRequest()
  122. request.userid = ins_userid
  123. request.psw = ins_psw
  124. request.tele = sle_tele.Text
  125. request.phone = sle_phone.Text
  126. request.address = sle_address.Text
  127. request.email = sle_email.Text
  128. request.dscrp = sle_dscrp.Text
  129. oleobject response
  130. response = lo_proxy.ModCom(request)
  131. IF Not IsNull(response.ErrMsg) THEN
  132. rslt = 0
  133. arg_msg = response.ErrMsg
  134. GOTO ext
  135. END IF
  136. ext:
  137. destroy ll_proxyfactory
  138. return rslt
  139. end function
  140. on w_aifmb_cominfo_view.create
  141. this.cb_2=create cb_2
  142. this.st_auditflag=create st_auditflag
  143. this.cb_1=create cb_1
  144. this.st_3=create st_3
  145. this.sle_usercode=create sle_usercode
  146. this.sle_address=create sle_address
  147. this.st_14=create st_14
  148. this.sle_dscrp=create sle_dscrp
  149. this.cb_exit=create cb_exit
  150. this.cb_edit=create cb_edit
  151. this.sle_comcode=create sle_comcode
  152. this.st_9=create st_9
  153. this.sle_email=create sle_email
  154. this.st_7=create st_7
  155. this.st_6=create st_6
  156. this.sle_phone=create sle_phone
  157. this.st_5=create st_5
  158. this.sle_tele=create sle_tele
  159. this.st_4=create st_4
  160. this.st_2=create st_2
  161. this.st_1=create st_1
  162. this.sle_username=create sle_username
  163. this.Control[]={this.cb_2,&
  164. this.st_auditflag,&
  165. this.cb_1,&
  166. this.st_3,&
  167. this.sle_usercode,&
  168. this.sle_address,&
  169. this.st_14,&
  170. this.sle_dscrp,&
  171. this.cb_exit,&
  172. this.cb_edit,&
  173. this.sle_comcode,&
  174. this.st_9,&
  175. this.sle_email,&
  176. this.st_7,&
  177. this.st_6,&
  178. this.sle_phone,&
  179. this.st_5,&
  180. this.sle_tele,&
  181. this.st_4,&
  182. this.st_2,&
  183. this.st_1,&
  184. this.sle_username}
  185. end on
  186. on w_aifmb_cominfo_view.destroy
  187. destroy(this.cb_2)
  188. destroy(this.st_auditflag)
  189. destroy(this.cb_1)
  190. destroy(this.st_3)
  191. destroy(this.sle_usercode)
  192. destroy(this.sle_address)
  193. destroy(this.st_14)
  194. destroy(this.sle_dscrp)
  195. destroy(this.cb_exit)
  196. destroy(this.cb_edit)
  197. destroy(this.sle_comcode)
  198. destroy(this.st_9)
  199. destroy(this.sle_email)
  200. destroy(this.st_7)
  201. destroy(this.st_6)
  202. destroy(this.sle_phone)
  203. destroy(this.st_5)
  204. destroy(this.sle_tele)
  205. destroy(this.st_4)
  206. destroy(this.st_2)
  207. destroy(this.st_1)
  208. destroy(this.sle_username)
  209. end on
  210. event open;Int rslt = 1
  211. String arg_msg
  212. cb_1.Enabled = sys_power_issuper
  213. cb_2.Enabled = sys_power_issuper
  214. uo_aifmbproxy ll_proxyfactory
  215. ll_proxyfactory = Create uo_aifmbproxy
  216. String ls_CusID
  217. Long ll_rtn = 0
  218. IF sys_email_sqlca.DBHandle() <= 0 THEN
  219. rslt = 0
  220. arg_msg = '未设置邮件数据库'
  221. GOTO ext
  222. END IF
  223. Long ll_cnt
  224. SELECT COUNT(0)
  225. INTO :ll_cnt
  226. FROM LJFIEB_ComInfo
  227. Using sys_email_sqlca;
  228. IF sys_email_sqlca.SQLCode <> 0 THEN
  229. rslt = 0
  230. arg_msg = '查询注册信息表失败,' + sys_email_sqlca.SQLErrText
  231. GOTO ext
  232. END IF
  233. IF ll_cnt = 0 THEN
  234. rslt = 0
  235. arg_msg = '请更新供应链后台以初始化数据库'
  236. GOTO ext
  237. END IF
  238. IF ll_cnt > 1 THEN
  239. rslt = 0
  240. arg_msg = '注册信息存在多条,异常'
  241. GOTO ext
  242. END IF
  243. SELECT CusID,
  244. userid,
  245. psw
  246. INTO :ls_CusID,
  247. :ins_userid,
  248. :ins_psw
  249. FROM LJFIEB_ComInfo
  250. Using sys_email_sqlca;
  251. IF sys_email_sqlca.SQLCode <> 0 THEN
  252. rslt = 0
  253. arg_msg = '查询企业注册信息失败,' + sys_email_sqlca.SQLErrText
  254. GOTO ext
  255. END IF
  256. IF ins_userid <= 0 THEN
  257. reg:
  258. IF sys_power_issuper THEN
  259. Open(w_aifmb_regcom)
  260. ll_rtn = Message.DoubleParm
  261. END IF
  262. IF ll_rtn = 1 THEN
  263. SELECT CusID,
  264. userid,
  265. psw
  266. INTO :ls_CusID,
  267. :ins_userid,
  268. :ins_psw
  269. FROM LJFIEB_ComInfo
  270. Using sys_email_sqlca;
  271. IF sys_email_sqlca.SQLCode <> 0 THEN
  272. rslt = 0
  273. arg_msg = '查询企业注册信息失败,' + sys_email_sqlca.SQLErrText
  274. GOTO ext
  275. END IF
  276. ELSE
  277. rslt = 0
  278. arg_msg = ''
  279. GOTO ext
  280. END IF
  281. END IF
  282. oleobject lo_proxy
  283. IF ll_proxyfactory.getproxy(lo_proxy, arg_msg) <> 1 THEN
  284. rslt = 0
  285. GOTO ext
  286. END IF
  287. oleobject request
  288. request = lo_proxy.NewGetComInfoRequest()
  289. request.UserID = ins_userid
  290. request.psw = ins_psw
  291. oleobject response
  292. response = lo_proxy.GetComInfo(request)
  293. IF Not IsNull(response.ErrMsg) THEN
  294. IF Pos(response.ErrMsg, "企业不存在") > 0 Or Pos(response.ErrMsg, "企业密码被修改") > 0 THEN
  295. MessageBox('ERROR', String(response.ErrMsg))
  296. GOTO reg
  297. END IF
  298. rslt = 0
  299. arg_msg = response.ErrMsg
  300. GOTO ext
  301. END IF
  302. sle_usercode.Text = response.usercode
  303. sle_username.Text = response.username
  304. sle_comcode.Text = response.comcode
  305. sle_tele.Text = response.tele
  306. sle_phone.Text = response.phone
  307. sle_email.Text = response.email
  308. sle_address.Text = response.Address
  309. sle_dscrp.Text = response.dscrp
  310. Long ll_auditflag
  311. ll_auditflag = response.auditflag
  312. IF ll_auditflag = 1 THEN
  313. st_auditflag.Text = '已审核'
  314. ELSE
  315. st_auditflag.Text = '未审核'
  316. END IF
  317. wf_face()
  318. ext:
  319. Destroy ll_proxyfactory
  320. IF rslt = 0 THEN
  321. IF arg_msg <> '' THEN
  322. MessageBox('ERROR', arg_msg)
  323. END IF
  324. cb_exit.PostEvent(Clicked!)
  325. END IF
  326. end event
  327. type cb_2 from commandbutton within w_aifmb_cominfo_view
  328. integer x = 174
  329. integer y = 1572
  330. integer width = 288
  331. integer height = 100
  332. integer taborder = 170
  333. integer textsize = -9
  334. integer weight = 400
  335. fontcharset fontcharset = gb2312charset!
  336. fontpitch fontpitch = variable!
  337. string facename = "宋体"
  338. string text = "重新注册"
  339. end type
  340. event clicked;Open(w_aifmb_regcom)
  341. Long ll_rtn = 0
  342. string arg_msg
  343. ll_rtn = Message.DoubleParm
  344. IF ll_rtn = 1 THEN
  345. uo_aifmb = create uo_aifmb
  346. uo_aifmb.uf_tryautologin(arg_msg)
  347. destroy uo_aifmb
  348. Close(Parent)
  349. END IF
  350. end event
  351. type st_auditflag from statictext within w_aifmb_cominfo_view
  352. integer x = 1335
  353. integer y = 80
  354. integer width = 233
  355. integer height = 48
  356. integer textsize = -9
  357. integer weight = 400
  358. fontcharset fontcharset = gb2312charset!
  359. fontpitch fontpitch = variable!
  360. string facename = "宋体"
  361. long textcolor = 33554432
  362. long backcolor = 16777215
  363. string text = "未审"
  364. boolean focusrectangle = false
  365. end type
  366. type cb_1 from commandbutton within w_aifmb_cominfo_view
  367. integer x = 398
  368. integer y = 436
  369. integer width = 274
  370. integer height = 84
  371. integer taborder = 140
  372. integer textsize = -9
  373. integer weight = 400
  374. fontcharset fontcharset = gb2312charset!
  375. fontpitch fontpitch = variable!
  376. string facename = "宋体"
  377. string text = "修改密码"
  378. end type
  379. event clicked;String newpsw
  380. OpenWithParm(w_ljfieb_modpsw, ins_psw)
  381. s_ljfieb_modpsw s_rslt
  382. s_rslt = Message.PowerObjectParm
  383. IF s_rslt.ifok = 1 THEN
  384. newpsw = s_rslt.newpsw
  385. // DONE: 修改企业密码
  386. uo_aifmb = Create uo_aifmb
  387. Int rslt = 1
  388. String arg_msg
  389. IF uo_aifmb.uf_modentpsw(ins_psw, newpsw, arg_msg) <> 1 THEN
  390. rslt = 0
  391. GOTO ext
  392. END IF
  393. ext:
  394. Destroy uo_aifmb
  395. IF rslt = 1 THEN
  396. ins_psw = newpsw
  397. MessageBox('OK', '修改成功')
  398. ELSE
  399. MessageBox('ERROR', arg_msg)
  400. END IF
  401. END IF
  402. end event
  403. type st_3 from statictext within w_aifmb_cominfo_view
  404. integer x = 101
  405. integer y = 80
  406. integer width = 279
  407. integer height = 48
  408. integer textsize = -9
  409. integer weight = 400
  410. fontcharset fontcharset = gb2312charset!
  411. fontpitch fontpitch = variable!
  412. string facename = "宋体"
  413. long textcolor = 33554432
  414. long backcolor = 16777215
  415. string text = "企业代号"
  416. alignment alignment = right!
  417. boolean focusrectangle = false
  418. end type
  419. type sle_usercode from singlelineedit within w_aifmb_cominfo_view
  420. integer x = 398
  421. integer y = 64
  422. integer width = 855
  423. integer height = 84
  424. integer taborder = 140
  425. integer textsize = -9
  426. integer weight = 400
  427. fontcharset fontcharset = gb2312charset!
  428. fontpitch fontpitch = variable!
  429. string facename = "宋体"
  430. long textcolor = 33554432
  431. boolean enabled = false
  432. boolean displayonly = true
  433. borderstyle borderstyle = stylelowered!
  434. end type
  435. type sle_address from multilineedit within w_aifmb_cominfo_view
  436. integer x = 398
  437. integer y = 932
  438. integer width = 855
  439. integer height = 592
  440. integer taborder = 140
  441. integer textsize = -9
  442. integer weight = 400
  443. fontcharset fontcharset = gb2312charset!
  444. fontpitch fontpitch = variable!
  445. string facename = "宋体"
  446. long textcolor = 33554432
  447. boolean hscrollbar = true
  448. boolean vscrollbar = true
  449. boolean autohscroll = true
  450. boolean autovscroll = true
  451. borderstyle borderstyle = stylelowered!
  452. end type
  453. type st_14 from statictext within w_aifmb_cominfo_view
  454. integer x = 1335
  455. integer y = 204
  456. integer width = 279
  457. integer height = 48
  458. integer textsize = -9
  459. integer weight = 400
  460. fontcharset fontcharset = gb2312charset!
  461. fontpitch fontpitch = variable!
  462. string facename = "宋体"
  463. long textcolor = 33554432
  464. long backcolor = 16777215
  465. string text = "企业简介"
  466. boolean focusrectangle = false
  467. end type
  468. type sle_dscrp from multilineedit within w_aifmb_cominfo_view
  469. integer x = 1303
  470. integer y = 312
  471. integer width = 855
  472. integer height = 1212
  473. integer taborder = 130
  474. integer textsize = -9
  475. integer weight = 400
  476. fontcharset fontcharset = gb2312charset!
  477. fontpitch fontpitch = variable!
  478. string facename = "宋体"
  479. long textcolor = 33554432
  480. boolean hscrollbar = true
  481. boolean vscrollbar = true
  482. boolean autohscroll = true
  483. boolean autovscroll = true
  484. borderstyle borderstyle = stylelowered!
  485. end type
  486. type cb_exit from commandbutton within w_aifmb_cominfo_view
  487. integer x = 1838
  488. integer y = 1572
  489. integer width = 288
  490. integer height = 100
  491. integer taborder = 160
  492. integer textsize = -9
  493. integer weight = 400
  494. fontcharset fontcharset = gb2312charset!
  495. fontpitch fontpitch = variable!
  496. string facename = "宋体"
  497. string text = "退出"
  498. end type
  499. event clicked;close(parent)
  500. end event
  501. type cb_edit from commandbutton within w_aifmb_cominfo_view
  502. integer x = 1495
  503. integer y = 1572
  504. integer width = 288
  505. integer height = 100
  506. integer taborder = 150
  507. integer textsize = -9
  508. integer weight = 400
  509. fontcharset fontcharset = gb2312charset!
  510. fontpitch fontpitch = variable!
  511. string facename = "宋体"
  512. string text = "修改"
  513. end type
  514. event clicked;String arg_msg
  515. IF dw_edit_mode THEN
  516. IF wf_save(arg_msg) <> 1 THEN
  517. MessageBox('ERROR', arg_msg)
  518. RETURN
  519. END IF
  520. END IF
  521. dw_edit_mode = Not dw_edit_mode
  522. wf_face()
  523. end event
  524. type sle_comcode from singlelineedit within w_aifmb_cominfo_view
  525. integer x = 398
  526. integer y = 312
  527. integer width = 855
  528. integer height = 84
  529. integer taborder = 20
  530. integer textsize = -9
  531. integer weight = 400
  532. fontcharset fontcharset = gb2312charset!
  533. fontpitch fontpitch = variable!
  534. string facename = "宋体"
  535. long textcolor = 33554432
  536. boolean enabled = false
  537. boolean displayonly = true
  538. borderstyle borderstyle = stylelowered!
  539. end type
  540. type st_9 from statictext within w_aifmb_cominfo_view
  541. integer x = 101
  542. integer y = 328
  543. integer width = 279
  544. integer height = 48
  545. integer textsize = -9
  546. integer weight = 400
  547. fontcharset fontcharset = gb2312charset!
  548. fontpitch fontpitch = variable!
  549. string facename = "宋体"
  550. long textcolor = 33554432
  551. long backcolor = 16777215
  552. string text = "机构代码"
  553. alignment alignment = right!
  554. boolean focusrectangle = false
  555. end type
  556. type sle_email from singlelineedit within w_aifmb_cominfo_view
  557. integer x = 398
  558. integer y = 808
  559. integer width = 855
  560. integer height = 84
  561. integer taborder = 110
  562. integer textsize = -9
  563. integer weight = 400
  564. fontcharset fontcharset = gb2312charset!
  565. fontpitch fontpitch = variable!
  566. string facename = "宋体"
  567. long textcolor = 33554432
  568. borderstyle borderstyle = stylelowered!
  569. end type
  570. type st_7 from statictext within w_aifmb_cominfo_view
  571. integer x = 101
  572. integer y = 824
  573. integer width = 279
  574. integer height = 48
  575. integer textsize = -9
  576. integer weight = 400
  577. fontcharset fontcharset = gb2312charset!
  578. fontpitch fontpitch = variable!
  579. string facename = "宋体"
  580. long textcolor = 33554432
  581. long backcolor = 16777215
  582. string text = "邮件地址"
  583. alignment alignment = right!
  584. boolean focusrectangle = false
  585. end type
  586. type st_6 from statictext within w_aifmb_cominfo_view
  587. integer x = 101
  588. integer y = 948
  589. integer width = 279
  590. integer height = 48
  591. integer textsize = -9
  592. integer weight = 400
  593. fontcharset fontcharset = gb2312charset!
  594. fontpitch fontpitch = variable!
  595. string facename = "宋体"
  596. long textcolor = 33554432
  597. long backcolor = 16777215
  598. string text = "地址"
  599. alignment alignment = right!
  600. boolean focusrectangle = false
  601. end type
  602. type sle_phone from singlelineedit within w_aifmb_cominfo_view
  603. integer x = 398
  604. integer y = 684
  605. integer width = 855
  606. integer height = 84
  607. integer taborder = 100
  608. integer textsize = -9
  609. integer weight = 400
  610. fontcharset fontcharset = gb2312charset!
  611. fontpitch fontpitch = variable!
  612. string facename = "宋体"
  613. long textcolor = 33554432
  614. borderstyle borderstyle = stylelowered!
  615. end type
  616. type st_5 from statictext within w_aifmb_cominfo_view
  617. integer x = 101
  618. integer y = 700
  619. integer width = 279
  620. integer height = 48
  621. integer textsize = -9
  622. integer weight = 400
  623. fontcharset fontcharset = gb2312charset!
  624. fontpitch fontpitch = variable!
  625. string facename = "宋体"
  626. long textcolor = 33554432
  627. long backcolor = 16777215
  628. string text = "手机"
  629. alignment alignment = right!
  630. boolean focusrectangle = false
  631. end type
  632. type sle_tele from singlelineedit within w_aifmb_cominfo_view
  633. integer x = 398
  634. integer y = 560
  635. integer width = 855
  636. integer height = 84
  637. integer taborder = 90
  638. integer textsize = -9
  639. integer weight = 400
  640. fontcharset fontcharset = gb2312charset!
  641. fontpitch fontpitch = variable!
  642. string facename = "宋体"
  643. long textcolor = 33554432
  644. borderstyle borderstyle = stylelowered!
  645. end type
  646. type st_4 from statictext within w_aifmb_cominfo_view
  647. integer x = 101
  648. integer y = 576
  649. integer width = 279
  650. integer height = 48
  651. integer textsize = -9
  652. integer weight = 400
  653. fontcharset fontcharset = gb2312charset!
  654. fontpitch fontpitch = variable!
  655. string facename = "宋体"
  656. long textcolor = 33554432
  657. long backcolor = 16777215
  658. string text = "电话"
  659. alignment alignment = right!
  660. boolean focusrectangle = false
  661. end type
  662. type st_2 from statictext within w_aifmb_cominfo_view
  663. integer x = 101
  664. integer y = 452
  665. integer width = 279
  666. integer height = 48
  667. integer textsize = -9
  668. integer weight = 400
  669. fontcharset fontcharset = gb2312charset!
  670. fontpitch fontpitch = variable!
  671. string facename = "宋体"
  672. long textcolor = 33554432
  673. long backcolor = 16777215
  674. string text = "企业密码"
  675. alignment alignment = right!
  676. boolean focusrectangle = false
  677. end type
  678. type st_1 from statictext within w_aifmb_cominfo_view
  679. integer x = 101
  680. integer y = 204
  681. integer width = 279
  682. integer height = 48
  683. integer textsize = -9
  684. integer weight = 400
  685. fontcharset fontcharset = gb2312charset!
  686. fontpitch fontpitch = variable!
  687. string facename = "宋体"
  688. long textcolor = 33554432
  689. long backcolor = 16777215
  690. string text = "企业名称"
  691. alignment alignment = right!
  692. boolean focusrectangle = false
  693. end type
  694. type sle_username from singlelineedit within w_aifmb_cominfo_view
  695. integer x = 398
  696. integer y = 188
  697. integer width = 855
  698. integer height = 84
  699. integer taborder = 10
  700. integer textsize = -9
  701. integer weight = 400
  702. fontcharset fontcharset = gb2312charset!
  703. fontpitch fontpitch = variable!
  704. string facename = "宋体"
  705. long textcolor = 33554432
  706. boolean enabled = false
  707. boolean displayonly = true
  708. borderstyle borderstyle = stylelowered!
  709. end type