$PBExportHeader$w_warebalc_cmpl_ch.srw forward global type w_warebalc_cmpl_ch from window end type type ddlb_1 from dropdownlistbox within w_warebalc_cmpl_ch end type type rb_2 from radiobutton within w_warebalc_cmpl_ch end type type rb_1 from radiobutton within w_warebalc_cmpl_ch end type type mle_2 from multilineedit within w_warebalc_cmpl_ch end type type st_4 from statictext within w_warebalc_cmpl_ch end type type st_3 from statictext within w_warebalc_cmpl_ch end type type st_1 from statictext within w_warebalc_cmpl_ch end type type cb_2 from uo_imflatbutton within w_warebalc_cmpl_ch end type type cb_1 from uo_imflatbutton within w_warebalc_cmpl_ch end type end forward global type w_warebalc_cmpl_ch from window integer width = 2117 integer height = 1404 boolean titlebar = true string title = "仓库重算条件设定" boolean controlmenu = true windowtype windowtype = response! long backcolor = 134217739 string icon = "AppIcon!" boolean center = true ddlb_1 ddlb_1 rb_2 rb_2 rb_1 rb_1 mle_2 mle_2 st_4 st_4 st_3 st_3 st_1 st_1 cb_2 cb_2 cb_1 cb_1 end type global w_warebalc_cmpl_ch w_warebalc_cmpl_ch type variables s_sys_user s_user end variables on w_warebalc_cmpl_ch.create this.ddlb_1=create ddlb_1 this.rb_2=create rb_2 this.rb_1=create rb_1 this.mle_2=create mle_2 this.st_4=create st_4 this.st_3=create st_3 this.st_1=create st_1 this.cb_2=create cb_2 this.cb_1=create cb_1 this.Control[]={this.ddlb_1,& this.rb_2,& this.rb_1,& this.mle_2,& this.st_4,& this.st_3,& this.st_1,& this.cb_2,& this.cb_1} end on on w_warebalc_cmpl_ch.destroy destroy(this.ddlb_1) destroy(this.rb_2) destroy(this.rb_1) destroy(this.mle_2) destroy(this.st_4) destroy(this.st_3) destroy(this.st_1) destroy(this.cb_2) destroy(this.cb_1) end on event close; CloseWithReturn(THIS,s_user) end event type ddlb_1 from dropdownlistbox within w_warebalc_cmpl_ch integer x = 539 integer y = 388 integer width = 677 integer height = 300 integer taborder = 10 integer textsize = -9 integer weight = 400 fontcharset fontcharset = gb2312charset! fontpitch fontpitch = variable! string facename = "宋体" long textcolor = 33554432 long backcolor = 134217739 string text = "月加权平均" boolean sorted = false string item[] = {"月加权平均","日加权平均","先进先出","先进后出"} borderstyle borderstyle = stylelowered! end type type rb_2 from radiobutton within w_warebalc_cmpl_ch integer x = 539 integer y = 176 integer width = 402 integer height = 60 integer textsize = -9 integer weight = 400 fontcharset fontcharset = gb2312charset! fontpitch fontpitch = variable! string facename = "宋体" long textcolor = 33554432 long backcolor = 134217739 string text = "全部仓库" end type type rb_1 from radiobutton within w_warebalc_cmpl_ch integer x = 539 integer y = 72 integer width = 402 integer height = 60 integer textsize = -9 integer weight = 400 fontcharset fontcharset = gb2312charset! fontpitch fontpitch = variable! string facename = "宋体" long textcolor = 33554432 long backcolor = 134217739 string text = "单个仓库" end type type mle_2 from multilineedit within w_warebalc_cmpl_ch integer x = 1294 integer y = 396 integer width = 795 integer height = 300 integer taborder = 20 integer textsize = -9 integer weight = 400 fontcharset fontcharset = gb2312charset! fontpitch fontpitch = variable! string facename = "宋体" long textcolor = 33554432 long backcolor = 134217739 string text = "计算成本价的模式" boolean border = false end type type st_4 from statictext within w_warebalc_cmpl_ch integer x = 1294 integer y = 72 integer width = 795 integer height = 284 integer textsize = -9 integer weight = 400 fontcharset fontcharset = gb2312charset! fontpitch fontpitch = variable! string facename = "宋体" long textcolor = 33554432 long backcolor = 134217739 string text = "重算仓库方式,单个仓库适合没有调仓或调仓间可以不考虑其成本价变化的;全部仓库适合调仓多且调出调入仓要同步成本价的" boolean focusrectangle = false end type type st_3 from statictext within w_warebalc_cmpl_ch integer x = 27 integer y = 400 integer width = 402 integer height = 48 integer textsize = -9 integer weight = 400 fontcharset fontcharset = gb2312charset! fontpitch fontpitch = variable! string facename = "宋体" long textcolor = 33554432 long backcolor = 134217739 string text = "重算方式" alignment alignment = right! boolean focusrectangle = false end type type st_1 from statictext within w_warebalc_cmpl_ch integer x = 23 integer y = 68 integer width = 402 integer height = 48 integer textsize = -9 integer weight = 400 fontcharset fontcharset = gb2312charset! fontpitch fontpitch = variable! string facename = "宋体" long textcolor = 33554432 long backcolor = 134217739 string text = "考虑模式" alignment alignment = right! boolean focusrectangle = false end type type cb_2 from uo_imflatbutton within w_warebalc_cmpl_ch integer x = 1170 integer y = 1116 integer width = 311 integer taborder = 20 string text = "取消" string normalpicname = "exit.bmp" end type event clicked;call super::clicked;s_user.copyflag = 0 Close(PARENT) end event type cb_1 from uo_imflatbutton within w_warebalc_cmpl_ch integer x = 699 integer y = 1116 integer width = 311 integer taborder = 10 string normalpicname = "ok.bmp" end type event clicked;call super::clicked; Close(PARENT) end event