$PBExportHeader$w_saletask_dm_edit.srw forward global type w_saletask_dm_edit from w_publ_base end type type dw_1 from datawindow within w_saletask_dm_edit end type type cb_1 from uo_imflatbutton within w_saletask_dm_edit end type type dw_2 from datawindow within w_saletask_dm_edit end type type cb_5 from uo_imflatbutton within w_saletask_dm_edit end type end forward global type w_saletask_dm_edit from w_publ_base integer width = 2793 integer height = 1872 string title = "询价订单" boolean minbox = false windowtype windowtype = response! dw_1 dw_1 cb_1 cb_1 dw_2 dw_2 cb_5 cb_5 end type global w_saletask_dm_edit w_saletask_dm_edit on w_saletask_dm_edit.create int iCurrent call super::create this.dw_1=create dw_1 this.cb_1=create cb_1 this.dw_2=create dw_2 this.cb_5=create cb_5 iCurrent=UpperBound(this.Control) this.Control[iCurrent+1]=this.dw_1 this.Control[iCurrent+2]=this.cb_1 this.Control[iCurrent+3]=this.dw_2 this.Control[iCurrent+4]=this.cb_5 end on on w_saletask_dm_edit.destroy call super::destroy destroy(this.dw_1) destroy(this.cb_1) destroy(this.dw_2) destroy(this.cb_5) end on type cb_func from w_publ_base`cb_func within w_saletask_dm_edit boolean visible = false integer x = 23 integer y = 892 end type type cb_exit from w_publ_base`cb_exit within w_saletask_dm_edit integer x = 2437 integer y = 1660 end type type dw_1 from datawindow within w_saletask_dm_edit integer width = 2770 integer height = 1640 integer taborder = 10 boolean bringtotop = true string title = "none" string dataobject = "dw_saletask_dm_uc_bak" boolean livescroll = true borderstyle borderstyle = stylelowered! end type type cb_1 from uo_imflatbutton within w_saletask_dm_edit integer x = 2048 integer y = 1660 integer width = 370 integer taborder = 20 boolean bringtotop = true string text = "保存询价" string normalpicname = "save.bmp" end type type dw_2 from datawindow within w_saletask_dm_edit integer x = 23 integer y = 672 integer width = 2679 integer height = 308 integer taborder = 20 boolean bringtotop = true string title = "none" string dataobject = "dw_saletask_dm_fj" boolean livescroll = true borderstyle borderstyle = stylelowered! end type type cb_5 from uo_imflatbutton within w_saletask_dm_edit integer x = 151 integer y = 1660 integer width = 370 integer taborder = 40 boolean bringtotop = true boolean enabled = false string text = "下单确认" string normalpicname = "ok.bmp" end type