$PBExportHeader$u_wizard97_exterior.sru $PBExportComments$MS wizard 97 start/finish page spec forward global type u_wizard97_exterior from u_wizard_page end type type st_linedetails from u_st within u_wizard97_exterior end type type st_details from u_st within u_wizard97_exterior end type type st_title from u_st within u_wizard97_exterior end type type uo_iconpanel from u_icon within u_wizard97_exterior end type type st_inner from u_st within u_wizard97_exterior end type type st_outer from u_st within u_wizard97_exterior end type type uo_iconinfo from u_icon within u_wizard97_exterior end type type uo_1 from u_st_gradient within u_wizard97_exterior end type end forward global type u_wizard97_exterior from u_wizard_page long backcolor = 16777215 st_linedetails st_linedetails st_details st_details st_title st_title uo_iconpanel uo_iconpanel st_inner st_inner st_outer st_outer uo_iconinfo uo_iconinfo uo_1 uo_1 end type global u_wizard97_exterior u_wizard97_exterior on u_wizard97_exterior.create int iCurrent call super::create this.st_linedetails=create st_linedetails this.st_details=create st_details this.st_title=create st_title this.uo_iconpanel=create uo_iconpanel this.st_inner=create st_inner this.st_outer=create st_outer this.uo_iconinfo=create uo_iconinfo this.uo_1=create uo_1 iCurrent=UpperBound(this.Control) this.Control[iCurrent+1]=this.st_linedetails this.Control[iCurrent+2]=this.st_details this.Control[iCurrent+3]=this.st_title this.Control[iCurrent+4]=this.uo_iconpanel this.Control[iCurrent+5]=this.st_inner this.Control[iCurrent+6]=this.st_outer this.Control[iCurrent+7]=this.uo_iconinfo this.Control[iCurrent+8]=this.uo_1 end on on u_wizard97_exterior.destroy call super::destroy destroy(this.st_linedetails) destroy(this.st_details) destroy(this.st_title) destroy(this.uo_iconpanel) destroy(this.st_inner) destroy(this.st_outer) destroy(this.uo_iconinfo) destroy(this.uo_1) end on type st_linedetails from u_st within u_wizard97_exterior integer x = 951 integer y = 564 integer width = 1298 integer height = 516 long backcolor = 16777215 string text = "<Line Details Here>" boolean #anchorleft = true boolean #anchorright = true end type type st_details from u_st within u_wizard97_exterior integer x = 823 integer y = 304 integer width = 1426 integer height = 212 long backcolor = 16777215 string text = "<Details Here>" boolean #anchorleft = true boolean #anchorright = true end type type st_title from u_st within u_wizard97_exterior integer x = 823 integer y = 64 integer width = 1422 integer height = 228 integer textsize = -12 integer weight = 700 string facename = "Verdana" long backcolor = 16777215 string text = "<Title Here>" boolean #anchorleft = true boolean #anchorright = true end type type uo_iconpanel from u_icon within u_wizard97_exterior integer x = 169 integer y = 128 integer width = 169 integer taborder = 30 long backcolor = 16777215 string #resourcename = "INFORMATION" end type on uo_iconpanel.destroy call u_icon::destroy end on type st_inner from u_st within u_wizard97_exterior integer x = 165 integer y = 124 integer width = 178 integer height = 148 long backcolor = 16777215 string text = "" boolean border = true long bordercolor = 16794574 end type type st_outer from u_st within u_wizard97_exterior integer x = 128 integer y = 96 integer width = 251 integer height = 208 long backcolor = 21004543 string text = "" boolean border = true long bordercolor = 16794574 end type type uo_iconinfo from u_icon within u_wizard97_exterior integer x = 823 integer y = 544 integer width = 119 integer height = 96 integer taborder = 20 long backcolor = 16777215 boolean #largeimages = false string #resourcename = "QUESTION" end type on uo_iconinfo.destroy call u_icon::destroy end on type uo_1 from u_st_gradient within u_wizard97_exterior integer width = 750 integer height = 1264 integer taborder = 20 long #sizeorder = 1 boolean #dock = true long #docktype = 2 string #text = "" boolean #verticalgradient = true end type on uo_1.destroy call u_st_gradient::destroy end on
- Sources
- Kodigo
- OpenExplorer
- u_wizard97_exterior.sru
File: u_wizard97_exterior.sru
Size: 4220
Date: Mon, 07 Apr 2008 21:32:00 +0200
Size: 4220
Date: Mon, 07 Apr 2008 21:32:00 +0200
- u_wizard_page u_wizard97_exterior(sru)
- u_st st_linedetails
- u_st st_details
- u_st st_title
- u_icon uo_iconpanel
- u_st st_inner
- u_st st_outer
- u_icon uo_iconinfo
- u_st_gradient uo_1