1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- $PBExportHeader$w_outrepdef_edit_ch.srw
- forward
- global type w_outrepdef_edit_ch from w_outrepdef_edit
- end type
- end forward
- global type w_outrepdef_edit_ch from w_outrepdef_edit
- integer width = 2523
- integer height = 1636
- string title = "业务员 "
- boolean minbox = false
- windowtype windowtype = response!
- long il_inuse = 1
- end type
- global w_outrepdef_edit_ch w_outrepdef_edit_ch
- on w_outrepdef_edit_ch.create
- call super::create
- end on
- on w_outrepdef_edit_ch.destroy
- call super::destroy
- end on
- type cb_func from w_outrepdef_edit`cb_func within w_outrepdef_edit_ch
- end type
- type cb_exit from w_outrepdef_edit`cb_exit within w_outrepdef_edit_ch
- end type
- type cb_add from w_outrepdef_edit`cb_add within w_outrepdef_edit_ch
- end type
- type cb_edit from w_outrepdef_edit`cb_edit within w_outrepdef_edit_ch
- end type
- type cb_delet from w_outrepdef_edit`cb_delet within w_outrepdef_edit_ch
- end type
- type cb_choice from w_outrepdef_edit`cb_choice within w_outrepdef_edit_ch
- boolean visible = true
- integer y = 0
- integer width = 151
- end type
- type dw_uc from w_outrepdef_edit`dw_uc within w_outrepdef_edit_ch
- end type
- event dw_uc::doubleclicked;call super::doubleclicked;IF row <= 0 then return
- cb_choice.triggerevent(clicked!)
- end event
- type cb_rtr from w_outrepdef_edit`cb_rtr within w_outrepdef_edit_ch
- end type
- type cb_help from w_outrepdef_edit`cb_help within w_outrepdef_edit_ch
- boolean visible = false
- end type
- type ln_bar from w_outrepdef_edit`ln_bar within w_outrepdef_edit_ch
- end type
- type ln_bar2 from w_outrepdef_edit`ln_bar2 within w_outrepdef_edit_ch
- end type
- type r_bar from w_outrepdef_edit`r_bar within w_outrepdef_edit_ch
- end type
- type cb_view from w_outrepdef_edit`cb_view within w_outrepdef_edit_ch
- end type
|