w_saletask_dm_edit_bak.srw 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. $PBExportHeader$w_saletask_dm_edit_bak.srw
  2. forward
  3. global type w_saletask_dm_edit_bak from w_publ_base
  4. end type
  5. type cb_1 from uo_imflatbutton within w_saletask_dm_edit_bak
  6. end type
  7. type cb_5 from uo_imflatbutton within w_saletask_dm_edit_bak
  8. end type
  9. type dw_2 from datawindow within w_saletask_dm_edit_bak
  10. end type
  11. type cb_2 from commandbutton within w_saletask_dm_edit_bak
  12. end type
  13. type cb_3 from commandbutton within w_saletask_dm_edit_bak
  14. end type
  15. type dw_1 from datawindow within w_saletask_dm_edit_bak
  16. end type
  17. end forward
  18. global type w_saletask_dm_edit_bak from w_publ_base
  19. integer width = 1934
  20. integer height = 1428
  21. string title = "询价订单"
  22. boolean minbox = false
  23. windowtype windowtype = response!
  24. cb_1 cb_1
  25. cb_5 cb_5
  26. dw_2 dw_2
  27. cb_2 cb_2
  28. cb_3 cb_3
  29. dw_1 dw_1
  30. end type
  31. global w_saletask_dm_edit_bak w_saletask_dm_edit_bak
  32. on w_saletask_dm_edit_bak.create
  33. int iCurrent
  34. call super::create
  35. this.cb_1=create cb_1
  36. this.cb_5=create cb_5
  37. this.dw_2=create dw_2
  38. this.cb_2=create cb_2
  39. this.cb_3=create cb_3
  40. this.dw_1=create dw_1
  41. iCurrent=UpperBound(this.Control)
  42. this.Control[iCurrent+1]=this.cb_1
  43. this.Control[iCurrent+2]=this.cb_5
  44. this.Control[iCurrent+3]=this.dw_2
  45. this.Control[iCurrent+4]=this.cb_2
  46. this.Control[iCurrent+5]=this.cb_3
  47. this.Control[iCurrent+6]=this.dw_1
  48. end on
  49. on w_saletask_dm_edit_bak.destroy
  50. call super::destroy
  51. destroy(this.cb_1)
  52. destroy(this.cb_5)
  53. destroy(this.dw_2)
  54. destroy(this.cb_2)
  55. destroy(this.cb_3)
  56. destroy(this.dw_1)
  57. end on
  58. type cb_func from w_publ_base`cb_func within w_saletask_dm_edit_bak
  59. boolean visible = false
  60. integer x = 23
  61. integer y = 892
  62. end type
  63. type cb_exit from w_publ_base`cb_exit within w_saletask_dm_edit_bak
  64. integer x = 1545
  65. integer y = 1212
  66. end type
  67. type cb_1 from uo_imflatbutton within w_saletask_dm_edit_bak
  68. integer x = 1157
  69. integer y = 1212
  70. integer width = 370
  71. integer taborder = 20
  72. boolean bringtotop = true
  73. string text = "保存询价"
  74. string normalpicname = "save.bmp"
  75. end type
  76. type cb_5 from uo_imflatbutton within w_saletask_dm_edit_bak
  77. integer x = 119
  78. integer y = 1212
  79. integer width = 370
  80. integer taborder = 40
  81. boolean bringtotop = true
  82. boolean enabled = false
  83. string text = "下单确认"
  84. string normalpicname = "ok.bmp"
  85. end type
  86. type dw_2 from datawindow within w_saletask_dm_edit_bak
  87. boolean visible = false
  88. integer x = 23
  89. integer y = 980
  90. integer width = 1586
  91. integer height = 216
  92. integer taborder = 20
  93. boolean bringtotop = true
  94. string title = "none"
  95. string dataobject = "dw_saletask_dm_fj"
  96. boolean livescroll = true
  97. borderstyle borderstyle = stylelowered!
  98. end type
  99. type cb_2 from commandbutton within w_saletask_dm_edit_bak
  100. boolean visible = false
  101. integer x = 1632
  102. integer y = 980
  103. integer width = 247
  104. integer height = 100
  105. integer taborder = 20
  106. boolean bringtotop = true
  107. integer textsize = -9
  108. integer weight = 400
  109. fontcharset fontcharset = gb2312charset!
  110. fontpitch fontpitch = variable!
  111. string facename = "宋体"
  112. string text = "浏览..."
  113. end type
  114. type cb_3 from commandbutton within w_saletask_dm_edit_bak
  115. boolean visible = false
  116. integer x = 1632
  117. integer y = 1084
  118. integer width = 247
  119. integer height = 100
  120. integer taborder = 30
  121. boolean bringtotop = true
  122. integer textsize = -9
  123. integer weight = 400
  124. fontcharset fontcharset = gb2312charset!
  125. fontpitch fontpitch = variable!
  126. string facename = "宋体"
  127. string text = "删附件"
  128. end type
  129. type dw_1 from datawindow within w_saletask_dm_edit_bak
  130. integer width = 1902
  131. integer height = 1188
  132. integer taborder = 10
  133. string title = "none"
  134. string dataobject = "dw_saletask_dm_uc"
  135. boolean livescroll = true
  136. borderstyle borderstyle = stylelowered!
  137. end type