w_sptprice_deal_ljfieb.srw 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. $PBExportHeader$w_sptprice_deal_ljfieb.srw
  2. forward
  3. global type w_sptprice_deal_ljfieb from w_publ_base
  4. end type
  5. type st_msg from statictext within w_sptprice_deal_ljfieb
  6. end type
  7. type cb_1 from uo_imflatbutton within w_sptprice_deal_ljfieb
  8. end type
  9. end forward
  10. global type w_sptprice_deal_ljfieb from w_publ_base
  11. integer width = 1883
  12. integer height = 512
  13. string title = "选择处理方式"
  14. boolean minbox = false
  15. windowtype windowtype = response!
  16. st_msg st_msg
  17. cb_1 cb_1
  18. end type
  19. global w_sptprice_deal_ljfieb w_sptprice_deal_ljfieb
  20. type variables
  21. string ins_msg
  22. int ins_returnflag = 0
  23. end variables
  24. on w_sptprice_deal_ljfieb.create
  25. int iCurrent
  26. call super::create
  27. this.st_msg=create st_msg
  28. this.cb_1=create cb_1
  29. iCurrent=UpperBound(this.Control)
  30. this.Control[iCurrent+1]=this.st_msg
  31. this.Control[iCurrent+2]=this.cb_1
  32. end on
  33. on w_sptprice_deal_ljfieb.destroy
  34. call super::destroy
  35. destroy(this.st_msg)
  36. destroy(this.cb_1)
  37. end on
  38. event open;call super::open;ins_msg = Message.StringParm
  39. st_msg.Text = ins_msg + ',建议重新建立新的供应商询价单'
  40. end event
  41. event close;call super::close;closewithreturn(this,ins_returnflag)
  42. end event
  43. type cb_func from w_publ_base`cb_func within w_sptprice_deal_ljfieb
  44. boolean visible = false
  45. end type
  46. type cb_exit from w_publ_base`cb_exit within w_sptprice_deal_ljfieb
  47. integer x = 1189
  48. integer y = 276
  49. integer height = 100
  50. string text = "取消"
  51. integer picsize = 16
  52. end type
  53. event cb_exit::clicked;ins_returnflag = 0
  54. close(parent)
  55. end event
  56. type st_msg from statictext within w_sptprice_deal_ljfieb
  57. integer x = 64
  58. integer y = 20
  59. integer width = 1760
  60. integer height = 224
  61. boolean bringtotop = true
  62. integer textsize = -11
  63. integer weight = 700
  64. fontcharset fontcharset = gb2312charset!
  65. fontpitch fontpitch = variable!
  66. string facename = "宋体"
  67. long textcolor = 255
  68. long backcolor = 134217739
  69. string text = "建议重新建立新的供应商询价单"
  70. borderstyle borderstyle = stylelowered!
  71. boolean focusrectangle = false
  72. end type
  73. type cb_1 from uo_imflatbutton within w_sptprice_deal_ljfieb
  74. integer x = 302
  75. integer y = 276
  76. integer width = 640
  77. integer taborder = 20
  78. boolean bringtotop = true
  79. string text = "建立新供应商询价单"
  80. string normalpicname = "new.bmp"
  81. integer picsize = 16
  82. end type
  83. event clicked;call super::clicked;ins_returnflag = 1
  84. close(parent)
  85. end event