1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- $PBExportHeader$w_outware_move_modprice.srw
- forward
- global type w_outware_move_modprice from w_publ_base
- end type
- type cb_1 from uo_imflatbutton within w_outware_move_modprice
- end type
- type dw_1 from u_dw_rbtnfilter within w_outware_move_modprice
- end type
- end forward
- global type w_outware_move_modprice from w_publ_base
- integer width = 3177
- integer height = 1652
- string title = "请输入单价"
- boolean minbox = false
- windowtype windowtype = response!
- cb_1 cb_1
- dw_1 dw_1
- end type
- global w_outware_move_modprice w_outware_move_modprice
- type variables
- s_edit_index_tran s_tran
- end variables
- on w_outware_move_modprice.create
- int iCurrent
- call super::create
- this.cb_1=create cb_1
- this.dw_1=create dw_1
- iCurrent=UpperBound(this.Control)
- this.Control[iCurrent+1]=this.cb_1
- this.Control[iCurrent+2]=this.dw_1
- end on
- on w_outware_move_modprice.destroy
- call super::destroy
- destroy(this.cb_1)
- destroy(this.dw_1)
- end on
- event open;call super::open;s_tran = Message.PowerObjectParm
- dw_1.SetTransObject(sqlca)
- dw_1.Retrieve( s_tran.c_long)
- end event
- type cb_func from w_publ_base`cb_func within w_outware_move_modprice
- boolean visible = false
- end type
- type cb_exit from w_publ_base`cb_exit within w_outware_move_modprice
- integer x = 2816
- integer y = 1436
- end type
- type cb_1 from uo_imflatbutton within w_outware_move_modprice
- integer x = 2432
- integer y = 1436
- integer taborder = 20
- boolean bringtotop = true
- end type
- event clicked;call super::clicked;IF dw_1.Update() = -1 THEN
- MessageBox('错误','更新单价失败')
- RETURN
- END IF
- Close(PARENT)
- end event
- type dw_1 from u_dw_rbtnfilter within w_outware_move_modprice
- integer width = 3150
- integer height = 1404
- integer taborder = 20
- boolean bringtotop = true
- string dataobject = "dw_outwaremovemx_mod_edit"
- end type
|