$PBExportHeader$w_about_fx.srw forward global type w_about_fx from window end type type cb_1 from uo_imflatbutton within w_about_fx end type type st_4 from statictext within w_about_fx end type type shl_1 from statichyperlink within w_about_fx end type type st_3 from statictext within w_about_fx end type type st_2 from statictext within w_about_fx end type type st_1 from statictext within w_about_fx end type type p_1 from picture within w_about_fx end type end forward global type w_about_fx from window integer width = 1595 integer height = 1024 boolean titlebar = true string title = "关于" boolean controlmenu = true windowtype windowtype = response! long backcolor = 16777215 string icon = "AppIcon!" boolean center = true cb_1 cb_1 st_4 st_4 shl_1 shl_1 st_3 st_3 st_2 st_2 st_1 st_1 p_1 p_1 end type global w_about_fx w_about_fx on w_about_fx.create this.cb_1=create cb_1 this.st_4=create st_4 this.shl_1=create shl_1 this.st_3=create st_3 this.st_2=create st_2 this.st_1=create st_1 this.p_1=create p_1 this.Control[]={this.cb_1,& this.st_4,& this.shl_1,& this.st_3,& this.st_2,& this.st_1,& this.p_1} end on on w_about_fx.destroy destroy(this.cb_1) destroy(this.st_4) destroy(this.shl_1) destroy(this.st_3) destroy(this.st_2) destroy(this.st_1) destroy(this.p_1) end on event open;st_1.Text = ProfileString(sys_fx_ini, 'oem', 'about1', '龙嘉L1供应链协同系统V1') st_2.Text = ProfileString(sys_fx_ini, 'oem', 'about2', '版权所有:佛山市顺德区龙嘉软件有限公司') st_3.Text = ProfileString(sys_fx_ini, 'oem', 'about3', '服务电话: 0757-23873986') shl_1.Text = ProfileString(sys_fx_ini, 'oem', 'about4', 'http://www.longjoe.com') shl_1.URL = shl_1.Text end event type cb_1 from uo_imflatbutton within w_about_fx integer x = 640 integer y = 784 integer taborder = 10 end type event clicked;call super::clicked;Close(parent) end event type st_4 from statictext within w_about_fx integer x = 471 integer y = 668 integer width = 151 integer height = 48 integer textsize = -9 integer weight = 400 fontcharset fontcharset = gb2312charset! fontpitch fontpitch = variable! string facename = "宋体" long textcolor = 33554432 long backcolor = 16777215 string text = "网址:" boolean focusrectangle = false end type type shl_1 from statichyperlink within w_about_fx integer x = 626 integer y = 668 integer width = 617 integer height = 48 integer textsize = -9 integer weight = 400 fontcharset fontcharset = gb2312charset! fontpitch fontpitch = variable! string facename = "宋体" boolean underline = true string pointer = "HyperLink!" long textcolor = 134217856 long backcolor = 16777215 string text = "http://www.xxxxjoe.com" boolean focusrectangle = false string url = "http://www.xxxxjoe.com" end type type st_3 from statictext within w_about_fx integer x = 471 integer y = 552 integer width = 645 integer height = 48 integer textsize = -9 integer weight = 400 fontcharset fontcharset = gb2312charset! fontpitch fontpitch = variable! string facename = "宋体" long textcolor = 33554432 long backcolor = 16777215 string text = "服务电话: 0757-2387XXXX" boolean focusrectangle = false end type type st_2 from statictext within w_about_fx integer x = 279 integer y = 436 integer width = 1029 integer height = 48 integer textsize = -9 integer weight = 400 fontcharset fontcharset = gb2312charset! fontpitch fontpitch = variable! string facename = "宋体" long textcolor = 33554432 long backcolor = 16777215 string text = "版权所有:佛山市顺德区XXXX软件有限公司" boolean focusrectangle = false end type type st_1 from statictext within w_about_fx integer x = 466 integer y = 320 integer width = 649 integer height = 48 integer textsize = -9 integer weight = 400 fontcharset fontcharset = gb2312charset! fontpitch fontpitch = variable! string facename = "宋体" long textcolor = 33554432 long backcolor = 16777215 string text = "XXXXL1供应链协同系统V1" boolean focusrectangle = false end type type p_1 from picture within w_about_fx integer x = 393 integer width = 754 integer height = 244 boolean originalsize = true string picturename = "cus_logo_longjoe.bmp" boolean focusrectangle = false end type