w_workprice_paste_ch.srw 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. $PBExportHeader$w_workprice_paste_ch.srw
  2. forward
  3. global type w_workprice_paste_ch from w_publ_base
  4. end type
  5. type cb_all from uo_imflatbutton within w_workprice_paste_ch
  6. end type
  7. type cb_add from uo_imflatbutton within w_workprice_paste_ch
  8. end type
  9. type st_1 from statictext within w_workprice_paste_ch
  10. end type
  11. type p_1 from picture within w_workprice_paste_ch
  12. end type
  13. end forward
  14. global type w_workprice_paste_ch from w_publ_base
  15. integer width = 1614
  16. integer height = 384
  17. string title = "询问"
  18. boolean minbox = false
  19. windowtype windowtype = response!
  20. cb_all cb_all
  21. cb_add cb_add
  22. st_1 st_1
  23. p_1 p_1
  24. end type
  25. global w_workprice_paste_ch w_workprice_paste_ch
  26. type variables
  27. int ii_type = 0
  28. end variables
  29. on w_workprice_paste_ch.create
  30. int iCurrent
  31. call super::create
  32. this.cb_all=create cb_all
  33. this.cb_add=create cb_add
  34. this.st_1=create st_1
  35. this.p_1=create p_1
  36. iCurrent=UpperBound(this.Control)
  37. this.Control[iCurrent+1]=this.cb_all
  38. this.Control[iCurrent+2]=this.cb_add
  39. this.Control[iCurrent+3]=this.st_1
  40. this.Control[iCurrent+4]=this.p_1
  41. end on
  42. on w_workprice_paste_ch.destroy
  43. call super::destroy
  44. destroy(this.cb_all)
  45. destroy(this.cb_add)
  46. destroy(this.st_1)
  47. destroy(this.p_1)
  48. end on
  49. event close;call super::close;closewithreturn(this,ii_type)
  50. end event
  51. type cb_func from w_publ_base`cb_func within w_workprice_paste_ch
  52. boolean visible = false
  53. end type
  54. type cb_exit from w_publ_base`cb_exit within w_workprice_paste_ch
  55. integer x = 1056
  56. integer y = 140
  57. integer height = 100
  58. string text = "取消"
  59. end type
  60. event cb_exit::clicked;ii_type = 0
  61. close(parent)
  62. end event
  63. type cb_all from uo_imflatbutton within w_workprice_paste_ch
  64. integer x = 219
  65. integer y = 140
  66. integer taborder = 30
  67. boolean bringtotop = true
  68. string text = "覆盖粘贴"
  69. end type
  70. event clicked;call super::clicked;ii_type = 1
  71. close(parent)
  72. end event
  73. type cb_add from uo_imflatbutton within w_workprice_paste_ch
  74. integer x = 635
  75. integer y = 140
  76. integer taborder = 40
  77. boolean bringtotop = true
  78. string text = "补充粘贴"
  79. end type
  80. event clicked;call super::clicked;ii_type = 2
  81. close(parent)
  82. end event
  83. type st_1 from statictext within w_workprice_paste_ch
  84. integer x = 219
  85. integer y = 48
  86. integer width = 402
  87. integer height = 48
  88. boolean bringtotop = true
  89. integer textsize = -9
  90. integer weight = 400
  91. fontcharset fontcharset = gb2312charset!
  92. fontpitch fontpitch = variable!
  93. string facename = "宋体"
  94. long backcolor = 134217739
  95. string text = "请选择粘贴方式"
  96. boolean focusrectangle = false
  97. end type
  98. type p_1 from picture within w_workprice_paste_ch
  99. integer x = 128
  100. integer y = 48
  101. integer width = 73
  102. integer height = 64
  103. boolean bringtotop = true
  104. boolean originalsize = true
  105. string picturename = "Help!"
  106. boolean focusrectangle = false
  107. end type