uo_tlbar_space.sru 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. $PBExportHeader$uo_tlbar_space.sru
  2. $PBExportComments$ToolBar 用户对象
  3. forward
  4. global type uo_tlbar_space from UserObject
  5. end type
  6. type ln_1 from line within uo_tlbar_space
  7. end type
  8. type ln_2 from line within uo_tlbar_space
  9. end type
  10. end forward
  11. global type uo_tlbar_space from UserObject
  12. int Width=18
  13. int Height=160
  14. long BackColor=79741120
  15. long PictureMaskColor=536870912
  16. long TabTextColor=33554432
  17. long TabBackColor=67108864
  18. ln_1 ln_1
  19. ln_2 ln_2
  20. end type
  21. global uo_tlbar_space uo_tlbar_space
  22. type variables
  23. uo_tlbar iuo_tlbar
  24. end variables
  25. on uo_tlbar_space.create
  26. this.ln_1=create ln_1
  27. this.ln_2=create ln_2
  28. this.Control[]={this.ln_1,&
  29. this.ln_2}
  30. end on
  31. on uo_tlbar_space.destroy
  32. destroy(this.ln_1)
  33. destroy(this.ln_2)
  34. end on
  35. type ln_1 from line within uo_tlbar_space
  36. boolean Enabled=false
  37. int BeginX=5
  38. int BeginY=8
  39. int EndX=5
  40. int EndY=156
  41. int LineThickness=4
  42. long LineColor=276856960
  43. end type
  44. type ln_2 from line within uo_tlbar_space
  45. boolean Enabled=false
  46. int BeginX=9
  47. int BeginY=8
  48. int EndX=9
  49. int EndY=156
  50. int LineThickness=4
  51. long LineColor=1090519039
  52. end type