1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- $PBExportHeader$w_briefdef_edit_popup.srw
- forward
- global type w_briefdef_edit_popup from w_briefdef_edit
- end type
- end forward
- global type w_briefdef_edit_popup from w_briefdef_edit
- boolean minbox = true
- windowtype windowtype = popup!
- end type
- global w_briefdef_edit_popup w_briefdef_edit_popup
- on w_briefdef_edit_popup.create
- call super::create
- end on
- on w_briefdef_edit_popup.destroy
- call super::destroy
- end on
- type cb_func from w_briefdef_edit`cb_func within w_briefdef_edit_popup
- end type
- type cb_exit from w_briefdef_edit`cb_exit within w_briefdef_edit_popup
- end type
- type gb_1 from w_briefdef_edit`gb_1 within w_briefdef_edit_popup
- end type
- type dw_brieftype from w_briefdef_edit`dw_brieftype within w_briefdef_edit_popup
- end type
- type cb_addtype from w_briefdef_edit`cb_addtype within w_briefdef_edit_popup
- end type
- type cb_modtype from w_briefdef_edit`cb_modtype within w_briefdef_edit_popup
- end type
- type cb_deltype from w_briefdef_edit`cb_deltype within w_briefdef_edit_popup
- end type
- type dw_brief from w_briefdef_edit`dw_brief within w_briefdef_edit_popup
- end type
- type cb_ok from w_briefdef_edit`cb_ok within w_briefdef_edit_popup
- end type
- type cb_addbrief from w_briefdef_edit`cb_addbrief within w_briefdef_edit_popup
- end type
- type cb_modbrief from w_briefdef_edit`cb_modbrief within w_briefdef_edit_popup
- end type
- type cb_delbrief from w_briefdef_edit`cb_delbrief within w_briefdef_edit_popup
- end type
- type cb_1 from w_briefdef_edit`cb_1 within w_briefdef_edit_popup
- end type
- type cb_2 from w_briefdef_edit`cb_2 within w_briefdef_edit_popup
- end type
- type cb_3 from w_briefdef_edit`cb_3 within w_briefdef_edit_popup
- end type
|