w_saletask_dm_edit.srw 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. $PBExportHeader$w_saletask_dm_edit.srw
  2. forward
  3. global type w_saletask_dm_edit from w_publ_base
  4. end type
  5. type dw_1 from datawindow within w_saletask_dm_edit
  6. end type
  7. type cb_1 from uo_imflatbutton within w_saletask_dm_edit
  8. end type
  9. end forward
  10. global type w_saletask_dm_edit from w_publ_base
  11. integer width = 1929
  12. integer height = 1988
  13. string title = "询价订单"
  14. boolean minbox = false
  15. windowtype windowtype = response!
  16. dw_1 dw_1
  17. cb_1 cb_1
  18. end type
  19. global w_saletask_dm_edit w_saletask_dm_edit
  20. on w_saletask_dm_edit.create
  21. int iCurrent
  22. call super::create
  23. this.dw_1=create dw_1
  24. this.cb_1=create cb_1
  25. iCurrent=UpperBound(this.Control)
  26. this.Control[iCurrent+1]=this.dw_1
  27. this.Control[iCurrent+2]=this.cb_1
  28. end on
  29. on w_saletask_dm_edit.destroy
  30. call super::destroy
  31. destroy(this.dw_1)
  32. destroy(this.cb_1)
  33. end on
  34. type cb_func from w_publ_base`cb_func within w_saletask_dm_edit
  35. boolean visible = false
  36. integer x = 23
  37. integer y = 892
  38. end type
  39. type cb_exit from w_publ_base`cb_exit within w_saletask_dm_edit
  40. integer x = 1550
  41. integer y = 1772
  42. end type
  43. type dw_1 from datawindow within w_saletask_dm_edit
  44. integer width = 1902
  45. integer height = 1732
  46. integer taborder = 10
  47. boolean bringtotop = true
  48. string title = "none"
  49. string dataobject = "dw_saletask_dm_uc"
  50. boolean livescroll = true
  51. borderstyle borderstyle = stylelowered!
  52. end type
  53. type cb_1 from uo_imflatbutton within w_saletask_dm_edit
  54. integer x = 1161
  55. integer y = 1772
  56. integer width = 370
  57. integer taborder = 20
  58. boolean bringtotop = true
  59. string text = "确认报价"
  60. string normalpicname = "ok.bmp"
  61. end type