private Gnome.DruidPage CreateIntroductoryPage() { IntroductoryPage = new Gnome.DruidPageEdge(Gnome.EdgePosition.Start, true, Util.GS("Configure an iFolder Account"), Util.GS("Welcome to the iFolder Account Assistant.\n\nClick \"Forward\" to begin."), AddAccountPixbuf, null, null); IntroductoryPage.CancelClicked += new Gnome.CancelClickedHandler(OnCancelClicked); IntroductoryPage.Prepared += new Gnome.PreparedHandler(OnIntroductoryPagePrepared); return IntroductoryPage; }
private Gnome.DruidPage CreateSummaryPage() { SummaryPage = new Gnome.DruidPageEdge(Gnome.EdgePosition.Finish, true, Util.GS("Congratulations!"), "", AddAccountPixbuf, null, null); SummaryPage.FinishClicked += new Gnome.FinishClickedHandler(OnFinishClicked); SummaryPage.Prepared += new Gnome.PreparedHandler(OnSummaryPagePrepared); return SummaryPage; }
private Gnome.DruidPage CreateIntroductoryPage() { IntroductoryPage = new Gnome.DruidPageEdge(Gnome.EdgePosition.Start, true, Util.GS("Migrate the iFolder "), Util.GS("Welcome to iFolder Migration Assistant.\nThe next few screens will let you,\nmigrate your data to iFolder 3.x.\n\nClick \"Forward\" to continue."), AddAccountPixbuf, null, null); IntroductoryPage.CancelClicked += new Gnome.CancelClickedHandler(OnCancelClicked); IntroductoryPage.Prepared += new Gnome.PreparedHandler(OnIntroductoryPagePrepared); return IntroductoryPage; }