You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
428 B

imports System
public class mcenter
inherits System.Web.UI.Page
protected sp1 as OboutInc.Splitter2.Splitter
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs)
sp1.CookieDays = 0
sp1.StyleFolder = "styles/xp_mcenter"
sp1.LeftPanel.WidthMin = 100
sp1.LeftPanel.WidthMax = 400
sp1.LeftPanel.Header.Height = 50
sp1.LeftPanel.Footer.Height = 50
sp1.RightPanel.Header.Height = 50