123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- $PBExportHeader$w_currency_edit_ch.srw
- forward
- global type w_currency_edit_ch from w_currency_edit
- end type
- end forward
- global type w_currency_edit_ch from w_currency_edit
- boolean minbox = false
- windowtype windowtype = response!
- end type
- global w_currency_edit_ch w_currency_edit_ch
- on w_currency_edit_ch.create
- call super::create
- end on
- on w_currency_edit_ch.destroy
- call super::destroy
- end on
- type cb_func from w_currency_edit`cb_func within w_currency_edit_ch
- end type
- type cb_exit from w_currency_edit`cb_exit within w_currency_edit_ch
- end type
- type cb_add from w_currency_edit`cb_add within w_currency_edit_ch
- end type
- type cb_edit from w_currency_edit`cb_edit within w_currency_edit_ch
- end type
- type cb_delet from w_currency_edit`cb_delet within w_currency_edit_ch
- end type
- type cb_choice from w_currency_edit`cb_choice within w_currency_edit_ch
- boolean enabled = true
- end type
- type dw_uc from w_currency_edit`dw_uc within w_currency_edit_ch
- end type
- type cb_rtr from w_currency_edit`cb_rtr within w_currency_edit_ch
- end type
- type cb_help from w_currency_edit`cb_help within w_currency_edit_ch
- end type
- type ln_bar from w_currency_edit`ln_bar within w_currency_edit_ch
- end type
- type ln_bar2 from w_currency_edit`ln_bar2 within w_currency_edit_ch
- end type
- type r_bar from w_currency_edit`r_bar within w_currency_edit_ch
- end type
- type cb_view from w_currency_edit`cb_view within w_currency_edit_ch
- end type
|