uo_email_picture.sru 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. $PBExportHeader$uo_email_picture.sru
  2. forward
  3. global type uo_email_picture from userobject
  4. end type
  5. type p_1 from picture within uo_email_picture
  6. end type
  7. type r_1 from rectangle within uo_email_picture
  8. end type
  9. end forward
  10. global type uo_email_picture from userobject
  11. integer width = 1285
  12. integer height = 748
  13. long backcolor = 67108864
  14. string text = "none"
  15. long tabtextcolor = 33554432
  16. long picturemaskcolor = 536870912
  17. p_1 p_1
  18. r_1 r_1
  19. end type
  20. global uo_email_picture uo_email_picture
  21. event constructor;
  22. p_1.x=0
  23. p_1.y=0
  24. p_1.width=this.width
  25. p_1.height=this.height
  26. r_1.x=0
  27. r_1.y=0
  28. r_1.width=this.width
  29. r_1.height=this.height
  30. end event
  31. on uo_email_picture.create
  32. this.p_1=create p_1
  33. this.r_1=create r_1
  34. this.Control[]={this.p_1,&
  35. this.r_1}
  36. end on
  37. on uo_email_picture.destroy
  38. destroy(this.p_1)
  39. destroy(this.r_1)
  40. end on
  41. type p_1 from picture within uo_email_picture
  42. integer x = 325
  43. integer y = 208
  44. integer width = 823
  45. integer height = 340
  46. boolean originalsize = true
  47. boolean focusrectangle = false
  48. end type
  49. type r_1 from rectangle within uo_email_picture
  50. long linecolor = 33554432
  51. linestyle linestyle = dot!
  52. integer linethickness = 4
  53. long fillcolor = 134217739
  54. integer x = 59
  55. integer y = 48
  56. integer width = 192
  57. integer height = 168
  58. end type