123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- $PBExportHeader$w_cusarea_ch.srw
- forward
- global type w_cusarea_ch from w_cusarea_def
- end type
- end forward
- global type w_cusarea_ch from w_cusarea_def
- boolean minbox = false
- windowtype windowtype = response!
- end type
- global w_cusarea_ch w_cusarea_ch
- on w_cusarea_ch.create
- call super::create
- end on
- on w_cusarea_ch.destroy
- call super::destroy
- end on
- type cb_func from w_cusarea_def`cb_func within w_cusarea_ch
- end type
- type cb_exit from w_cusarea_def`cb_exit within w_cusarea_ch
- end type
- type cb_ok from w_cusarea_def`cb_ok within w_cusarea_ch
- end type
- type tv_1 from w_cusarea_def`tv_1 within w_cusarea_ch
- end type
- type r_bar from w_cusarea_def`r_bar within w_cusarea_ch
- end type
- type ln_bar from w_cusarea_def`ln_bar within w_cusarea_ch
- end type
- type ln_bar2 from w_cusarea_def`ln_bar2 within w_cusarea_ch
- end type
- type cb_del from w_cusarea_def`cb_del within w_cusarea_ch
- end type
- type cb_mod from w_cusarea_def`cb_mod within w_cusarea_ch
- end type
- type cb_add_next from w_cusarea_def`cb_add_next within w_cusarea_ch
- end type
- type cb_add from w_cusarea_def`cb_add within w_cusarea_ch
- end type
- type cb_refresh from w_cusarea_def`cb_refresh within w_cusarea_ch
- end type
- type cb_help from w_cusarea_def`cb_help within w_cusarea_ch
- end type
- type cb_choice from w_cusarea_def`cb_choice within w_cusarea_ch
- boolean enabled = true
- end type
|