Beispiel #1
0
            public BritGump(SignSaveTarget target)
                : base(30, 20)
            {
                this.m_Target  = target;
                this.Dragable  = false;
                this.Resizable = false;
                this.Closable  = false;

                this.AddPage(0);
                this.AddBackground(0, 0, 550, 440, 5054);
                this.AddBackground(10, 10, 530, 420, 3000);

                this.AddLabel(20, 20, 0, "Add this sign to both facets?");
                this.AddButton(20, 40, 2453, 2454, 0, GumpButtonType.Reply, 0);
                this.AddButton(450, 40, 2450, 2451, 1, GumpButtonType.Reply, 0);
            }
Beispiel #2
0
			public BritGump(SignSaveTarget target)
				: base(30, 20)
			{
				this.m_Target = target;
				this.Dragable = false;
				this.Resizable = false;
				this.Closable = false;

				this.AddPage(0);
				this.AddBackground(0, 0, 550, 440, 5054);
				this.AddBackground(10, 10, 530, 420, 3000);

				this.AddLabel(20, 20, 0, "Add this sign to both facets?");
				this.AddButton(20, 40, 2453, 2454, 0, GumpButtonType.Reply, 0);
				this.AddButton(450, 40, 2450, 2451, 1, GumpButtonType.Reply, 0);
			}