uo_ddlb_mtrlprp.sru 930 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. $PBExportHeader$uo_ddlb_mtrlprp.sru
  2. forward
  3. global type uo_ddlb_mtrlprp from dropdownlistbox
  4. end type
  5. end forward
  6. global type uo_ddlb_mtrlprp from dropdownlistbox
  7. integer width = 549
  8. integer height = 808
  9. integer textsize = -9
  10. integer weight = 400
  11. fontcharset fontcharset = gb2312charset!
  12. fontpitch fontpitch = variable!
  13. string facename = "宋体"
  14. long textcolor = 33554432
  15. string text = "[全部属性]"
  16. boolean sorted = false
  17. boolean vscrollbar = true
  18. string item[] = {"[全部属性]","成品","半成品","原料","其它"}
  19. borderstyle borderstyle = stylelowered!
  20. end type
  21. global uo_ddlb_mtrlprp uo_ddlb_mtrlprp
  22. type variables
  23. Int uo_mtrlprp = -1
  24. end variables
  25. on uo_ddlb_mtrlprp.create
  26. end on
  27. on uo_ddlb_mtrlprp.destroy
  28. end on
  29. event selectionchanged;CHOOSE CASE Index
  30. CASE 1
  31. uo_mtrlprp = -1
  32. CASE 2
  33. uo_mtrlprp = 0
  34. CASE 3
  35. uo_mtrlprp = 1
  36. CASE 4
  37. uo_mtrlprp = 2
  38. CASE 5
  39. uo_mtrlprp = 8
  40. END CHOOSE
  41. end event