public InternalGump(CurtainsDeed deed) : base(60, 36) { m_Deed = deed; AddPage(0); AddBackground(0, 0, 273, 324, 0x13BE); AddImageTiled(10, 10, 253, 20, 0xA40); AddImageTiled(10, 40, 253, 244, 0xA40); AddImageTiled(10, 294, 253, 20, 0xA40); AddAlphaRegion(10, 10, 253, 304); AddButton(10, 294, 0xFB1, 0xFB2, 0, GumpButtonType.Reply, 0); AddHtmlLocalized(45, 296, 450, 20, 1060051, 0x7FFF, false, false); // CANCEL AddHtmlLocalized(14, 12, 273, 20, 1076581, 0x7FFF, false, false); // Please select your curtain position AddPage(1); AddButton(19, 49, 0x845, 0x846, 1, GumpButtonType.Reply, 0); AddHtmlLocalized(44, 47, 213, 20, 1075386, 0x7FFF, false, false); // South AddButton(19, 73, 0x845, 0x846, 2, GumpButtonType.Reply, 0); AddHtmlLocalized(44, 71, 213, 20, 1075387, 0x7FFF, false, false); // East }
public InternalGump(CurtainsDeed deed) : base(60, 36) { this.m_Deed = deed; this.AddPage(0); this.AddBackground(0, 0, 273, 324, 0x13BE); this.AddImageTiled(10, 10, 253, 20, 0xA40); this.AddImageTiled(10, 40, 253, 244, 0xA40); this.AddImageTiled(10, 294, 253, 20, 0xA40); this.AddAlphaRegion(10, 10, 253, 304); this.AddButton(10, 294, 0xFB1, 0xFB2, 0, GumpButtonType.Reply, 0); this.AddHtmlLocalized(45, 296, 450, 20, 1060051, 0x7FFF, false, false); // CANCEL this.AddHtmlLocalized(14, 12, 273, 20, 1076581, 0x7FFF, false, false); // Please select your curtain position this.AddPage(1); this.AddButton(19, 49, 0x845, 0x846, 1, GumpButtonType.Reply, 0); this.AddHtmlLocalized(44, 47, 213, 20, 1075386, 0x7FFF, false, false); // South this.AddButton(19, 73, 0x845, 0x846, 2, GumpButtonType.Reply, 0); this.AddHtmlLocalized(44, 71, 213, 20, 1075387, 0x7FFF, false, false); // East }