123456789101112131415161718192021222324252627282930313233343536 |
- $PBExportHeader$w_custs.srw
- forward
- global type w_custs from w_publ_base_style
- end type
- end forward
- global type w_custs from w_publ_base_style
- integer width = 3438
- integer height = 2020
- string title = "门店管理"
- end type
- global w_custs w_custs
- on w_custs.create
- call super::create
- end on
- on w_custs.destroy
- call super::destroy
- end on
- type cb_func from w_publ_base_style`cb_func within w_custs
- end type
- type cb_exit from w_publ_base_style`cb_exit within w_custs
- end type
- type ln_bar from w_publ_base_style`ln_bar within w_custs
- end type
- type ln_bar2 from w_publ_base_style`ln_bar2 within w_custs
- end type
- type r_bar from w_publ_base_style`r_bar within w_custs
- end type
|