123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- $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
- end forward
- global type w_saletask_dm_edit from w_publ_base
- integer width = 1929
- integer height = 1988
- string title = "询价订单"
- boolean minbox = false
- windowtype windowtype = response!
- dw_1 dw_1
- cb_1 cb_1
- 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
- iCurrent=UpperBound(this.Control)
- this.Control[iCurrent+1]=this.dw_1
- this.Control[iCurrent+2]=this.cb_1
- end on
- on w_saletask_dm_edit.destroy
- call super::destroy
- destroy(this.dw_1)
- destroy(this.cb_1)
- 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 = 1550
- integer y = 1772
- end type
- type dw_1 from datawindow within w_saletask_dm_edit
- integer width = 1902
- integer height = 1732
- integer taborder = 10
- boolean bringtotop = true
- string title = "none"
- string dataobject = "dw_saletask_dm_uc"
- boolean livescroll = true
- borderstyle borderstyle = stylelowered!
- end type
- type cb_1 from uo_imflatbutton within w_saletask_dm_edit
- integer x = 1161
- integer y = 1772
- integer width = 370
- integer taborder = 20
- boolean bringtotop = true
- string text = "确认报价"
- string normalpicname = "ok.bmp"
- end type
|