w_saletask_dm_edit.srw 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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. type dw_2 from datawindow within w_saletask_dm_edit
  10. end type
  11. type cb_5 from uo_imflatbutton within w_saletask_dm_edit
  12. end type
  13. end forward
  14. global type w_saletask_dm_edit from w_publ_base
  15. integer width = 2793
  16. integer height = 1872
  17. string title = "询价订单"
  18. boolean minbox = false
  19. windowtype windowtype = response!
  20. dw_1 dw_1
  21. cb_1 cb_1
  22. dw_2 dw_2
  23. cb_5 cb_5
  24. end type
  25. global w_saletask_dm_edit w_saletask_dm_edit
  26. on w_saletask_dm_edit.create
  27. int iCurrent
  28. call super::create
  29. this.dw_1=create dw_1
  30. this.cb_1=create cb_1
  31. this.dw_2=create dw_2
  32. this.cb_5=create cb_5
  33. iCurrent=UpperBound(this.Control)
  34. this.Control[iCurrent+1]=this.dw_1
  35. this.Control[iCurrent+2]=this.cb_1
  36. this.Control[iCurrent+3]=this.dw_2
  37. this.Control[iCurrent+4]=this.cb_5
  38. end on
  39. on w_saletask_dm_edit.destroy
  40. call super::destroy
  41. destroy(this.dw_1)
  42. destroy(this.cb_1)
  43. destroy(this.dw_2)
  44. destroy(this.cb_5)
  45. end on
  46. type cb_func from w_publ_base`cb_func within w_saletask_dm_edit
  47. boolean visible = false
  48. integer x = 23
  49. integer y = 892
  50. end type
  51. type cb_exit from w_publ_base`cb_exit within w_saletask_dm_edit
  52. integer x = 2437
  53. integer y = 1660
  54. end type
  55. type dw_1 from datawindow within w_saletask_dm_edit
  56. integer width = 2770
  57. integer height = 1640
  58. integer taborder = 10
  59. boolean bringtotop = true
  60. string title = "none"
  61. string dataobject = "dw_saletask_dm_uc_bak"
  62. boolean livescroll = true
  63. borderstyle borderstyle = stylelowered!
  64. end type
  65. type cb_1 from uo_imflatbutton within w_saletask_dm_edit
  66. integer x = 2048
  67. integer y = 1660
  68. integer width = 370
  69. integer taborder = 20
  70. boolean bringtotop = true
  71. string text = "保存询价"
  72. string normalpicname = "save.bmp"
  73. end type
  74. type dw_2 from datawindow within w_saletask_dm_edit
  75. integer x = 23
  76. integer y = 672
  77. integer width = 2679
  78. integer height = 308
  79. integer taborder = 20
  80. boolean bringtotop = true
  81. string title = "none"
  82. string dataobject = "dw_saletask_dm_fj"
  83. boolean livescroll = true
  84. borderstyle borderstyle = stylelowered!
  85. end type
  86. type cb_5 from uo_imflatbutton within w_saletask_dm_edit
  87. integer x = 151
  88. integer y = 1660
  89. integer width = 370
  90. integer taborder = 40
  91. boolean bringtotop = true
  92. boolean enabled = false
  93. string text = "下单确认"
  94. string normalpicname = "ok.bmp"
  95. end type