123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- $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
|