12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- $PBExportHeader$w_fj_bill_view.srw
- forward
- global type w_fj_bill_view from w_fj_bill_mng
- end type
- end forward
- global type w_fj_bill_view from w_fj_bill_mng
- string title = "附件查看"
- end type
- global w_fj_bill_view w_fj_bill_view
- on w_fj_bill_view.create
- call super::create
- end on
- on w_fj_bill_view.destroy
- call super::destroy
- end on
- type cbx_showpic from w_fj_bill_mng`cbx_showpic within w_fj_bill_view
- end type
- type cb_5 from w_fj_bill_mng`cb_5 within w_fj_bill_view
- end type
- type dw_fileclass from w_fj_bill_mng`dw_fileclass within w_fj_bill_view
- end type
- type cb_6 from w_fj_bill_mng`cb_6 within w_fj_bill_view
- end type
- type cb_3 from w_fj_bill_mng`cb_3 within w_fj_bill_view
- boolean visible = false
- end type
- type dw_fj from w_fj_bill_mng`dw_fj within w_fj_bill_view
- end type
- type cb_1 from w_fj_bill_mng`cb_1 within w_fj_bill_view
- end type
- type cb_2 from w_fj_bill_mng`cb_2 within w_fj_bill_view
- boolean visible = false
- end type
- type cb_4 from w_fj_bill_mng`cb_4 within w_fj_bill_view
- integer x = 1710
- end type
- type cb_open from w_fj_bill_mng`cb_open within w_fj_bill_view
- end type
- type ln_bar2 from w_fj_bill_mng`ln_bar2 within w_fj_bill_view
- end type
- type ln_bar from w_fj_bill_mng`ln_bar within w_fj_bill_view
- end type
- type r_bar from w_fj_bill_mng`r_bar within w_fj_bill_view
- end type
|