$PBExportHeader$w_rp_initbalance.srw forward global type w_rp_initbalance from w_publ_easyq end type type cb_3 from commandbutton within w_rp_initbalance end type end forward global type w_rp_initbalance from w_publ_easyq integer width = 3502 integer height = 2200 string title = "帐务初始化数据" long backcolor = 80269524 cb_3 cb_3 end type global w_rp_initbalance w_rp_initbalance on w_rp_initbalance.create int iCurrent call super::create this.cb_3=create cb_3 iCurrent=UpperBound(this.Control) this.Control[iCurrent+1]=this.cb_3 end on on w_rp_initbalance.destroy call super::destroy destroy(this.cb_3) end on event open;call super::open;cb_1.triggerevent(clicked!) end event event ue_before_open;call super::ue_before_open;if_ue_filter = TRUE if_ue_sort = TRUE if_ue_sentdataout = TRUE end event type cb_func from w_publ_easyq`cb_func within w_rp_initbalance boolean visible = false integer x = 123 integer y = 660 end type type cb_exit from w_publ_easyq`cb_exit within w_rp_initbalance integer x = 1088 end type type cb_2 from w_publ_easyq`cb_2 within w_rp_initbalance integer x = 937 boolean bringtotop = true end type type cb_psetup from w_publ_easyq`cb_psetup within w_rp_initbalance integer x = 681 boolean bringtotop = true end type type cb_1 from w_publ_easyq`cb_1 within w_rp_initbalance boolean bringtotop = true end type event cb_1::clicked;call super::clicked;dw_1.retrieve(sys_accsetid) end event type st_3 from w_publ_easyq`st_3 within w_rp_initbalance boolean visible = false integer x = 539 integer y = 336 end type type st_4 from w_publ_easyq`st_4 within w_rp_initbalance boolean visible = false integer x = 1147 integer y = 340 end type type em_1 from w_publ_easyq`em_1 within w_rp_initbalance boolean visible = false integer x = 759 integer y = 316 end type type em_2 from w_publ_easyq`em_2 within w_rp_initbalance boolean visible = false integer x = 1248 integer y = 316 end type type ddlb_yl from w_publ_easyq`ddlb_yl within w_rp_initbalance integer x = 1458 integer y = 40 end type type cbx_yl from w_publ_easyq`cbx_yl within w_rp_initbalance integer x = 1248 integer y = 44 end type type dw_1 from w_publ_easyq`dw_1 within w_rp_initbalance integer y = 180 integer width = 2830 integer height = 1032 string dataobject = "dw_initbalance_balance" end type type sle_mtrl from w_publ_easyq`sle_mtrl within w_rp_initbalance end type type sle_cust from w_publ_easyq`sle_cust within w_rp_initbalance end type type st_mtrl from w_publ_easyq`st_mtrl within w_rp_initbalance end type type st_cust from w_publ_easyq`st_cust within w_rp_initbalance end type type cbx_loginretr from w_publ_easyq`cbx_loginretr within w_rp_initbalance integer x = 1769 integer y = 584 end type type pb_em1 from w_publ_easyq`pb_em1 within w_rp_initbalance boolean visible = false integer x = 530 integer y = 784 end type type pb_em2 from w_publ_easyq`pb_em2 within w_rp_initbalance boolean visible = false integer x = 1143 integer y = 784 end type type pb_2 from w_publ_easyq`pb_2 within w_rp_initbalance boolean visible = false integer x = 1253 integer y = 784 end type type cb_help from w_publ_easyq`cb_help within w_rp_initbalance boolean visible = false integer x = 1591 integer y = 692 end type type cb_copyself from w_publ_easyq`cb_copyself within w_rp_initbalance integer x = 425 end type type gb_1 from w_publ_easyq`gb_1 within w_rp_initbalance end type type ln_bar from w_publ_easyq`ln_bar within w_rp_initbalance end type type ln_bar2 from w_publ_easyq`ln_bar2 within w_rp_initbalance end type type r_bar from w_publ_easyq`r_bar within w_rp_initbalance end type type ln_1 from w_publ_easyq`ln_1 within w_rp_initbalance boolean visible = false end type type ln_2 from w_publ_easyq`ln_2 within w_rp_initbalance boolean visible = false end type type ln_3 from w_publ_easyq`ln_3 within w_rp_initbalance boolean visible = false end type type ln_4 from w_publ_easyq`ln_4 within w_rp_initbalance boolean visible = false end type type cb_3 from commandbutton within w_rp_initbalance integer x = 151 integer width = 274 integer height = 164 integer taborder = 80 boolean bringtotop = true integer textsize = -9 integer weight = 400 fontcharset fontcharset = gb2312charset! fontpitch fontpitch = variable! string facename = "宋体" string text = "查看期初" end type event clicked;open(w_initbalance_rpt) end event