Debug - 2009-05-15

Add access for this by modifying the following

        int numberOfBlocks = 20;

        int blockWidth = 10;
        public int BlockWidth { get { return blockWidth; } set { blockWidth = value; } }

        public bool bContinuous = true;