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
436 B

using System;
public class cs_default_light : System.Web.UI.Page
{
protected OboutInc.Splitter2.Splitter sp1;
void Page_Load(object sender, EventArgs e) {
sp1.CookieDays = 0;
sp1.StyleFolder = "styles/default_light";
sp1.LeftPanel.WidthMin = 100;
sp1.LeftPanel.WidthMax = 400;
sp1.LeftPanel.Header.Height = 50;
sp1.LeftPanel.Footer.Height = 50;
sp1.RightPanel.Header.Height = 50;
sp1.RightPanel.Footer.Height = 50;